@bendyline/gezel 1.0.2 → 1.0.3

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.
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import './report-action-DIz_2QOu.js';
2
+ import './report-action-C0KuyeNw.js';
3
3
 
4
4
  /**
5
5
  * Who's responsible for a task or step. Shared across task.ts and
@@ -147,6 +147,7 @@ declare const GateCheckSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
147
147
  pattern: z.ZodString;
148
148
  flags: z.ZodOptional<z.ZodString>;
149
149
  label: z.ZodOptional<z.ZodString>;
150
+ artifact: z.ZodOptional<z.ZodBoolean>;
150
151
  }, z.core.$strip>, z.ZodObject<{
151
152
  kind: z.ZodLiteral<"unsupportedClaims">;
152
153
  file: z.ZodString;
@@ -207,6 +208,12 @@ declare const GateCheckSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
207
208
  sourcePath: z.ZodOptional<z.ZodString>;
208
209
  tools: z.ZodArray<z.ZodString>;
209
210
  minSuccessful: z.ZodOptional<z.ZodNumber>;
211
+ }, z.core.$strip>, z.ZodObject<{
212
+ kind: z.ZodLiteral<"corpusCoverage">;
213
+ file: z.ZodString;
214
+ corpusDir: z.ZodString;
215
+ reviewedField: z.ZodOptional<z.ZodString>;
216
+ recordField: z.ZodOptional<z.ZodString>;
210
217
  }, z.core.$strip>, z.ZodObject<{
211
218
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
212
219
  file: z.ZodString;
@@ -317,6 +324,7 @@ declare const GateSpecSchema: z.ZodObject<{
317
324
  pattern: z.ZodString;
318
325
  flags: z.ZodOptional<z.ZodString>;
319
326
  label: z.ZodOptional<z.ZodString>;
327
+ artifact: z.ZodOptional<z.ZodBoolean>;
320
328
  }, z.core.$strip>, z.ZodObject<{
321
329
  kind: z.ZodLiteral<"unsupportedClaims">;
322
330
  file: z.ZodString;
@@ -377,6 +385,12 @@ declare const GateSpecSchema: z.ZodObject<{
377
385
  sourcePath: z.ZodOptional<z.ZodString>;
378
386
  tools: z.ZodArray<z.ZodString>;
379
387
  minSuccessful: z.ZodOptional<z.ZodNumber>;
388
+ }, z.core.$strip>, z.ZodObject<{
389
+ kind: z.ZodLiteral<"corpusCoverage">;
390
+ file: z.ZodString;
391
+ corpusDir: z.ZodString;
392
+ reviewedField: z.ZodOptional<z.ZodString>;
393
+ recordField: z.ZodOptional<z.ZodString>;
380
394
  }, z.core.$strip>, z.ZodObject<{
381
395
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
382
396
  file: z.ZodString;
@@ -544,6 +558,7 @@ declare const StepGateSchema: z.ZodObject<{
544
558
  pattern: z.ZodString;
545
559
  flags: z.ZodOptional<z.ZodString>;
546
560
  label: z.ZodOptional<z.ZodString>;
561
+ artifact: z.ZodOptional<z.ZodBoolean>;
547
562
  }, z.core.$strip>, z.ZodObject<{
548
563
  kind: z.ZodLiteral<"unsupportedClaims">;
549
564
  file: z.ZodString;
@@ -604,6 +619,12 @@ declare const StepGateSchema: z.ZodObject<{
604
619
  sourcePath: z.ZodOptional<z.ZodString>;
605
620
  tools: z.ZodArray<z.ZodString>;
606
621
  minSuccessful: z.ZodOptional<z.ZodNumber>;
622
+ }, z.core.$strip>, z.ZodObject<{
623
+ kind: z.ZodLiteral<"corpusCoverage">;
624
+ file: z.ZodString;
625
+ corpusDir: z.ZodString;
626
+ reviewedField: z.ZodOptional<z.ZodString>;
627
+ recordField: z.ZodOptional<z.ZodString>;
607
628
  }, z.core.$strip>, z.ZodObject<{
608
629
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
609
630
  file: z.ZodString;
@@ -729,6 +750,7 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
729
750
  pattern: z.ZodString;
730
751
  flags: z.ZodOptional<z.ZodString>;
731
752
  label: z.ZodOptional<z.ZodString>;
753
+ artifact: z.ZodOptional<z.ZodBoolean>;
732
754
  }, z.core.$strip>, z.ZodObject<{
733
755
  kind: z.ZodLiteral<"unsupportedClaims">;
734
756
  file: z.ZodString;
@@ -789,6 +811,12 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
789
811
  sourcePath: z.ZodOptional<z.ZodString>;
790
812
  tools: z.ZodArray<z.ZodString>;
791
813
  minSuccessful: z.ZodOptional<z.ZodNumber>;
814
+ }, z.core.$strip>, z.ZodObject<{
815
+ kind: z.ZodLiteral<"corpusCoverage">;
816
+ file: z.ZodString;
817
+ corpusDir: z.ZodString;
818
+ reviewedField: z.ZodOptional<z.ZodString>;
819
+ recordField: z.ZodOptional<z.ZodString>;
792
820
  }, z.core.$strip>, z.ZodObject<{
793
821
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
794
822
  file: z.ZodString;
@@ -903,6 +931,7 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
903
931
  pattern: z.ZodString;
904
932
  flags: z.ZodOptional<z.ZodString>;
905
933
  label: z.ZodOptional<z.ZodString>;
934
+ artifact: z.ZodOptional<z.ZodBoolean>;
906
935
  }, z.core.$strip>, z.ZodObject<{
907
936
  kind: z.ZodLiteral<"unsupportedClaims">;
908
937
  file: z.ZodString;
@@ -963,6 +992,12 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
963
992
  sourcePath: z.ZodOptional<z.ZodString>;
964
993
  tools: z.ZodArray<z.ZodString>;
965
994
  minSuccessful: z.ZodOptional<z.ZodNumber>;
995
+ }, z.core.$strip>, z.ZodObject<{
996
+ kind: z.ZodLiteral<"corpusCoverage">;
997
+ file: z.ZodString;
998
+ corpusDir: z.ZodString;
999
+ reviewedField: z.ZodOptional<z.ZodString>;
1000
+ recordField: z.ZodOptional<z.ZodString>;
966
1001
  }, z.core.$strip>, z.ZodObject<{
967
1002
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
968
1003
  file: z.ZodString;
@@ -2324,6 +2359,16 @@ declare const AdvanceWhenSchema: z.ZodObject<{
2324
2359
  goto: z.ZodOptional<z.ZodString>;
2325
2360
  }, z.core.$strip>;
2326
2361
  type AdvanceWhen = z.infer<typeof AdvanceWhenSchema>;
2362
+ /**
2363
+ * A file a step must read before it can do its work. Declaring the drawer
2364
+ * here keeps handoffs unambiguous: the runtime can name the exact read tool
2365
+ * instead of asking the model to infer provenance from a bare relative path.
2366
+ */
2367
+ declare const CraftbookStepInputSchema: z.ZodObject<{
2368
+ file: z.ZodString;
2369
+ artifact: z.ZodOptional<z.ZodBoolean>;
2370
+ }, z.core.$strip>;
2371
+ type CraftbookStepInput = z.infer<typeof CraftbookStepInputSchema>;
2327
2372
  /**
2328
2373
  * Wire twin of {@link ModelTier} (roles/tier.ts) — derived from the
2329
2374
  * canonical `MODEL_TIER_ORDER` tuple so the two can never drift.
@@ -2473,6 +2518,10 @@ declare const CraftbookStepSchema: z.ZodObject<{
2473
2518
  value: z.ZodNumber;
2474
2519
  }, z.core.$strip>], "op">>;
2475
2520
  }, z.core.$strip>>]>>;
2521
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
2522
+ file: z.ZodString;
2523
+ artifact: z.ZodOptional<z.ZodBoolean>;
2524
+ }, z.core.$strip>>>;
2476
2525
  advanceWhen: z.ZodOptional<z.ZodObject<{
2477
2526
  file: z.ZodString;
2478
2527
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -2549,6 +2598,7 @@ declare const CraftbookStepSchema: z.ZodObject<{
2549
2598
  pattern: z.ZodString;
2550
2599
  flags: z.ZodOptional<z.ZodString>;
2551
2600
  label: z.ZodOptional<z.ZodString>;
2601
+ artifact: z.ZodOptional<z.ZodBoolean>;
2552
2602
  }, z.core.$strip>, z.ZodObject<{
2553
2603
  kind: z.ZodLiteral<"unsupportedClaims">;
2554
2604
  file: z.ZodString;
@@ -2609,6 +2659,12 @@ declare const CraftbookStepSchema: z.ZodObject<{
2609
2659
  sourcePath: z.ZodOptional<z.ZodString>;
2610
2660
  tools: z.ZodArray<z.ZodString>;
2611
2661
  minSuccessful: z.ZodOptional<z.ZodNumber>;
2662
+ }, z.core.$strip>, z.ZodObject<{
2663
+ kind: z.ZodLiteral<"corpusCoverage">;
2664
+ file: z.ZodString;
2665
+ corpusDir: z.ZodString;
2666
+ reviewedField: z.ZodOptional<z.ZodString>;
2667
+ recordField: z.ZodOptional<z.ZodString>;
2612
2668
  }, z.core.$strip>, z.ZodObject<{
2613
2669
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
2614
2670
  file: z.ZodString;
@@ -2723,6 +2779,7 @@ declare const CraftbookStepSchema: z.ZodObject<{
2723
2779
  pattern: z.ZodString;
2724
2780
  flags: z.ZodOptional<z.ZodString>;
2725
2781
  label: z.ZodOptional<z.ZodString>;
2782
+ artifact: z.ZodOptional<z.ZodBoolean>;
2726
2783
  }, z.core.$strip>, z.ZodObject<{
2727
2784
  kind: z.ZodLiteral<"unsupportedClaims">;
2728
2785
  file: z.ZodString;
@@ -2783,6 +2840,12 @@ declare const CraftbookStepSchema: z.ZodObject<{
2783
2840
  sourcePath: z.ZodOptional<z.ZodString>;
2784
2841
  tools: z.ZodArray<z.ZodString>;
2785
2842
  minSuccessful: z.ZodOptional<z.ZodNumber>;
2843
+ }, z.core.$strip>, z.ZodObject<{
2844
+ kind: z.ZodLiteral<"corpusCoverage">;
2845
+ file: z.ZodString;
2846
+ corpusDir: z.ZodString;
2847
+ reviewedField: z.ZodOptional<z.ZodString>;
2848
+ recordField: z.ZodOptional<z.ZodString>;
2786
2849
  }, z.core.$strip>, z.ZodObject<{
2787
2850
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
2788
2851
  file: z.ZodString;
@@ -2864,7 +2927,8 @@ type CraftbookStep = z.infer<typeof CraftbookStepSchema>;
2864
2927
  * extracts the item array (the file IS the array, or the array at the
2865
2928
  * dotted `itemsPath`), and spawns one child task per item from `steps`
2866
2929
  * (each item's fields become the child's `variation.context`, string-
2867
- * substituted into the child step prompts and gate/advanceWhen paths).
2930
+ * substituted into the child step prompts, declared inputs, and
2931
+ * gate/advanceWhen paths).
2868
2932
  * The runtime fans out; no model tool call is involved.
2869
2933
  */
2870
2934
  declare const CraftbookSpawnSchema: z.ZodObject<{
@@ -3009,6 +3073,10 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
3009
3073
  value: z.ZodNumber;
3010
3074
  }, z.core.$strip>], "op">>;
3011
3075
  }, z.core.$strip>>]>>;
3076
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
3077
+ file: z.ZodString;
3078
+ artifact: z.ZodOptional<z.ZodBoolean>;
3079
+ }, z.core.$strip>>>;
3012
3080
  advanceWhen: z.ZodOptional<z.ZodObject<{
3013
3081
  file: z.ZodString;
3014
3082
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -3085,6 +3153,7 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
3085
3153
  pattern: z.ZodString;
3086
3154
  flags: z.ZodOptional<z.ZodString>;
3087
3155
  label: z.ZodOptional<z.ZodString>;
3156
+ artifact: z.ZodOptional<z.ZodBoolean>;
3088
3157
  }, z.core.$strip>, z.ZodObject<{
3089
3158
  kind: z.ZodLiteral<"unsupportedClaims">;
3090
3159
  file: z.ZodString;
@@ -3145,6 +3214,12 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
3145
3214
  sourcePath: z.ZodOptional<z.ZodString>;
3146
3215
  tools: z.ZodArray<z.ZodString>;
3147
3216
  minSuccessful: z.ZodOptional<z.ZodNumber>;
3217
+ }, z.core.$strip>, z.ZodObject<{
3218
+ kind: z.ZodLiteral<"corpusCoverage">;
3219
+ file: z.ZodString;
3220
+ corpusDir: z.ZodString;
3221
+ reviewedField: z.ZodOptional<z.ZodString>;
3222
+ recordField: z.ZodOptional<z.ZodString>;
3148
3223
  }, z.core.$strip>, z.ZodObject<{
3149
3224
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
3150
3225
  file: z.ZodString;
@@ -3259,6 +3334,7 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
3259
3334
  pattern: z.ZodString;
3260
3335
  flags: z.ZodOptional<z.ZodString>;
3261
3336
  label: z.ZodOptional<z.ZodString>;
3337
+ artifact: z.ZodOptional<z.ZodBoolean>;
3262
3338
  }, z.core.$strip>, z.ZodObject<{
3263
3339
  kind: z.ZodLiteral<"unsupportedClaims">;
3264
3340
  file: z.ZodString;
@@ -3319,6 +3395,12 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
3319
3395
  sourcePath: z.ZodOptional<z.ZodString>;
3320
3396
  tools: z.ZodArray<z.ZodString>;
3321
3397
  minSuccessful: z.ZodOptional<z.ZodNumber>;
3398
+ }, z.core.$strip>, z.ZodObject<{
3399
+ kind: z.ZodLiteral<"corpusCoverage">;
3400
+ file: z.ZodString;
3401
+ corpusDir: z.ZodString;
3402
+ reviewedField: z.ZodOptional<z.ZodString>;
3403
+ recordField: z.ZodOptional<z.ZodString>;
3322
3404
  }, z.core.$strip>, z.ZodObject<{
3323
3405
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
3324
3406
  file: z.ZodString;
@@ -3709,6 +3791,10 @@ declare const CraftbookSchema: z.ZodObject<{
3709
3791
  value: z.ZodNumber;
3710
3792
  }, z.core.$strip>], "op">>;
3711
3793
  }, z.core.$strip>>]>>;
3794
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
3795
+ file: z.ZodString;
3796
+ artifact: z.ZodOptional<z.ZodBoolean>;
3797
+ }, z.core.$strip>>>;
3712
3798
  advanceWhen: z.ZodOptional<z.ZodObject<{
3713
3799
  file: z.ZodString;
3714
3800
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -3785,6 +3871,7 @@ declare const CraftbookSchema: z.ZodObject<{
3785
3871
  pattern: z.ZodString;
3786
3872
  flags: z.ZodOptional<z.ZodString>;
3787
3873
  label: z.ZodOptional<z.ZodString>;
3874
+ artifact: z.ZodOptional<z.ZodBoolean>;
3788
3875
  }, z.core.$strip>, z.ZodObject<{
3789
3876
  kind: z.ZodLiteral<"unsupportedClaims">;
3790
3877
  file: z.ZodString;
@@ -3845,6 +3932,12 @@ declare const CraftbookSchema: z.ZodObject<{
3845
3932
  sourcePath: z.ZodOptional<z.ZodString>;
3846
3933
  tools: z.ZodArray<z.ZodString>;
3847
3934
  minSuccessful: z.ZodOptional<z.ZodNumber>;
3935
+ }, z.core.$strip>, z.ZodObject<{
3936
+ kind: z.ZodLiteral<"corpusCoverage">;
3937
+ file: z.ZodString;
3938
+ corpusDir: z.ZodString;
3939
+ reviewedField: z.ZodOptional<z.ZodString>;
3940
+ recordField: z.ZodOptional<z.ZodString>;
3848
3941
  }, z.core.$strip>, z.ZodObject<{
3849
3942
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
3850
3943
  file: z.ZodString;
@@ -3959,6 +4052,7 @@ declare const CraftbookSchema: z.ZodObject<{
3959
4052
  pattern: z.ZodString;
3960
4053
  flags: z.ZodOptional<z.ZodString>;
3961
4054
  label: z.ZodOptional<z.ZodString>;
4055
+ artifact: z.ZodOptional<z.ZodBoolean>;
3962
4056
  }, z.core.$strip>, z.ZodObject<{
3963
4057
  kind: z.ZodLiteral<"unsupportedClaims">;
3964
4058
  file: z.ZodString;
@@ -4019,6 +4113,12 @@ declare const CraftbookSchema: z.ZodObject<{
4019
4113
  sourcePath: z.ZodOptional<z.ZodString>;
4020
4114
  tools: z.ZodArray<z.ZodString>;
4021
4115
  minSuccessful: z.ZodOptional<z.ZodNumber>;
4116
+ }, z.core.$strip>, z.ZodObject<{
4117
+ kind: z.ZodLiteral<"corpusCoverage">;
4118
+ file: z.ZodString;
4119
+ corpusDir: z.ZodString;
4120
+ reviewedField: z.ZodOptional<z.ZodString>;
4121
+ recordField: z.ZodOptional<z.ZodString>;
4022
4122
  }, z.core.$strip>, z.ZodObject<{
4023
4123
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
4024
4124
  file: z.ZodString;
@@ -4311,6 +4411,10 @@ declare const CraftbookSchema: z.ZodObject<{
4311
4411
  value: z.ZodNumber;
4312
4412
  }, z.core.$strip>], "op">>;
4313
4413
  }, z.core.$strip>>]>>;
4414
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
4415
+ file: z.ZodString;
4416
+ artifact: z.ZodOptional<z.ZodBoolean>;
4417
+ }, z.core.$strip>>>;
4314
4418
  advanceWhen: z.ZodOptional<z.ZodObject<{
4315
4419
  file: z.ZodString;
4316
4420
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -4387,6 +4491,7 @@ declare const CraftbookSchema: z.ZodObject<{
4387
4491
  pattern: z.ZodString;
4388
4492
  flags: z.ZodOptional<z.ZodString>;
4389
4493
  label: z.ZodOptional<z.ZodString>;
4494
+ artifact: z.ZodOptional<z.ZodBoolean>;
4390
4495
  }, z.core.$strip>, z.ZodObject<{
4391
4496
  kind: z.ZodLiteral<"unsupportedClaims">;
4392
4497
  file: z.ZodString;
@@ -4447,6 +4552,12 @@ declare const CraftbookSchema: z.ZodObject<{
4447
4552
  sourcePath: z.ZodOptional<z.ZodString>;
4448
4553
  tools: z.ZodArray<z.ZodString>;
4449
4554
  minSuccessful: z.ZodOptional<z.ZodNumber>;
4555
+ }, z.core.$strip>, z.ZodObject<{
4556
+ kind: z.ZodLiteral<"corpusCoverage">;
4557
+ file: z.ZodString;
4558
+ corpusDir: z.ZodString;
4559
+ reviewedField: z.ZodOptional<z.ZodString>;
4560
+ recordField: z.ZodOptional<z.ZodString>;
4450
4561
  }, z.core.$strip>, z.ZodObject<{
4451
4562
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
4452
4563
  file: z.ZodString;
@@ -4561,6 +4672,7 @@ declare const CraftbookSchema: z.ZodObject<{
4561
4672
  pattern: z.ZodString;
4562
4673
  flags: z.ZodOptional<z.ZodString>;
4563
4674
  label: z.ZodOptional<z.ZodString>;
4675
+ artifact: z.ZodOptional<z.ZodBoolean>;
4564
4676
  }, z.core.$strip>, z.ZodObject<{
4565
4677
  kind: z.ZodLiteral<"unsupportedClaims">;
4566
4678
  file: z.ZodString;
@@ -4621,6 +4733,12 @@ declare const CraftbookSchema: z.ZodObject<{
4621
4733
  sourcePath: z.ZodOptional<z.ZodString>;
4622
4734
  tools: z.ZodArray<z.ZodString>;
4623
4735
  minSuccessful: z.ZodOptional<z.ZodNumber>;
4736
+ }, z.core.$strip>, z.ZodObject<{
4737
+ kind: z.ZodLiteral<"corpusCoverage">;
4738
+ file: z.ZodString;
4739
+ corpusDir: z.ZodString;
4740
+ reviewedField: z.ZodOptional<z.ZodString>;
4741
+ recordField: z.ZodOptional<z.ZodString>;
4624
4742
  }, z.core.$strip>, z.ZodObject<{
4625
4743
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
4626
4744
  file: z.ZodString;
@@ -4905,6 +5023,10 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
4905
5023
  value: z.ZodNumber;
4906
5024
  }, z.core.$strip>], "op">>;
4907
5025
  }, z.core.$strip>>]>>;
5026
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
5027
+ file: z.ZodString;
5028
+ artifact: z.ZodOptional<z.ZodBoolean>;
5029
+ }, z.core.$strip>>>;
4908
5030
  advanceWhen: z.ZodOptional<z.ZodObject<{
4909
5031
  file: z.ZodString;
4910
5032
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -4981,6 +5103,7 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
4981
5103
  pattern: z.ZodString;
4982
5104
  flags: z.ZodOptional<z.ZodString>;
4983
5105
  label: z.ZodOptional<z.ZodString>;
5106
+ artifact: z.ZodOptional<z.ZodBoolean>;
4984
5107
  }, z.core.$strip>, z.ZodObject<{
4985
5108
  kind: z.ZodLiteral<"unsupportedClaims">;
4986
5109
  file: z.ZodString;
@@ -5041,6 +5164,12 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
5041
5164
  sourcePath: z.ZodOptional<z.ZodString>;
5042
5165
  tools: z.ZodArray<z.ZodString>;
5043
5166
  minSuccessful: z.ZodOptional<z.ZodNumber>;
5167
+ }, z.core.$strip>, z.ZodObject<{
5168
+ kind: z.ZodLiteral<"corpusCoverage">;
5169
+ file: z.ZodString;
5170
+ corpusDir: z.ZodString;
5171
+ reviewedField: z.ZodOptional<z.ZodString>;
5172
+ recordField: z.ZodOptional<z.ZodString>;
5044
5173
  }, z.core.$strip>, z.ZodObject<{
5045
5174
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
5046
5175
  file: z.ZodString;
@@ -5155,6 +5284,7 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
5155
5284
  pattern: z.ZodString;
5156
5285
  flags: z.ZodOptional<z.ZodString>;
5157
5286
  label: z.ZodOptional<z.ZodString>;
5287
+ artifact: z.ZodOptional<z.ZodBoolean>;
5158
5288
  }, z.core.$strip>, z.ZodObject<{
5159
5289
  kind: z.ZodLiteral<"unsupportedClaims">;
5160
5290
  file: z.ZodString;
@@ -5215,6 +5345,12 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
5215
5345
  sourcePath: z.ZodOptional<z.ZodString>;
5216
5346
  tools: z.ZodArray<z.ZodString>;
5217
5347
  minSuccessful: z.ZodOptional<z.ZodNumber>;
5348
+ }, z.core.$strip>, z.ZodObject<{
5349
+ kind: z.ZodLiteral<"corpusCoverage">;
5350
+ file: z.ZodString;
5351
+ corpusDir: z.ZodString;
5352
+ reviewedField: z.ZodOptional<z.ZodString>;
5353
+ recordField: z.ZodOptional<z.ZodString>;
5218
5354
  }, z.core.$strip>, z.ZodObject<{
5219
5355
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
5220
5356
  file: z.ZodString;
@@ -5476,6 +5612,10 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
5476
5612
  value: z.ZodNumber;
5477
5613
  }, z.core.$strip>], "op">>;
5478
5614
  }, z.core.$strip>>]>>;
5615
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
5616
+ file: z.ZodString;
5617
+ artifact: z.ZodOptional<z.ZodBoolean>;
5618
+ }, z.core.$strip>>>;
5479
5619
  advanceWhen: z.ZodOptional<z.ZodObject<{
5480
5620
  file: z.ZodString;
5481
5621
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -5552,6 +5692,7 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
5552
5692
  pattern: z.ZodString;
5553
5693
  flags: z.ZodOptional<z.ZodString>;
5554
5694
  label: z.ZodOptional<z.ZodString>;
5695
+ artifact: z.ZodOptional<z.ZodBoolean>;
5555
5696
  }, z.core.$strip>, z.ZodObject<{
5556
5697
  kind: z.ZodLiteral<"unsupportedClaims">;
5557
5698
  file: z.ZodString;
@@ -5612,6 +5753,12 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
5612
5753
  sourcePath: z.ZodOptional<z.ZodString>;
5613
5754
  tools: z.ZodArray<z.ZodString>;
5614
5755
  minSuccessful: z.ZodOptional<z.ZodNumber>;
5756
+ }, z.core.$strip>, z.ZodObject<{
5757
+ kind: z.ZodLiteral<"corpusCoverage">;
5758
+ file: z.ZodString;
5759
+ corpusDir: z.ZodString;
5760
+ reviewedField: z.ZodOptional<z.ZodString>;
5761
+ recordField: z.ZodOptional<z.ZodString>;
5615
5762
  }, z.core.$strip>, z.ZodObject<{
5616
5763
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
5617
5764
  file: z.ZodString;
@@ -5726,6 +5873,7 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
5726
5873
  pattern: z.ZodString;
5727
5874
  flags: z.ZodOptional<z.ZodString>;
5728
5875
  label: z.ZodOptional<z.ZodString>;
5876
+ artifact: z.ZodOptional<z.ZodBoolean>;
5729
5877
  }, z.core.$strip>, z.ZodObject<{
5730
5878
  kind: z.ZodLiteral<"unsupportedClaims">;
5731
5879
  file: z.ZodString;
@@ -5786,6 +5934,12 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
5786
5934
  sourcePath: z.ZodOptional<z.ZodString>;
5787
5935
  tools: z.ZodArray<z.ZodString>;
5788
5936
  minSuccessful: z.ZodOptional<z.ZodNumber>;
5937
+ }, z.core.$strip>, z.ZodObject<{
5938
+ kind: z.ZodLiteral<"corpusCoverage">;
5939
+ file: z.ZodString;
5940
+ corpusDir: z.ZodString;
5941
+ reviewedField: z.ZodOptional<z.ZodString>;
5942
+ recordField: z.ZodOptional<z.ZodString>;
5789
5943
  }, z.core.$strip>, z.ZodObject<{
5790
5944
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
5791
5945
  file: z.ZodString;
@@ -6069,6 +6223,10 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
6069
6223
  value: z.ZodNumber;
6070
6224
  }, z.core.$strip>], "op">>;
6071
6225
  }, z.core.$strip>>]>>;
6226
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
6227
+ file: z.ZodString;
6228
+ artifact: z.ZodOptional<z.ZodBoolean>;
6229
+ }, z.core.$strip>>>;
6072
6230
  advanceWhen: z.ZodOptional<z.ZodObject<{
6073
6231
  file: z.ZodString;
6074
6232
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -6145,6 +6303,7 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
6145
6303
  pattern: z.ZodString;
6146
6304
  flags: z.ZodOptional<z.ZodString>;
6147
6305
  label: z.ZodOptional<z.ZodString>;
6306
+ artifact: z.ZodOptional<z.ZodBoolean>;
6148
6307
  }, z.core.$strip>, z.ZodObject<{
6149
6308
  kind: z.ZodLiteral<"unsupportedClaims">;
6150
6309
  file: z.ZodString;
@@ -6205,6 +6364,12 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
6205
6364
  sourcePath: z.ZodOptional<z.ZodString>;
6206
6365
  tools: z.ZodArray<z.ZodString>;
6207
6366
  minSuccessful: z.ZodOptional<z.ZodNumber>;
6367
+ }, z.core.$strip>, z.ZodObject<{
6368
+ kind: z.ZodLiteral<"corpusCoverage">;
6369
+ file: z.ZodString;
6370
+ corpusDir: z.ZodString;
6371
+ reviewedField: z.ZodOptional<z.ZodString>;
6372
+ recordField: z.ZodOptional<z.ZodString>;
6208
6373
  }, z.core.$strip>, z.ZodObject<{
6209
6374
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
6210
6375
  file: z.ZodString;
@@ -6319,6 +6484,7 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
6319
6484
  pattern: z.ZodString;
6320
6485
  flags: z.ZodOptional<z.ZodString>;
6321
6486
  label: z.ZodOptional<z.ZodString>;
6487
+ artifact: z.ZodOptional<z.ZodBoolean>;
6322
6488
  }, z.core.$strip>, z.ZodObject<{
6323
6489
  kind: z.ZodLiteral<"unsupportedClaims">;
6324
6490
  file: z.ZodString;
@@ -6379,6 +6545,12 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
6379
6545
  sourcePath: z.ZodOptional<z.ZodString>;
6380
6546
  tools: z.ZodArray<z.ZodString>;
6381
6547
  minSuccessful: z.ZodOptional<z.ZodNumber>;
6548
+ }, z.core.$strip>, z.ZodObject<{
6549
+ kind: z.ZodLiteral<"corpusCoverage">;
6550
+ file: z.ZodString;
6551
+ corpusDir: z.ZodString;
6552
+ reviewedField: z.ZodOptional<z.ZodString>;
6553
+ recordField: z.ZodOptional<z.ZodString>;
6382
6554
  }, z.core.$strip>, z.ZodObject<{
6383
6555
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
6384
6556
  file: z.ZodString;
@@ -6778,6 +6950,10 @@ declare const CraftbookResponseSchema: z.ZodObject<{
6778
6950
  value: z.ZodNumber;
6779
6951
  }, z.core.$strip>], "op">>;
6780
6952
  }, z.core.$strip>>]>>;
6953
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
6954
+ file: z.ZodString;
6955
+ artifact: z.ZodOptional<z.ZodBoolean>;
6956
+ }, z.core.$strip>>>;
6781
6957
  advanceWhen: z.ZodOptional<z.ZodObject<{
6782
6958
  file: z.ZodString;
6783
6959
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -6854,6 +7030,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
6854
7030
  pattern: z.ZodString;
6855
7031
  flags: z.ZodOptional<z.ZodString>;
6856
7032
  label: z.ZodOptional<z.ZodString>;
7033
+ artifact: z.ZodOptional<z.ZodBoolean>;
6857
7034
  }, z.core.$strip>, z.ZodObject<{
6858
7035
  kind: z.ZodLiteral<"unsupportedClaims">;
6859
7036
  file: z.ZodString;
@@ -6914,6 +7091,12 @@ declare const CraftbookResponseSchema: z.ZodObject<{
6914
7091
  sourcePath: z.ZodOptional<z.ZodString>;
6915
7092
  tools: z.ZodArray<z.ZodString>;
6916
7093
  minSuccessful: z.ZodOptional<z.ZodNumber>;
7094
+ }, z.core.$strip>, z.ZodObject<{
7095
+ kind: z.ZodLiteral<"corpusCoverage">;
7096
+ file: z.ZodString;
7097
+ corpusDir: z.ZodString;
7098
+ reviewedField: z.ZodOptional<z.ZodString>;
7099
+ recordField: z.ZodOptional<z.ZodString>;
6917
7100
  }, z.core.$strip>, z.ZodObject<{
6918
7101
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
6919
7102
  file: z.ZodString;
@@ -7028,6 +7211,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
7028
7211
  pattern: z.ZodString;
7029
7212
  flags: z.ZodOptional<z.ZodString>;
7030
7213
  label: z.ZodOptional<z.ZodString>;
7214
+ artifact: z.ZodOptional<z.ZodBoolean>;
7031
7215
  }, z.core.$strip>, z.ZodObject<{
7032
7216
  kind: z.ZodLiteral<"unsupportedClaims">;
7033
7217
  file: z.ZodString;
@@ -7088,6 +7272,12 @@ declare const CraftbookResponseSchema: z.ZodObject<{
7088
7272
  sourcePath: z.ZodOptional<z.ZodString>;
7089
7273
  tools: z.ZodArray<z.ZodString>;
7090
7274
  minSuccessful: z.ZodOptional<z.ZodNumber>;
7275
+ }, z.core.$strip>, z.ZodObject<{
7276
+ kind: z.ZodLiteral<"corpusCoverage">;
7277
+ file: z.ZodString;
7278
+ corpusDir: z.ZodString;
7279
+ reviewedField: z.ZodOptional<z.ZodString>;
7280
+ recordField: z.ZodOptional<z.ZodString>;
7091
7281
  }, z.core.$strip>, z.ZodObject<{
7092
7282
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
7093
7283
  file: z.ZodString;
@@ -7380,6 +7570,10 @@ declare const CraftbookResponseSchema: z.ZodObject<{
7380
7570
  value: z.ZodNumber;
7381
7571
  }, z.core.$strip>], "op">>;
7382
7572
  }, z.core.$strip>>]>>;
7573
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
7574
+ file: z.ZodString;
7575
+ artifact: z.ZodOptional<z.ZodBoolean>;
7576
+ }, z.core.$strip>>>;
7383
7577
  advanceWhen: z.ZodOptional<z.ZodObject<{
7384
7578
  file: z.ZodString;
7385
7579
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -7456,6 +7650,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
7456
7650
  pattern: z.ZodString;
7457
7651
  flags: z.ZodOptional<z.ZodString>;
7458
7652
  label: z.ZodOptional<z.ZodString>;
7653
+ artifact: z.ZodOptional<z.ZodBoolean>;
7459
7654
  }, z.core.$strip>, z.ZodObject<{
7460
7655
  kind: z.ZodLiteral<"unsupportedClaims">;
7461
7656
  file: z.ZodString;
@@ -7516,6 +7711,12 @@ declare const CraftbookResponseSchema: z.ZodObject<{
7516
7711
  sourcePath: z.ZodOptional<z.ZodString>;
7517
7712
  tools: z.ZodArray<z.ZodString>;
7518
7713
  minSuccessful: z.ZodOptional<z.ZodNumber>;
7714
+ }, z.core.$strip>, z.ZodObject<{
7715
+ kind: z.ZodLiteral<"corpusCoverage">;
7716
+ file: z.ZodString;
7717
+ corpusDir: z.ZodString;
7718
+ reviewedField: z.ZodOptional<z.ZodString>;
7719
+ recordField: z.ZodOptional<z.ZodString>;
7519
7720
  }, z.core.$strip>, z.ZodObject<{
7520
7721
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
7521
7722
  file: z.ZodString;
@@ -7630,6 +7831,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
7630
7831
  pattern: z.ZodString;
7631
7832
  flags: z.ZodOptional<z.ZodString>;
7632
7833
  label: z.ZodOptional<z.ZodString>;
7834
+ artifact: z.ZodOptional<z.ZodBoolean>;
7633
7835
  }, z.core.$strip>, z.ZodObject<{
7634
7836
  kind: z.ZodLiteral<"unsupportedClaims">;
7635
7837
  file: z.ZodString;
@@ -7690,6 +7892,12 @@ declare const CraftbookResponseSchema: z.ZodObject<{
7690
7892
  sourcePath: z.ZodOptional<z.ZodString>;
7691
7893
  tools: z.ZodArray<z.ZodString>;
7692
7894
  minSuccessful: z.ZodOptional<z.ZodNumber>;
7895
+ }, z.core.$strip>, z.ZodObject<{
7896
+ kind: z.ZodLiteral<"corpusCoverage">;
7897
+ file: z.ZodString;
7898
+ corpusDir: z.ZodString;
7899
+ reviewedField: z.ZodOptional<z.ZodString>;
7900
+ recordField: z.ZodOptional<z.ZodString>;
7693
7901
  }, z.core.$strip>, z.ZodObject<{
7694
7902
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
7695
7903
  file: z.ZodString;
@@ -7824,6 +8032,7 @@ interface StepPatch {
7824
8032
  suggestedGezelId?: string | null;
7825
8033
  onEnter?: ScriptRefList | null;
7826
8034
  onExit?: ScriptRefList | null;
8035
+ consumes?: CraftbookStepInput[] | null;
7827
8036
  advanceWhen?: AdvanceWhen | null;
7828
8037
  gate?: StepGateUnion | null;
7829
8038
  next?: string | null;
@@ -7968,6 +8177,7 @@ declare const CraftbookTestCheckSchema: z.ZodUnion<readonly [z.ZodDiscriminatedU
7968
8177
  pattern: z.ZodString;
7969
8178
  flags: z.ZodOptional<z.ZodString>;
7970
8179
  label: z.ZodOptional<z.ZodString>;
8180
+ artifact: z.ZodOptional<z.ZodBoolean>;
7971
8181
  }, z.core.$strip>, z.ZodObject<{
7972
8182
  kind: z.ZodLiteral<"unsupportedClaims">;
7973
8183
  file: z.ZodString;
@@ -8028,6 +8238,12 @@ declare const CraftbookTestCheckSchema: z.ZodUnion<readonly [z.ZodDiscriminatedU
8028
8238
  sourcePath: z.ZodOptional<z.ZodString>;
8029
8239
  tools: z.ZodArray<z.ZodString>;
8030
8240
  minSuccessful: z.ZodOptional<z.ZodNumber>;
8241
+ }, z.core.$strip>, z.ZodObject<{
8242
+ kind: z.ZodLiteral<"corpusCoverage">;
8243
+ file: z.ZodString;
8244
+ corpusDir: z.ZodString;
8245
+ reviewedField: z.ZodOptional<z.ZodString>;
8246
+ recordField: z.ZodOptional<z.ZodString>;
8031
8247
  }, z.core.$strip>, z.ZodObject<{
8032
8248
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
8033
8249
  file: z.ZodString;
@@ -8194,6 +8410,11 @@ declare const CraftbookTestSetupSchema: z.ZodObject<{
8194
8410
  projectName: z.ZodString;
8195
8411
  about: z.ZodOptional<z.ZodString>;
8196
8412
  missionObjectives: z.ZodOptional<z.ZodString>;
8413
+ managedWorkspaceWritePolicy: z.ZodOptional<z.ZodEnum<{
8414
+ auto: "auto";
8415
+ allow: "allow";
8416
+ deny: "deny";
8417
+ }>>;
8197
8418
  files: z.ZodDefault<z.ZodArray<z.ZodObject<{
8198
8419
  path: z.ZodString;
8199
8420
  content: z.ZodString;
@@ -8234,6 +8455,7 @@ declare const CraftbookTestDeliverableSchema: z.ZodObject<{
8234
8455
  "data-file": "data-file";
8235
8456
  "generic-file": "generic-file";
8236
8457
  }>;
8458
+ artifact: z.ZodOptional<z.ZodBoolean>;
8237
8459
  minBytes: z.ZodOptional<z.ZodNumber>;
8238
8460
  checks: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
8239
8461
  kind: z.ZodLiteral<"minBytes">;
@@ -8292,6 +8514,7 @@ declare const CraftbookTestDeliverableSchema: z.ZodObject<{
8292
8514
  pattern: z.ZodString;
8293
8515
  flags: z.ZodOptional<z.ZodString>;
8294
8516
  label: z.ZodOptional<z.ZodString>;
8517
+ artifact: z.ZodOptional<z.ZodBoolean>;
8295
8518
  }, z.core.$strip>, z.ZodObject<{
8296
8519
  kind: z.ZodLiteral<"unsupportedClaims">;
8297
8520
  file: z.ZodString;
@@ -8352,6 +8575,12 @@ declare const CraftbookTestDeliverableSchema: z.ZodObject<{
8352
8575
  sourcePath: z.ZodOptional<z.ZodString>;
8353
8576
  tools: z.ZodArray<z.ZodString>;
8354
8577
  minSuccessful: z.ZodOptional<z.ZodNumber>;
8578
+ }, z.core.$strip>, z.ZodObject<{
8579
+ kind: z.ZodLiteral<"corpusCoverage">;
8580
+ file: z.ZodString;
8581
+ corpusDir: z.ZodString;
8582
+ reviewedField: z.ZodOptional<z.ZodString>;
8583
+ recordField: z.ZodOptional<z.ZodString>;
8355
8584
  }, z.core.$strip>, z.ZodObject<{
8356
8585
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
8357
8586
  file: z.ZodString;
@@ -8588,6 +8817,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
8588
8817
  "data-file": "data-file";
8589
8818
  "generic-file": "generic-file";
8590
8819
  }>;
8820
+ artifact: z.ZodOptional<z.ZodBoolean>;
8591
8821
  minBytes: z.ZodOptional<z.ZodNumber>;
8592
8822
  checks: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
8593
8823
  kind: z.ZodLiteral<"minBytes">;
@@ -8646,6 +8876,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
8646
8876
  pattern: z.ZodString;
8647
8877
  flags: z.ZodOptional<z.ZodString>;
8648
8878
  label: z.ZodOptional<z.ZodString>;
8879
+ artifact: z.ZodOptional<z.ZodBoolean>;
8649
8880
  }, z.core.$strip>, z.ZodObject<{
8650
8881
  kind: z.ZodLiteral<"unsupportedClaims">;
8651
8882
  file: z.ZodString;
@@ -8706,6 +8937,12 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
8706
8937
  sourcePath: z.ZodOptional<z.ZodString>;
8707
8938
  tools: z.ZodArray<z.ZodString>;
8708
8939
  minSuccessful: z.ZodOptional<z.ZodNumber>;
8940
+ }, z.core.$strip>, z.ZodObject<{
8941
+ kind: z.ZodLiteral<"corpusCoverage">;
8942
+ file: z.ZodString;
8943
+ corpusDir: z.ZodString;
8944
+ reviewedField: z.ZodOptional<z.ZodString>;
8945
+ recordField: z.ZodOptional<z.ZodString>;
8709
8946
  }, z.core.$strip>, z.ZodObject<{
8710
8947
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
8711
8948
  file: z.ZodString;
@@ -8828,6 +9065,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
8828
9065
  pattern: z.ZodString;
8829
9066
  flags: z.ZodOptional<z.ZodString>;
8830
9067
  label: z.ZodOptional<z.ZodString>;
9068
+ artifact: z.ZodOptional<z.ZodBoolean>;
8831
9069
  }, z.core.$strip>, z.ZodObject<{
8832
9070
  kind: z.ZodLiteral<"unsupportedClaims">;
8833
9071
  file: z.ZodString;
@@ -8888,6 +9126,12 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
8888
9126
  sourcePath: z.ZodOptional<z.ZodString>;
8889
9127
  tools: z.ZodArray<z.ZodString>;
8890
9128
  minSuccessful: z.ZodOptional<z.ZodNumber>;
9129
+ }, z.core.$strip>, z.ZodObject<{
9130
+ kind: z.ZodLiteral<"corpusCoverage">;
9131
+ file: z.ZodString;
9132
+ corpusDir: z.ZodString;
9133
+ reviewedField: z.ZodOptional<z.ZodString>;
9134
+ recordField: z.ZodOptional<z.ZodString>;
8891
9135
  }, z.core.$strip>, z.ZodObject<{
8892
9136
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
8893
9137
  file: z.ZodString;
@@ -9011,6 +9255,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
9011
9255
  pattern: z.ZodString;
9012
9256
  flags: z.ZodOptional<z.ZodString>;
9013
9257
  label: z.ZodOptional<z.ZodString>;
9258
+ artifact: z.ZodOptional<z.ZodBoolean>;
9014
9259
  }, z.core.$strip>, z.ZodObject<{
9015
9260
  kind: z.ZodLiteral<"unsupportedClaims">;
9016
9261
  file: z.ZodString;
@@ -9071,6 +9316,12 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
9071
9316
  sourcePath: z.ZodOptional<z.ZodString>;
9072
9317
  tools: z.ZodArray<z.ZodString>;
9073
9318
  minSuccessful: z.ZodOptional<z.ZodNumber>;
9319
+ }, z.core.$strip>, z.ZodObject<{
9320
+ kind: z.ZodLiteral<"corpusCoverage">;
9321
+ file: z.ZodString;
9322
+ corpusDir: z.ZodString;
9323
+ reviewedField: z.ZodOptional<z.ZodString>;
9324
+ recordField: z.ZodOptional<z.ZodString>;
9074
9325
  }, z.core.$strip>, z.ZodObject<{
9075
9326
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
9076
9327
  file: z.ZodString;
@@ -9195,6 +9446,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
9195
9446
  pattern: z.ZodString;
9196
9447
  flags: z.ZodOptional<z.ZodString>;
9197
9448
  label: z.ZodOptional<z.ZodString>;
9449
+ artifact: z.ZodOptional<z.ZodBoolean>;
9198
9450
  }, z.core.$strip>, z.ZodObject<{
9199
9451
  kind: z.ZodLiteral<"unsupportedClaims">;
9200
9452
  file: z.ZodString;
@@ -9255,6 +9507,12 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
9255
9507
  sourcePath: z.ZodOptional<z.ZodString>;
9256
9508
  tools: z.ZodArray<z.ZodString>;
9257
9509
  minSuccessful: z.ZodOptional<z.ZodNumber>;
9510
+ }, z.core.$strip>, z.ZodObject<{
9511
+ kind: z.ZodLiteral<"corpusCoverage">;
9512
+ file: z.ZodString;
9513
+ corpusDir: z.ZodString;
9514
+ reviewedField: z.ZodOptional<z.ZodString>;
9515
+ recordField: z.ZodOptional<z.ZodString>;
9258
9516
  }, z.core.$strip>, z.ZodObject<{
9259
9517
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
9260
9518
  file: z.ZodString;
@@ -9509,6 +9767,11 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
9509
9767
  projectName: z.ZodString;
9510
9768
  about: z.ZodOptional<z.ZodString>;
9511
9769
  missionObjectives: z.ZodOptional<z.ZodString>;
9770
+ managedWorkspaceWritePolicy: z.ZodOptional<z.ZodEnum<{
9771
+ auto: "auto";
9772
+ allow: "allow";
9773
+ deny: "deny";
9774
+ }>>;
9512
9775
  files: z.ZodDefault<z.ZodArray<z.ZodObject<{
9513
9776
  path: z.ZodString;
9514
9777
  content: z.ZodString;
@@ -9613,6 +9876,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
9613
9876
  "data-file": "data-file";
9614
9877
  "generic-file": "generic-file";
9615
9878
  }>;
9879
+ artifact: z.ZodOptional<z.ZodBoolean>;
9616
9880
  minBytes: z.ZodOptional<z.ZodNumber>;
9617
9881
  checks: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
9618
9882
  kind: z.ZodLiteral<"minBytes">;
@@ -9671,6 +9935,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
9671
9935
  pattern: z.ZodString;
9672
9936
  flags: z.ZodOptional<z.ZodString>;
9673
9937
  label: z.ZodOptional<z.ZodString>;
9938
+ artifact: z.ZodOptional<z.ZodBoolean>;
9674
9939
  }, z.core.$strip>, z.ZodObject<{
9675
9940
  kind: z.ZodLiteral<"unsupportedClaims">;
9676
9941
  file: z.ZodString;
@@ -9731,6 +9996,12 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
9731
9996
  sourcePath: z.ZodOptional<z.ZodString>;
9732
9997
  tools: z.ZodArray<z.ZodString>;
9733
9998
  minSuccessful: z.ZodOptional<z.ZodNumber>;
9999
+ }, z.core.$strip>, z.ZodObject<{
10000
+ kind: z.ZodLiteral<"corpusCoverage">;
10001
+ file: z.ZodString;
10002
+ corpusDir: z.ZodString;
10003
+ reviewedField: z.ZodOptional<z.ZodString>;
10004
+ recordField: z.ZodOptional<z.ZodString>;
9734
10005
  }, z.core.$strip>, z.ZodObject<{
9735
10006
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
9736
10007
  file: z.ZodString;
@@ -9853,6 +10124,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
9853
10124
  pattern: z.ZodString;
9854
10125
  flags: z.ZodOptional<z.ZodString>;
9855
10126
  label: z.ZodOptional<z.ZodString>;
10127
+ artifact: z.ZodOptional<z.ZodBoolean>;
9856
10128
  }, z.core.$strip>, z.ZodObject<{
9857
10129
  kind: z.ZodLiteral<"unsupportedClaims">;
9858
10130
  file: z.ZodString;
@@ -9913,6 +10185,12 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
9913
10185
  sourcePath: z.ZodOptional<z.ZodString>;
9914
10186
  tools: z.ZodArray<z.ZodString>;
9915
10187
  minSuccessful: z.ZodOptional<z.ZodNumber>;
10188
+ }, z.core.$strip>, z.ZodObject<{
10189
+ kind: z.ZodLiteral<"corpusCoverage">;
10190
+ file: z.ZodString;
10191
+ corpusDir: z.ZodString;
10192
+ reviewedField: z.ZodOptional<z.ZodString>;
10193
+ recordField: z.ZodOptional<z.ZodString>;
9916
10194
  }, z.core.$strip>, z.ZodObject<{
9917
10195
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
9918
10196
  file: z.ZodString;
@@ -10036,6 +10314,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
10036
10314
  pattern: z.ZodString;
10037
10315
  flags: z.ZodOptional<z.ZodString>;
10038
10316
  label: z.ZodOptional<z.ZodString>;
10317
+ artifact: z.ZodOptional<z.ZodBoolean>;
10039
10318
  }, z.core.$strip>, z.ZodObject<{
10040
10319
  kind: z.ZodLiteral<"unsupportedClaims">;
10041
10320
  file: z.ZodString;
@@ -10096,6 +10375,12 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
10096
10375
  sourcePath: z.ZodOptional<z.ZodString>;
10097
10376
  tools: z.ZodArray<z.ZodString>;
10098
10377
  minSuccessful: z.ZodOptional<z.ZodNumber>;
10378
+ }, z.core.$strip>, z.ZodObject<{
10379
+ kind: z.ZodLiteral<"corpusCoverage">;
10380
+ file: z.ZodString;
10381
+ corpusDir: z.ZodString;
10382
+ reviewedField: z.ZodOptional<z.ZodString>;
10383
+ recordField: z.ZodOptional<z.ZodString>;
10099
10384
  }, z.core.$strip>, z.ZodObject<{
10100
10385
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
10101
10386
  file: z.ZodString;
@@ -10220,6 +10505,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
10220
10505
  pattern: z.ZodString;
10221
10506
  flags: z.ZodOptional<z.ZodString>;
10222
10507
  label: z.ZodOptional<z.ZodString>;
10508
+ artifact: z.ZodOptional<z.ZodBoolean>;
10223
10509
  }, z.core.$strip>, z.ZodObject<{
10224
10510
  kind: z.ZodLiteral<"unsupportedClaims">;
10225
10511
  file: z.ZodString;
@@ -10280,6 +10566,12 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
10280
10566
  sourcePath: z.ZodOptional<z.ZodString>;
10281
10567
  tools: z.ZodArray<z.ZodString>;
10282
10568
  minSuccessful: z.ZodOptional<z.ZodNumber>;
10569
+ }, z.core.$strip>, z.ZodObject<{
10570
+ kind: z.ZodLiteral<"corpusCoverage">;
10571
+ file: z.ZodString;
10572
+ corpusDir: z.ZodString;
10573
+ reviewedField: z.ZodOptional<z.ZodString>;
10574
+ recordField: z.ZodOptional<z.ZodString>;
10283
10575
  }, z.core.$strip>, z.ZodObject<{
10284
10576
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
10285
10577
  file: z.ZodString;
@@ -11734,6 +12026,10 @@ declare const PendingImportItemSchema: z.ZodObject<{
11734
12026
  value: z.ZodNumber;
11735
12027
  }, z.core.$strip>], "op">>;
11736
12028
  }, z.core.$strip>>]>>;
12029
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
12030
+ file: z.ZodString;
12031
+ artifact: z.ZodOptional<z.ZodBoolean>;
12032
+ }, z.core.$strip>>>;
11737
12033
  advanceWhen: z.ZodOptional<z.ZodObject<{
11738
12034
  file: z.ZodString;
11739
12035
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -11810,6 +12106,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
11810
12106
  pattern: z.ZodString;
11811
12107
  flags: z.ZodOptional<z.ZodString>;
11812
12108
  label: z.ZodOptional<z.ZodString>;
12109
+ artifact: z.ZodOptional<z.ZodBoolean>;
11813
12110
  }, z.core.$strip>, z.ZodObject<{
11814
12111
  kind: z.ZodLiteral<"unsupportedClaims">;
11815
12112
  file: z.ZodString;
@@ -11870,6 +12167,12 @@ declare const PendingImportItemSchema: z.ZodObject<{
11870
12167
  sourcePath: z.ZodOptional<z.ZodString>;
11871
12168
  tools: z.ZodArray<z.ZodString>;
11872
12169
  minSuccessful: z.ZodOptional<z.ZodNumber>;
12170
+ }, z.core.$strip>, z.ZodObject<{
12171
+ kind: z.ZodLiteral<"corpusCoverage">;
12172
+ file: z.ZodString;
12173
+ corpusDir: z.ZodString;
12174
+ reviewedField: z.ZodOptional<z.ZodString>;
12175
+ recordField: z.ZodOptional<z.ZodString>;
11873
12176
  }, z.core.$strip>, z.ZodObject<{
11874
12177
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
11875
12178
  file: z.ZodString;
@@ -11984,6 +12287,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
11984
12287
  pattern: z.ZodString;
11985
12288
  flags: z.ZodOptional<z.ZodString>;
11986
12289
  label: z.ZodOptional<z.ZodString>;
12290
+ artifact: z.ZodOptional<z.ZodBoolean>;
11987
12291
  }, z.core.$strip>, z.ZodObject<{
11988
12292
  kind: z.ZodLiteral<"unsupportedClaims">;
11989
12293
  file: z.ZodString;
@@ -12044,6 +12348,12 @@ declare const PendingImportItemSchema: z.ZodObject<{
12044
12348
  sourcePath: z.ZodOptional<z.ZodString>;
12045
12349
  tools: z.ZodArray<z.ZodString>;
12046
12350
  minSuccessful: z.ZodOptional<z.ZodNumber>;
12351
+ }, z.core.$strip>, z.ZodObject<{
12352
+ kind: z.ZodLiteral<"corpusCoverage">;
12353
+ file: z.ZodString;
12354
+ corpusDir: z.ZodString;
12355
+ reviewedField: z.ZodOptional<z.ZodString>;
12356
+ recordField: z.ZodOptional<z.ZodString>;
12047
12357
  }, z.core.$strip>, z.ZodObject<{
12048
12358
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
12049
12359
  file: z.ZodString;
@@ -12336,6 +12646,10 @@ declare const PendingImportItemSchema: z.ZodObject<{
12336
12646
  value: z.ZodNumber;
12337
12647
  }, z.core.$strip>], "op">>;
12338
12648
  }, z.core.$strip>>]>>;
12649
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
12650
+ file: z.ZodString;
12651
+ artifact: z.ZodOptional<z.ZodBoolean>;
12652
+ }, z.core.$strip>>>;
12339
12653
  advanceWhen: z.ZodOptional<z.ZodObject<{
12340
12654
  file: z.ZodString;
12341
12655
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -12412,6 +12726,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
12412
12726
  pattern: z.ZodString;
12413
12727
  flags: z.ZodOptional<z.ZodString>;
12414
12728
  label: z.ZodOptional<z.ZodString>;
12729
+ artifact: z.ZodOptional<z.ZodBoolean>;
12415
12730
  }, z.core.$strip>, z.ZodObject<{
12416
12731
  kind: z.ZodLiteral<"unsupportedClaims">;
12417
12732
  file: z.ZodString;
@@ -12472,6 +12787,12 @@ declare const PendingImportItemSchema: z.ZodObject<{
12472
12787
  sourcePath: z.ZodOptional<z.ZodString>;
12473
12788
  tools: z.ZodArray<z.ZodString>;
12474
12789
  minSuccessful: z.ZodOptional<z.ZodNumber>;
12790
+ }, z.core.$strip>, z.ZodObject<{
12791
+ kind: z.ZodLiteral<"corpusCoverage">;
12792
+ file: z.ZodString;
12793
+ corpusDir: z.ZodString;
12794
+ reviewedField: z.ZodOptional<z.ZodString>;
12795
+ recordField: z.ZodOptional<z.ZodString>;
12475
12796
  }, z.core.$strip>, z.ZodObject<{
12476
12797
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
12477
12798
  file: z.ZodString;
@@ -12586,6 +12907,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
12586
12907
  pattern: z.ZodString;
12587
12908
  flags: z.ZodOptional<z.ZodString>;
12588
12909
  label: z.ZodOptional<z.ZodString>;
12910
+ artifact: z.ZodOptional<z.ZodBoolean>;
12589
12911
  }, z.core.$strip>, z.ZodObject<{
12590
12912
  kind: z.ZodLiteral<"unsupportedClaims">;
12591
12913
  file: z.ZodString;
@@ -12646,6 +12968,12 @@ declare const PendingImportItemSchema: z.ZodObject<{
12646
12968
  sourcePath: z.ZodOptional<z.ZodString>;
12647
12969
  tools: z.ZodArray<z.ZodString>;
12648
12970
  minSuccessful: z.ZodOptional<z.ZodNumber>;
12971
+ }, z.core.$strip>, z.ZodObject<{
12972
+ kind: z.ZodLiteral<"corpusCoverage">;
12973
+ file: z.ZodString;
12974
+ corpusDir: z.ZodString;
12975
+ reviewedField: z.ZodOptional<z.ZodString>;
12976
+ recordField: z.ZodOptional<z.ZodString>;
12649
12977
  }, z.core.$strip>, z.ZodObject<{
12650
12978
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
12651
12979
  file: z.ZodString;
@@ -12901,6 +13229,10 @@ declare const PendingImportsSchema: z.ZodObject<{
12901
13229
  value: z.ZodNumber;
12902
13230
  }, z.core.$strip>], "op">>;
12903
13231
  }, z.core.$strip>>]>>;
13232
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
13233
+ file: z.ZodString;
13234
+ artifact: z.ZodOptional<z.ZodBoolean>;
13235
+ }, z.core.$strip>>>;
12904
13236
  advanceWhen: z.ZodOptional<z.ZodObject<{
12905
13237
  file: z.ZodString;
12906
13238
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -12977,6 +13309,7 @@ declare const PendingImportsSchema: z.ZodObject<{
12977
13309
  pattern: z.ZodString;
12978
13310
  flags: z.ZodOptional<z.ZodString>;
12979
13311
  label: z.ZodOptional<z.ZodString>;
13312
+ artifact: z.ZodOptional<z.ZodBoolean>;
12980
13313
  }, z.core.$strip>, z.ZodObject<{
12981
13314
  kind: z.ZodLiteral<"unsupportedClaims">;
12982
13315
  file: z.ZodString;
@@ -13037,6 +13370,12 @@ declare const PendingImportsSchema: z.ZodObject<{
13037
13370
  sourcePath: z.ZodOptional<z.ZodString>;
13038
13371
  tools: z.ZodArray<z.ZodString>;
13039
13372
  minSuccessful: z.ZodOptional<z.ZodNumber>;
13373
+ }, z.core.$strip>, z.ZodObject<{
13374
+ kind: z.ZodLiteral<"corpusCoverage">;
13375
+ file: z.ZodString;
13376
+ corpusDir: z.ZodString;
13377
+ reviewedField: z.ZodOptional<z.ZodString>;
13378
+ recordField: z.ZodOptional<z.ZodString>;
13040
13379
  }, z.core.$strip>, z.ZodObject<{
13041
13380
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
13042
13381
  file: z.ZodString;
@@ -13151,6 +13490,7 @@ declare const PendingImportsSchema: z.ZodObject<{
13151
13490
  pattern: z.ZodString;
13152
13491
  flags: z.ZodOptional<z.ZodString>;
13153
13492
  label: z.ZodOptional<z.ZodString>;
13493
+ artifact: z.ZodOptional<z.ZodBoolean>;
13154
13494
  }, z.core.$strip>, z.ZodObject<{
13155
13495
  kind: z.ZodLiteral<"unsupportedClaims">;
13156
13496
  file: z.ZodString;
@@ -13211,6 +13551,12 @@ declare const PendingImportsSchema: z.ZodObject<{
13211
13551
  sourcePath: z.ZodOptional<z.ZodString>;
13212
13552
  tools: z.ZodArray<z.ZodString>;
13213
13553
  minSuccessful: z.ZodOptional<z.ZodNumber>;
13554
+ }, z.core.$strip>, z.ZodObject<{
13555
+ kind: z.ZodLiteral<"corpusCoverage">;
13556
+ file: z.ZodString;
13557
+ corpusDir: z.ZodString;
13558
+ reviewedField: z.ZodOptional<z.ZodString>;
13559
+ recordField: z.ZodOptional<z.ZodString>;
13214
13560
  }, z.core.$strip>, z.ZodObject<{
13215
13561
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
13216
13562
  file: z.ZodString;
@@ -13503,6 +13849,10 @@ declare const PendingImportsSchema: z.ZodObject<{
13503
13849
  value: z.ZodNumber;
13504
13850
  }, z.core.$strip>], "op">>;
13505
13851
  }, z.core.$strip>>]>>;
13852
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
13853
+ file: z.ZodString;
13854
+ artifact: z.ZodOptional<z.ZodBoolean>;
13855
+ }, z.core.$strip>>>;
13506
13856
  advanceWhen: z.ZodOptional<z.ZodObject<{
13507
13857
  file: z.ZodString;
13508
13858
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -13579,6 +13929,7 @@ declare const PendingImportsSchema: z.ZodObject<{
13579
13929
  pattern: z.ZodString;
13580
13930
  flags: z.ZodOptional<z.ZodString>;
13581
13931
  label: z.ZodOptional<z.ZodString>;
13932
+ artifact: z.ZodOptional<z.ZodBoolean>;
13582
13933
  }, z.core.$strip>, z.ZodObject<{
13583
13934
  kind: z.ZodLiteral<"unsupportedClaims">;
13584
13935
  file: z.ZodString;
@@ -13639,6 +13990,12 @@ declare const PendingImportsSchema: z.ZodObject<{
13639
13990
  sourcePath: z.ZodOptional<z.ZodString>;
13640
13991
  tools: z.ZodArray<z.ZodString>;
13641
13992
  minSuccessful: z.ZodOptional<z.ZodNumber>;
13993
+ }, z.core.$strip>, z.ZodObject<{
13994
+ kind: z.ZodLiteral<"corpusCoverage">;
13995
+ file: z.ZodString;
13996
+ corpusDir: z.ZodString;
13997
+ reviewedField: z.ZodOptional<z.ZodString>;
13998
+ recordField: z.ZodOptional<z.ZodString>;
13642
13999
  }, z.core.$strip>, z.ZodObject<{
13643
14000
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
13644
14001
  file: z.ZodString;
@@ -13753,6 +14110,7 @@ declare const PendingImportsSchema: z.ZodObject<{
13753
14110
  pattern: z.ZodString;
13754
14111
  flags: z.ZodOptional<z.ZodString>;
13755
14112
  label: z.ZodOptional<z.ZodString>;
14113
+ artifact: z.ZodOptional<z.ZodBoolean>;
13756
14114
  }, z.core.$strip>, z.ZodObject<{
13757
14115
  kind: z.ZodLiteral<"unsupportedClaims">;
13758
14116
  file: z.ZodString;
@@ -13813,6 +14171,12 @@ declare const PendingImportsSchema: z.ZodObject<{
13813
14171
  sourcePath: z.ZodOptional<z.ZodString>;
13814
14172
  tools: z.ZodArray<z.ZodString>;
13815
14173
  minSuccessful: z.ZodOptional<z.ZodNumber>;
14174
+ }, z.core.$strip>, z.ZodObject<{
14175
+ kind: z.ZodLiteral<"corpusCoverage">;
14176
+ file: z.ZodString;
14177
+ corpusDir: z.ZodString;
14178
+ reviewedField: z.ZodOptional<z.ZodString>;
14179
+ recordField: z.ZodOptional<z.ZodString>;
13816
14180
  }, z.core.$strip>, z.ZodObject<{
13817
14181
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
13818
14182
  file: z.ZodString;
@@ -14159,6 +14523,10 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
14159
14523
  value: z.ZodNumber;
14160
14524
  }, z.core.$strip>], "op">>;
14161
14525
  }, z.core.$strip>>]>>;
14526
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
14527
+ file: z.ZodString;
14528
+ artifact: z.ZodOptional<z.ZodBoolean>;
14529
+ }, z.core.$strip>>>;
14162
14530
  advanceWhen: z.ZodOptional<z.ZodObject<{
14163
14531
  file: z.ZodString;
14164
14532
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -14235,6 +14603,7 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
14235
14603
  pattern: z.ZodString;
14236
14604
  flags: z.ZodOptional<z.ZodString>;
14237
14605
  label: z.ZodOptional<z.ZodString>;
14606
+ artifact: z.ZodOptional<z.ZodBoolean>;
14238
14607
  }, z.core.$strip>, z.ZodObject<{
14239
14608
  kind: z.ZodLiteral<"unsupportedClaims">;
14240
14609
  file: z.ZodString;
@@ -14295,6 +14664,12 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
14295
14664
  sourcePath: z.ZodOptional<z.ZodString>;
14296
14665
  tools: z.ZodArray<z.ZodString>;
14297
14666
  minSuccessful: z.ZodOptional<z.ZodNumber>;
14667
+ }, z.core.$strip>, z.ZodObject<{
14668
+ kind: z.ZodLiteral<"corpusCoverage">;
14669
+ file: z.ZodString;
14670
+ corpusDir: z.ZodString;
14671
+ reviewedField: z.ZodOptional<z.ZodString>;
14672
+ recordField: z.ZodOptional<z.ZodString>;
14298
14673
  }, z.core.$strip>, z.ZodObject<{
14299
14674
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
14300
14675
  file: z.ZodString;
@@ -14409,6 +14784,7 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
14409
14784
  pattern: z.ZodString;
14410
14785
  flags: z.ZodOptional<z.ZodString>;
14411
14786
  label: z.ZodOptional<z.ZodString>;
14787
+ artifact: z.ZodOptional<z.ZodBoolean>;
14412
14788
  }, z.core.$strip>, z.ZodObject<{
14413
14789
  kind: z.ZodLiteral<"unsupportedClaims">;
14414
14790
  file: z.ZodString;
@@ -14469,6 +14845,12 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
14469
14845
  sourcePath: z.ZodOptional<z.ZodString>;
14470
14846
  tools: z.ZodArray<z.ZodString>;
14471
14847
  minSuccessful: z.ZodOptional<z.ZodNumber>;
14848
+ }, z.core.$strip>, z.ZodObject<{
14849
+ kind: z.ZodLiteral<"corpusCoverage">;
14850
+ file: z.ZodString;
14851
+ corpusDir: z.ZodString;
14852
+ reviewedField: z.ZodOptional<z.ZodString>;
14853
+ recordField: z.ZodOptional<z.ZodString>;
14472
14854
  }, z.core.$strip>, z.ZodObject<{
14473
14855
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
14474
14856
  file: z.ZodString;
@@ -14731,6 +15113,10 @@ declare const TaskCraftbookSchema: z.ZodObject<{
14731
15113
  value: z.ZodNumber;
14732
15114
  }, z.core.$strip>], "op">>;
14733
15115
  }, z.core.$strip>>]>>;
15116
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
15117
+ file: z.ZodString;
15118
+ artifact: z.ZodOptional<z.ZodBoolean>;
15119
+ }, z.core.$strip>>>;
14734
15120
  advanceWhen: z.ZodOptional<z.ZodObject<{
14735
15121
  file: z.ZodString;
14736
15122
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -14807,6 +15193,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
14807
15193
  pattern: z.ZodString;
14808
15194
  flags: z.ZodOptional<z.ZodString>;
14809
15195
  label: z.ZodOptional<z.ZodString>;
15196
+ artifact: z.ZodOptional<z.ZodBoolean>;
14810
15197
  }, z.core.$strip>, z.ZodObject<{
14811
15198
  kind: z.ZodLiteral<"unsupportedClaims">;
14812
15199
  file: z.ZodString;
@@ -14867,6 +15254,12 @@ declare const TaskCraftbookSchema: z.ZodObject<{
14867
15254
  sourcePath: z.ZodOptional<z.ZodString>;
14868
15255
  tools: z.ZodArray<z.ZodString>;
14869
15256
  minSuccessful: z.ZodOptional<z.ZodNumber>;
15257
+ }, z.core.$strip>, z.ZodObject<{
15258
+ kind: z.ZodLiteral<"corpusCoverage">;
15259
+ file: z.ZodString;
15260
+ corpusDir: z.ZodString;
15261
+ reviewedField: z.ZodOptional<z.ZodString>;
15262
+ recordField: z.ZodOptional<z.ZodString>;
14870
15263
  }, z.core.$strip>, z.ZodObject<{
14871
15264
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
14872
15265
  file: z.ZodString;
@@ -14981,6 +15374,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
14981
15374
  pattern: z.ZodString;
14982
15375
  flags: z.ZodOptional<z.ZodString>;
14983
15376
  label: z.ZodOptional<z.ZodString>;
15377
+ artifact: z.ZodOptional<z.ZodBoolean>;
14984
15378
  }, z.core.$strip>, z.ZodObject<{
14985
15379
  kind: z.ZodLiteral<"unsupportedClaims">;
14986
15380
  file: z.ZodString;
@@ -15041,6 +15435,12 @@ declare const TaskCraftbookSchema: z.ZodObject<{
15041
15435
  sourcePath: z.ZodOptional<z.ZodString>;
15042
15436
  tools: z.ZodArray<z.ZodString>;
15043
15437
  minSuccessful: z.ZodOptional<z.ZodNumber>;
15438
+ }, z.core.$strip>, z.ZodObject<{
15439
+ kind: z.ZodLiteral<"corpusCoverage">;
15440
+ file: z.ZodString;
15441
+ corpusDir: z.ZodString;
15442
+ reviewedField: z.ZodOptional<z.ZodString>;
15443
+ recordField: z.ZodOptional<z.ZodString>;
15044
15444
  }, z.core.$strip>, z.ZodObject<{
15045
15445
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
15046
15446
  file: z.ZodString;
@@ -15339,6 +15739,10 @@ declare const TaskCraftbookSchema: z.ZodObject<{
15339
15739
  value: z.ZodNumber;
15340
15740
  }, z.core.$strip>], "op">>;
15341
15741
  }, z.core.$strip>>]>>;
15742
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
15743
+ file: z.ZodString;
15744
+ artifact: z.ZodOptional<z.ZodBoolean>;
15745
+ }, z.core.$strip>>>;
15342
15746
  advanceWhen: z.ZodOptional<z.ZodObject<{
15343
15747
  file: z.ZodString;
15344
15748
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -15415,6 +15819,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
15415
15819
  pattern: z.ZodString;
15416
15820
  flags: z.ZodOptional<z.ZodString>;
15417
15821
  label: z.ZodOptional<z.ZodString>;
15822
+ artifact: z.ZodOptional<z.ZodBoolean>;
15418
15823
  }, z.core.$strip>, z.ZodObject<{
15419
15824
  kind: z.ZodLiteral<"unsupportedClaims">;
15420
15825
  file: z.ZodString;
@@ -15475,6 +15880,12 @@ declare const TaskCraftbookSchema: z.ZodObject<{
15475
15880
  sourcePath: z.ZodOptional<z.ZodString>;
15476
15881
  tools: z.ZodArray<z.ZodString>;
15477
15882
  minSuccessful: z.ZodOptional<z.ZodNumber>;
15883
+ }, z.core.$strip>, z.ZodObject<{
15884
+ kind: z.ZodLiteral<"corpusCoverage">;
15885
+ file: z.ZodString;
15886
+ corpusDir: z.ZodString;
15887
+ reviewedField: z.ZodOptional<z.ZodString>;
15888
+ recordField: z.ZodOptional<z.ZodString>;
15478
15889
  }, z.core.$strip>, z.ZodObject<{
15479
15890
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
15480
15891
  file: z.ZodString;
@@ -15589,6 +16000,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
15589
16000
  pattern: z.ZodString;
15590
16001
  flags: z.ZodOptional<z.ZodString>;
15591
16002
  label: z.ZodOptional<z.ZodString>;
16003
+ artifact: z.ZodOptional<z.ZodBoolean>;
15592
16004
  }, z.core.$strip>, z.ZodObject<{
15593
16005
  kind: z.ZodLiteral<"unsupportedClaims">;
15594
16006
  file: z.ZodString;
@@ -15649,6 +16061,12 @@ declare const TaskCraftbookSchema: z.ZodObject<{
15649
16061
  sourcePath: z.ZodOptional<z.ZodString>;
15650
16062
  tools: z.ZodArray<z.ZodString>;
15651
16063
  minSuccessful: z.ZodOptional<z.ZodNumber>;
16064
+ }, z.core.$strip>, z.ZodObject<{
16065
+ kind: z.ZodLiteral<"corpusCoverage">;
16066
+ file: z.ZodString;
16067
+ corpusDir: z.ZodString;
16068
+ reviewedField: z.ZodOptional<z.ZodString>;
16069
+ recordField: z.ZodOptional<z.ZodString>;
15652
16070
  }, z.core.$strip>, z.ZodObject<{
15653
16071
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
15654
16072
  file: z.ZodString;
@@ -15966,6 +16384,10 @@ declare const TaskSchema: z.ZodObject<{
15966
16384
  value: z.ZodNumber;
15967
16385
  }, z.core.$strip>], "op">>;
15968
16386
  }, z.core.$strip>>]>>;
16387
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
16388
+ file: z.ZodString;
16389
+ artifact: z.ZodOptional<z.ZodBoolean>;
16390
+ }, z.core.$strip>>>;
15969
16391
  advanceWhen: z.ZodOptional<z.ZodObject<{
15970
16392
  file: z.ZodString;
15971
16393
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -16042,6 +16464,7 @@ declare const TaskSchema: z.ZodObject<{
16042
16464
  pattern: z.ZodString;
16043
16465
  flags: z.ZodOptional<z.ZodString>;
16044
16466
  label: z.ZodOptional<z.ZodString>;
16467
+ artifact: z.ZodOptional<z.ZodBoolean>;
16045
16468
  }, z.core.$strip>, z.ZodObject<{
16046
16469
  kind: z.ZodLiteral<"unsupportedClaims">;
16047
16470
  file: z.ZodString;
@@ -16102,6 +16525,12 @@ declare const TaskSchema: z.ZodObject<{
16102
16525
  sourcePath: z.ZodOptional<z.ZodString>;
16103
16526
  tools: z.ZodArray<z.ZodString>;
16104
16527
  minSuccessful: z.ZodOptional<z.ZodNumber>;
16528
+ }, z.core.$strip>, z.ZodObject<{
16529
+ kind: z.ZodLiteral<"corpusCoverage">;
16530
+ file: z.ZodString;
16531
+ corpusDir: z.ZodString;
16532
+ reviewedField: z.ZodOptional<z.ZodString>;
16533
+ recordField: z.ZodOptional<z.ZodString>;
16105
16534
  }, z.core.$strip>, z.ZodObject<{
16106
16535
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
16107
16536
  file: z.ZodString;
@@ -16216,6 +16645,7 @@ declare const TaskSchema: z.ZodObject<{
16216
16645
  pattern: z.ZodString;
16217
16646
  flags: z.ZodOptional<z.ZodString>;
16218
16647
  label: z.ZodOptional<z.ZodString>;
16648
+ artifact: z.ZodOptional<z.ZodBoolean>;
16219
16649
  }, z.core.$strip>, z.ZodObject<{
16220
16650
  kind: z.ZodLiteral<"unsupportedClaims">;
16221
16651
  file: z.ZodString;
@@ -16276,6 +16706,12 @@ declare const TaskSchema: z.ZodObject<{
16276
16706
  sourcePath: z.ZodOptional<z.ZodString>;
16277
16707
  tools: z.ZodArray<z.ZodString>;
16278
16708
  minSuccessful: z.ZodOptional<z.ZodNumber>;
16709
+ }, z.core.$strip>, z.ZodObject<{
16710
+ kind: z.ZodLiteral<"corpusCoverage">;
16711
+ file: z.ZodString;
16712
+ corpusDir: z.ZodString;
16713
+ reviewedField: z.ZodOptional<z.ZodString>;
16714
+ recordField: z.ZodOptional<z.ZodString>;
16279
16715
  }, z.core.$strip>, z.ZodObject<{
16280
16716
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
16281
16717
  file: z.ZodString;
@@ -16574,6 +17010,10 @@ declare const TaskSchema: z.ZodObject<{
16574
17010
  value: z.ZodNumber;
16575
17011
  }, z.core.$strip>], "op">>;
16576
17012
  }, z.core.$strip>>]>>;
17013
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
17014
+ file: z.ZodString;
17015
+ artifact: z.ZodOptional<z.ZodBoolean>;
17016
+ }, z.core.$strip>>>;
16577
17017
  advanceWhen: z.ZodOptional<z.ZodObject<{
16578
17018
  file: z.ZodString;
16579
17019
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -16650,6 +17090,7 @@ declare const TaskSchema: z.ZodObject<{
16650
17090
  pattern: z.ZodString;
16651
17091
  flags: z.ZodOptional<z.ZodString>;
16652
17092
  label: z.ZodOptional<z.ZodString>;
17093
+ artifact: z.ZodOptional<z.ZodBoolean>;
16653
17094
  }, z.core.$strip>, z.ZodObject<{
16654
17095
  kind: z.ZodLiteral<"unsupportedClaims">;
16655
17096
  file: z.ZodString;
@@ -16710,6 +17151,12 @@ declare const TaskSchema: z.ZodObject<{
16710
17151
  sourcePath: z.ZodOptional<z.ZodString>;
16711
17152
  tools: z.ZodArray<z.ZodString>;
16712
17153
  minSuccessful: z.ZodOptional<z.ZodNumber>;
17154
+ }, z.core.$strip>, z.ZodObject<{
17155
+ kind: z.ZodLiteral<"corpusCoverage">;
17156
+ file: z.ZodString;
17157
+ corpusDir: z.ZodString;
17158
+ reviewedField: z.ZodOptional<z.ZodString>;
17159
+ recordField: z.ZodOptional<z.ZodString>;
16713
17160
  }, z.core.$strip>, z.ZodObject<{
16714
17161
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
16715
17162
  file: z.ZodString;
@@ -16824,6 +17271,7 @@ declare const TaskSchema: z.ZodObject<{
16824
17271
  pattern: z.ZodString;
16825
17272
  flags: z.ZodOptional<z.ZodString>;
16826
17273
  label: z.ZodOptional<z.ZodString>;
17274
+ artifact: z.ZodOptional<z.ZodBoolean>;
16827
17275
  }, z.core.$strip>, z.ZodObject<{
16828
17276
  kind: z.ZodLiteral<"unsupportedClaims">;
16829
17277
  file: z.ZodString;
@@ -16884,6 +17332,12 @@ declare const TaskSchema: z.ZodObject<{
16884
17332
  sourcePath: z.ZodOptional<z.ZodString>;
16885
17333
  tools: z.ZodArray<z.ZodString>;
16886
17334
  minSuccessful: z.ZodOptional<z.ZodNumber>;
17335
+ }, z.core.$strip>, z.ZodObject<{
17336
+ kind: z.ZodLiteral<"corpusCoverage">;
17337
+ file: z.ZodString;
17338
+ corpusDir: z.ZodString;
17339
+ reviewedField: z.ZodOptional<z.ZodString>;
17340
+ recordField: z.ZodOptional<z.ZodString>;
16887
17341
  }, z.core.$strip>, z.ZodObject<{
16888
17342
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
16889
17343
  file: z.ZodString;
@@ -17122,6 +17576,10 @@ declare const TaskSchema: z.ZodObject<{
17122
17576
  value: z.ZodNumber;
17123
17577
  }, z.core.$strip>], "op">>;
17124
17578
  }, z.core.$strip>>]>>;
17579
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
17580
+ file: z.ZodString;
17581
+ artifact: z.ZodOptional<z.ZodBoolean>;
17582
+ }, z.core.$strip>>>;
17125
17583
  advanceWhen: z.ZodOptional<z.ZodObject<{
17126
17584
  file: z.ZodString;
17127
17585
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -17198,6 +17656,7 @@ declare const TaskSchema: z.ZodObject<{
17198
17656
  pattern: z.ZodString;
17199
17657
  flags: z.ZodOptional<z.ZodString>;
17200
17658
  label: z.ZodOptional<z.ZodString>;
17659
+ artifact: z.ZodOptional<z.ZodBoolean>;
17201
17660
  }, z.core.$strip>, z.ZodObject<{
17202
17661
  kind: z.ZodLiteral<"unsupportedClaims">;
17203
17662
  file: z.ZodString;
@@ -17258,6 +17717,12 @@ declare const TaskSchema: z.ZodObject<{
17258
17717
  sourcePath: z.ZodOptional<z.ZodString>;
17259
17718
  tools: z.ZodArray<z.ZodString>;
17260
17719
  minSuccessful: z.ZodOptional<z.ZodNumber>;
17720
+ }, z.core.$strip>, z.ZodObject<{
17721
+ kind: z.ZodLiteral<"corpusCoverage">;
17722
+ file: z.ZodString;
17723
+ corpusDir: z.ZodString;
17724
+ reviewedField: z.ZodOptional<z.ZodString>;
17725
+ recordField: z.ZodOptional<z.ZodString>;
17261
17726
  }, z.core.$strip>, z.ZodObject<{
17262
17727
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
17263
17728
  file: z.ZodString;
@@ -17372,6 +17837,7 @@ declare const TaskSchema: z.ZodObject<{
17372
17837
  pattern: z.ZodString;
17373
17838
  flags: z.ZodOptional<z.ZodString>;
17374
17839
  label: z.ZodOptional<z.ZodString>;
17840
+ artifact: z.ZodOptional<z.ZodBoolean>;
17375
17841
  }, z.core.$strip>, z.ZodObject<{
17376
17842
  kind: z.ZodLiteral<"unsupportedClaims">;
17377
17843
  file: z.ZodString;
@@ -17432,6 +17898,12 @@ declare const TaskSchema: z.ZodObject<{
17432
17898
  sourcePath: z.ZodOptional<z.ZodString>;
17433
17899
  tools: z.ZodArray<z.ZodString>;
17434
17900
  minSuccessful: z.ZodOptional<z.ZodNumber>;
17901
+ }, z.core.$strip>, z.ZodObject<{
17902
+ kind: z.ZodLiteral<"corpusCoverage">;
17903
+ file: z.ZodString;
17904
+ corpusDir: z.ZodString;
17905
+ reviewedField: z.ZodOptional<z.ZodString>;
17906
+ recordField: z.ZodOptional<z.ZodString>;
17435
17907
  }, z.core.$strip>, z.ZodObject<{
17436
17908
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
17437
17909
  file: z.ZodString;
@@ -17730,6 +18202,10 @@ declare const TaskSchema: z.ZodObject<{
17730
18202
  value: z.ZodNumber;
17731
18203
  }, z.core.$strip>], "op">>;
17732
18204
  }, z.core.$strip>>]>>;
18205
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
18206
+ file: z.ZodString;
18207
+ artifact: z.ZodOptional<z.ZodBoolean>;
18208
+ }, z.core.$strip>>>;
17733
18209
  advanceWhen: z.ZodOptional<z.ZodObject<{
17734
18210
  file: z.ZodString;
17735
18211
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -17806,6 +18282,7 @@ declare const TaskSchema: z.ZodObject<{
17806
18282
  pattern: z.ZodString;
17807
18283
  flags: z.ZodOptional<z.ZodString>;
17808
18284
  label: z.ZodOptional<z.ZodString>;
18285
+ artifact: z.ZodOptional<z.ZodBoolean>;
17809
18286
  }, z.core.$strip>, z.ZodObject<{
17810
18287
  kind: z.ZodLiteral<"unsupportedClaims">;
17811
18288
  file: z.ZodString;
@@ -17866,6 +18343,12 @@ declare const TaskSchema: z.ZodObject<{
17866
18343
  sourcePath: z.ZodOptional<z.ZodString>;
17867
18344
  tools: z.ZodArray<z.ZodString>;
17868
18345
  minSuccessful: z.ZodOptional<z.ZodNumber>;
18346
+ }, z.core.$strip>, z.ZodObject<{
18347
+ kind: z.ZodLiteral<"corpusCoverage">;
18348
+ file: z.ZodString;
18349
+ corpusDir: z.ZodString;
18350
+ reviewedField: z.ZodOptional<z.ZodString>;
18351
+ recordField: z.ZodOptional<z.ZodString>;
17869
18352
  }, z.core.$strip>, z.ZodObject<{
17870
18353
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
17871
18354
  file: z.ZodString;
@@ -17980,6 +18463,7 @@ declare const TaskSchema: z.ZodObject<{
17980
18463
  pattern: z.ZodString;
17981
18464
  flags: z.ZodOptional<z.ZodString>;
17982
18465
  label: z.ZodOptional<z.ZodString>;
18466
+ artifact: z.ZodOptional<z.ZodBoolean>;
17983
18467
  }, z.core.$strip>, z.ZodObject<{
17984
18468
  kind: z.ZodLiteral<"unsupportedClaims">;
17985
18469
  file: z.ZodString;
@@ -18040,6 +18524,12 @@ declare const TaskSchema: z.ZodObject<{
18040
18524
  sourcePath: z.ZodOptional<z.ZodString>;
18041
18525
  tools: z.ZodArray<z.ZodString>;
18042
18526
  minSuccessful: z.ZodOptional<z.ZodNumber>;
18527
+ }, z.core.$strip>, z.ZodObject<{
18528
+ kind: z.ZodLiteral<"corpusCoverage">;
18529
+ file: z.ZodString;
18530
+ corpusDir: z.ZodString;
18531
+ reviewedField: z.ZodOptional<z.ZodString>;
18532
+ recordField: z.ZodOptional<z.ZodString>;
18043
18533
  }, z.core.$strip>, z.ZodObject<{
18044
18534
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
18045
18535
  file: z.ZodString;
@@ -18370,6 +18860,10 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
18370
18860
  value: z.ZodNumber;
18371
18861
  }, z.core.$strip>], "op">>;
18372
18862
  }, z.core.$strip>>]>>;
18863
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
18864
+ file: z.ZodString;
18865
+ artifact: z.ZodOptional<z.ZodBoolean>;
18866
+ }, z.core.$strip>>>;
18373
18867
  advanceWhen: z.ZodOptional<z.ZodObject<{
18374
18868
  file: z.ZodString;
18375
18869
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -18446,6 +18940,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
18446
18940
  pattern: z.ZodString;
18447
18941
  flags: z.ZodOptional<z.ZodString>;
18448
18942
  label: z.ZodOptional<z.ZodString>;
18943
+ artifact: z.ZodOptional<z.ZodBoolean>;
18449
18944
  }, z.core.$strip>, z.ZodObject<{
18450
18945
  kind: z.ZodLiteral<"unsupportedClaims">;
18451
18946
  file: z.ZodString;
@@ -18506,6 +19001,12 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
18506
19001
  sourcePath: z.ZodOptional<z.ZodString>;
18507
19002
  tools: z.ZodArray<z.ZodString>;
18508
19003
  minSuccessful: z.ZodOptional<z.ZodNumber>;
19004
+ }, z.core.$strip>, z.ZodObject<{
19005
+ kind: z.ZodLiteral<"corpusCoverage">;
19006
+ file: z.ZodString;
19007
+ corpusDir: z.ZodString;
19008
+ reviewedField: z.ZodOptional<z.ZodString>;
19009
+ recordField: z.ZodOptional<z.ZodString>;
18509
19010
  }, z.core.$strip>, z.ZodObject<{
18510
19011
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
18511
19012
  file: z.ZodString;
@@ -18620,6 +19121,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
18620
19121
  pattern: z.ZodString;
18621
19122
  flags: z.ZodOptional<z.ZodString>;
18622
19123
  label: z.ZodOptional<z.ZodString>;
19124
+ artifact: z.ZodOptional<z.ZodBoolean>;
18623
19125
  }, z.core.$strip>, z.ZodObject<{
18624
19126
  kind: z.ZodLiteral<"unsupportedClaims">;
18625
19127
  file: z.ZodString;
@@ -18680,6 +19182,12 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
18680
19182
  sourcePath: z.ZodOptional<z.ZodString>;
18681
19183
  tools: z.ZodArray<z.ZodString>;
18682
19184
  minSuccessful: z.ZodOptional<z.ZodNumber>;
19185
+ }, z.core.$strip>, z.ZodObject<{
19186
+ kind: z.ZodLiteral<"corpusCoverage">;
19187
+ file: z.ZodString;
19188
+ corpusDir: z.ZodString;
19189
+ reviewedField: z.ZodOptional<z.ZodString>;
19190
+ recordField: z.ZodOptional<z.ZodString>;
18683
19191
  }, z.core.$strip>, z.ZodObject<{
18684
19192
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
18685
19193
  file: z.ZodString;
@@ -18926,6 +19434,10 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
18926
19434
  value: z.ZodNumber;
18927
19435
  }, z.core.$strip>], "op">>;
18928
19436
  }, z.core.$strip>>]>>;
19437
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
19438
+ file: z.ZodString;
19439
+ artifact: z.ZodOptional<z.ZodBoolean>;
19440
+ }, z.core.$strip>>>;
18929
19441
  advanceWhen: z.ZodOptional<z.ZodObject<{
18930
19442
  file: z.ZodString;
18931
19443
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -19002,6 +19514,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
19002
19514
  pattern: z.ZodString;
19003
19515
  flags: z.ZodOptional<z.ZodString>;
19004
19516
  label: z.ZodOptional<z.ZodString>;
19517
+ artifact: z.ZodOptional<z.ZodBoolean>;
19005
19518
  }, z.core.$strip>, z.ZodObject<{
19006
19519
  kind: z.ZodLiteral<"unsupportedClaims">;
19007
19520
  file: z.ZodString;
@@ -19062,6 +19575,12 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
19062
19575
  sourcePath: z.ZodOptional<z.ZodString>;
19063
19576
  tools: z.ZodArray<z.ZodString>;
19064
19577
  minSuccessful: z.ZodOptional<z.ZodNumber>;
19578
+ }, z.core.$strip>, z.ZodObject<{
19579
+ kind: z.ZodLiteral<"corpusCoverage">;
19580
+ file: z.ZodString;
19581
+ corpusDir: z.ZodString;
19582
+ reviewedField: z.ZodOptional<z.ZodString>;
19583
+ recordField: z.ZodOptional<z.ZodString>;
19065
19584
  }, z.core.$strip>, z.ZodObject<{
19066
19585
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
19067
19586
  file: z.ZodString;
@@ -19176,6 +19695,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
19176
19695
  pattern: z.ZodString;
19177
19696
  flags: z.ZodOptional<z.ZodString>;
19178
19697
  label: z.ZodOptional<z.ZodString>;
19698
+ artifact: z.ZodOptional<z.ZodBoolean>;
19179
19699
  }, z.core.$strip>, z.ZodObject<{
19180
19700
  kind: z.ZodLiteral<"unsupportedClaims">;
19181
19701
  file: z.ZodString;
@@ -19236,6 +19756,12 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
19236
19756
  sourcePath: z.ZodOptional<z.ZodString>;
19237
19757
  tools: z.ZodArray<z.ZodString>;
19238
19758
  minSuccessful: z.ZodOptional<z.ZodNumber>;
19759
+ }, z.core.$strip>, z.ZodObject<{
19760
+ kind: z.ZodLiteral<"corpusCoverage">;
19761
+ file: z.ZodString;
19762
+ corpusDir: z.ZodString;
19763
+ reviewedField: z.ZodOptional<z.ZodString>;
19764
+ recordField: z.ZodOptional<z.ZodString>;
19239
19765
  }, z.core.$strip>, z.ZodObject<{
19240
19766
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
19241
19767
  file: z.ZodString;
@@ -19639,6 +20165,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
19639
20165
  value: z.ZodNumber;
19640
20166
  }, z.core.$strip>], "op">>;
19641
20167
  }, z.core.$strip>>]>>;
20168
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
20169
+ file: z.ZodString;
20170
+ artifact: z.ZodOptional<z.ZodBoolean>;
20171
+ }, z.core.$strip>>>;
19642
20172
  advanceWhen: z.ZodOptional<z.ZodObject<{
19643
20173
  file: z.ZodString;
19644
20174
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -19715,6 +20245,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
19715
20245
  pattern: z.ZodString;
19716
20246
  flags: z.ZodOptional<z.ZodString>;
19717
20247
  label: z.ZodOptional<z.ZodString>;
20248
+ artifact: z.ZodOptional<z.ZodBoolean>;
19718
20249
  }, z.core.$strip>, z.ZodObject<{
19719
20250
  kind: z.ZodLiteral<"unsupportedClaims">;
19720
20251
  file: z.ZodString;
@@ -19775,6 +20306,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
19775
20306
  sourcePath: z.ZodOptional<z.ZodString>;
19776
20307
  tools: z.ZodArray<z.ZodString>;
19777
20308
  minSuccessful: z.ZodOptional<z.ZodNumber>;
20309
+ }, z.core.$strip>, z.ZodObject<{
20310
+ kind: z.ZodLiteral<"corpusCoverage">;
20311
+ file: z.ZodString;
20312
+ corpusDir: z.ZodString;
20313
+ reviewedField: z.ZodOptional<z.ZodString>;
20314
+ recordField: z.ZodOptional<z.ZodString>;
19778
20315
  }, z.core.$strip>, z.ZodObject<{
19779
20316
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
19780
20317
  file: z.ZodString;
@@ -19889,6 +20426,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
19889
20426
  pattern: z.ZodString;
19890
20427
  flags: z.ZodOptional<z.ZodString>;
19891
20428
  label: z.ZodOptional<z.ZodString>;
20429
+ artifact: z.ZodOptional<z.ZodBoolean>;
19892
20430
  }, z.core.$strip>, z.ZodObject<{
19893
20431
  kind: z.ZodLiteral<"unsupportedClaims">;
19894
20432
  file: z.ZodString;
@@ -19949,6 +20487,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
19949
20487
  sourcePath: z.ZodOptional<z.ZodString>;
19950
20488
  tools: z.ZodArray<z.ZodString>;
19951
20489
  minSuccessful: z.ZodOptional<z.ZodNumber>;
20490
+ }, z.core.$strip>, z.ZodObject<{
20491
+ kind: z.ZodLiteral<"corpusCoverage">;
20492
+ file: z.ZodString;
20493
+ corpusDir: z.ZodString;
20494
+ reviewedField: z.ZodOptional<z.ZodString>;
20495
+ recordField: z.ZodOptional<z.ZodString>;
19952
20496
  }, z.core.$strip>, z.ZodObject<{
19953
20497
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
19954
20498
  file: z.ZodString;
@@ -20247,6 +20791,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20247
20791
  value: z.ZodNumber;
20248
20792
  }, z.core.$strip>], "op">>;
20249
20793
  }, z.core.$strip>>]>>;
20794
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
20795
+ file: z.ZodString;
20796
+ artifact: z.ZodOptional<z.ZodBoolean>;
20797
+ }, z.core.$strip>>>;
20250
20798
  advanceWhen: z.ZodOptional<z.ZodObject<{
20251
20799
  file: z.ZodString;
20252
20800
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -20323,6 +20871,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20323
20871
  pattern: z.ZodString;
20324
20872
  flags: z.ZodOptional<z.ZodString>;
20325
20873
  label: z.ZodOptional<z.ZodString>;
20874
+ artifact: z.ZodOptional<z.ZodBoolean>;
20326
20875
  }, z.core.$strip>, z.ZodObject<{
20327
20876
  kind: z.ZodLiteral<"unsupportedClaims">;
20328
20877
  file: z.ZodString;
@@ -20383,6 +20932,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20383
20932
  sourcePath: z.ZodOptional<z.ZodString>;
20384
20933
  tools: z.ZodArray<z.ZodString>;
20385
20934
  minSuccessful: z.ZodOptional<z.ZodNumber>;
20935
+ }, z.core.$strip>, z.ZodObject<{
20936
+ kind: z.ZodLiteral<"corpusCoverage">;
20937
+ file: z.ZodString;
20938
+ corpusDir: z.ZodString;
20939
+ reviewedField: z.ZodOptional<z.ZodString>;
20940
+ recordField: z.ZodOptional<z.ZodString>;
20386
20941
  }, z.core.$strip>, z.ZodObject<{
20387
20942
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
20388
20943
  file: z.ZodString;
@@ -20497,6 +21052,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20497
21052
  pattern: z.ZodString;
20498
21053
  flags: z.ZodOptional<z.ZodString>;
20499
21054
  label: z.ZodOptional<z.ZodString>;
21055
+ artifact: z.ZodOptional<z.ZodBoolean>;
20500
21056
  }, z.core.$strip>, z.ZodObject<{
20501
21057
  kind: z.ZodLiteral<"unsupportedClaims">;
20502
21058
  file: z.ZodString;
@@ -20557,6 +21113,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20557
21113
  sourcePath: z.ZodOptional<z.ZodString>;
20558
21114
  tools: z.ZodArray<z.ZodString>;
20559
21115
  minSuccessful: z.ZodOptional<z.ZodNumber>;
21116
+ }, z.core.$strip>, z.ZodObject<{
21117
+ kind: z.ZodLiteral<"corpusCoverage">;
21118
+ file: z.ZodString;
21119
+ corpusDir: z.ZodString;
21120
+ reviewedField: z.ZodOptional<z.ZodString>;
21121
+ recordField: z.ZodOptional<z.ZodString>;
20560
21122
  }, z.core.$strip>, z.ZodObject<{
20561
21123
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
20562
21124
  file: z.ZodString;
@@ -20795,6 +21357,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20795
21357
  value: z.ZodNumber;
20796
21358
  }, z.core.$strip>], "op">>;
20797
21359
  }, z.core.$strip>>]>>;
21360
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
21361
+ file: z.ZodString;
21362
+ artifact: z.ZodOptional<z.ZodBoolean>;
21363
+ }, z.core.$strip>>>;
20798
21364
  advanceWhen: z.ZodOptional<z.ZodObject<{
20799
21365
  file: z.ZodString;
20800
21366
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -20871,6 +21437,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20871
21437
  pattern: z.ZodString;
20872
21438
  flags: z.ZodOptional<z.ZodString>;
20873
21439
  label: z.ZodOptional<z.ZodString>;
21440
+ artifact: z.ZodOptional<z.ZodBoolean>;
20874
21441
  }, z.core.$strip>, z.ZodObject<{
20875
21442
  kind: z.ZodLiteral<"unsupportedClaims">;
20876
21443
  file: z.ZodString;
@@ -20931,6 +21498,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
20931
21498
  sourcePath: z.ZodOptional<z.ZodString>;
20932
21499
  tools: z.ZodArray<z.ZodString>;
20933
21500
  minSuccessful: z.ZodOptional<z.ZodNumber>;
21501
+ }, z.core.$strip>, z.ZodObject<{
21502
+ kind: z.ZodLiteral<"corpusCoverage">;
21503
+ file: z.ZodString;
21504
+ corpusDir: z.ZodString;
21505
+ reviewedField: z.ZodOptional<z.ZodString>;
21506
+ recordField: z.ZodOptional<z.ZodString>;
20934
21507
  }, z.core.$strip>, z.ZodObject<{
20935
21508
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
20936
21509
  file: z.ZodString;
@@ -21045,6 +21618,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
21045
21618
  pattern: z.ZodString;
21046
21619
  flags: z.ZodOptional<z.ZodString>;
21047
21620
  label: z.ZodOptional<z.ZodString>;
21621
+ artifact: z.ZodOptional<z.ZodBoolean>;
21048
21622
  }, z.core.$strip>, z.ZodObject<{
21049
21623
  kind: z.ZodLiteral<"unsupportedClaims">;
21050
21624
  file: z.ZodString;
@@ -21105,6 +21679,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
21105
21679
  sourcePath: z.ZodOptional<z.ZodString>;
21106
21680
  tools: z.ZodArray<z.ZodString>;
21107
21681
  minSuccessful: z.ZodOptional<z.ZodNumber>;
21682
+ }, z.core.$strip>, z.ZodObject<{
21683
+ kind: z.ZodLiteral<"corpusCoverage">;
21684
+ file: z.ZodString;
21685
+ corpusDir: z.ZodString;
21686
+ reviewedField: z.ZodOptional<z.ZodString>;
21687
+ recordField: z.ZodOptional<z.ZodString>;
21108
21688
  }, z.core.$strip>, z.ZodObject<{
21109
21689
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
21110
21690
  file: z.ZodString;
@@ -21403,6 +21983,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
21403
21983
  value: z.ZodNumber;
21404
21984
  }, z.core.$strip>], "op">>;
21405
21985
  }, z.core.$strip>>]>>;
21986
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
21987
+ file: z.ZodString;
21988
+ artifact: z.ZodOptional<z.ZodBoolean>;
21989
+ }, z.core.$strip>>>;
21406
21990
  advanceWhen: z.ZodOptional<z.ZodObject<{
21407
21991
  file: z.ZodString;
21408
21992
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -21479,6 +22063,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
21479
22063
  pattern: z.ZodString;
21480
22064
  flags: z.ZodOptional<z.ZodString>;
21481
22065
  label: z.ZodOptional<z.ZodString>;
22066
+ artifact: z.ZodOptional<z.ZodBoolean>;
21482
22067
  }, z.core.$strip>, z.ZodObject<{
21483
22068
  kind: z.ZodLiteral<"unsupportedClaims">;
21484
22069
  file: z.ZodString;
@@ -21539,6 +22124,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
21539
22124
  sourcePath: z.ZodOptional<z.ZodString>;
21540
22125
  tools: z.ZodArray<z.ZodString>;
21541
22126
  minSuccessful: z.ZodOptional<z.ZodNumber>;
22127
+ }, z.core.$strip>, z.ZodObject<{
22128
+ kind: z.ZodLiteral<"corpusCoverage">;
22129
+ file: z.ZodString;
22130
+ corpusDir: z.ZodString;
22131
+ reviewedField: z.ZodOptional<z.ZodString>;
22132
+ recordField: z.ZodOptional<z.ZodString>;
21542
22133
  }, z.core.$strip>, z.ZodObject<{
21543
22134
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
21544
22135
  file: z.ZodString;
@@ -21653,6 +22244,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
21653
22244
  pattern: z.ZodString;
21654
22245
  flags: z.ZodOptional<z.ZodString>;
21655
22246
  label: z.ZodOptional<z.ZodString>;
22247
+ artifact: z.ZodOptional<z.ZodBoolean>;
21656
22248
  }, z.core.$strip>, z.ZodObject<{
21657
22249
  kind: z.ZodLiteral<"unsupportedClaims">;
21658
22250
  file: z.ZodString;
@@ -21713,6 +22305,12 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
21713
22305
  sourcePath: z.ZodOptional<z.ZodString>;
21714
22306
  tools: z.ZodArray<z.ZodString>;
21715
22307
  minSuccessful: z.ZodOptional<z.ZodNumber>;
22308
+ }, z.core.$strip>, z.ZodObject<{
22309
+ kind: z.ZodLiteral<"corpusCoverage">;
22310
+ file: z.ZodString;
22311
+ corpusDir: z.ZodString;
22312
+ reviewedField: z.ZodOptional<z.ZodString>;
22313
+ recordField: z.ZodOptional<z.ZodString>;
21716
22314
  }, z.core.$strip>, z.ZodObject<{
21717
22315
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
21718
22316
  file: z.ZodString;
@@ -22026,6 +22624,10 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
22026
22624
  value: z.ZodNumber;
22027
22625
  }, z.core.$strip>], "op">>;
22028
22626
  }, z.core.$strip>>]>>>;
22627
+ consumes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
22628
+ file: z.ZodString;
22629
+ artifact: z.ZodOptional<z.ZodBoolean>;
22630
+ }, z.core.$strip>>>>;
22029
22631
  advanceWhen: z.ZodOptional<z.ZodNullable<z.ZodObject<{
22030
22632
  file: z.ZodString;
22031
22633
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -22102,6 +22704,7 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
22102
22704
  pattern: z.ZodString;
22103
22705
  flags: z.ZodOptional<z.ZodString>;
22104
22706
  label: z.ZodOptional<z.ZodString>;
22707
+ artifact: z.ZodOptional<z.ZodBoolean>;
22105
22708
  }, z.core.$strip>, z.ZodObject<{
22106
22709
  kind: z.ZodLiteral<"unsupportedClaims">;
22107
22710
  file: z.ZodString;
@@ -22162,6 +22765,12 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
22162
22765
  sourcePath: z.ZodOptional<z.ZodString>;
22163
22766
  tools: z.ZodArray<z.ZodString>;
22164
22767
  minSuccessful: z.ZodOptional<z.ZodNumber>;
22768
+ }, z.core.$strip>, z.ZodObject<{
22769
+ kind: z.ZodLiteral<"corpusCoverage">;
22770
+ file: z.ZodString;
22771
+ corpusDir: z.ZodString;
22772
+ reviewedField: z.ZodOptional<z.ZodString>;
22773
+ recordField: z.ZodOptional<z.ZodString>;
22165
22774
  }, z.core.$strip>, z.ZodObject<{
22166
22775
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
22167
22776
  file: z.ZodString;
@@ -22276,6 +22885,7 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
22276
22885
  pattern: z.ZodString;
22277
22886
  flags: z.ZodOptional<z.ZodString>;
22278
22887
  label: z.ZodOptional<z.ZodString>;
22888
+ artifact: z.ZodOptional<z.ZodBoolean>;
22279
22889
  }, z.core.$strip>, z.ZodObject<{
22280
22890
  kind: z.ZodLiteral<"unsupportedClaims">;
22281
22891
  file: z.ZodString;
@@ -22336,6 +22946,12 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
22336
22946
  sourcePath: z.ZodOptional<z.ZodString>;
22337
22947
  tools: z.ZodArray<z.ZodString>;
22338
22948
  minSuccessful: z.ZodOptional<z.ZodNumber>;
22949
+ }, z.core.$strip>, z.ZodObject<{
22950
+ kind: z.ZodLiteral<"corpusCoverage">;
22951
+ file: z.ZodString;
22952
+ corpusDir: z.ZodString;
22953
+ reviewedField: z.ZodOptional<z.ZodString>;
22954
+ recordField: z.ZodOptional<z.ZodString>;
22339
22955
  }, z.core.$strip>, z.ZodObject<{
22340
22956
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
22341
22957
  file: z.ZodString;
@@ -22592,6 +23208,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
22592
23208
  value: z.ZodNumber;
22593
23209
  }, z.core.$strip>], "op">>;
22594
23210
  }, z.core.$strip>>]>>;
23211
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
23212
+ file: z.ZodString;
23213
+ artifact: z.ZodOptional<z.ZodBoolean>;
23214
+ }, z.core.$strip>>>;
22595
23215
  advanceWhen: z.ZodOptional<z.ZodObject<{
22596
23216
  file: z.ZodString;
22597
23217
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -22668,6 +23288,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
22668
23288
  pattern: z.ZodString;
22669
23289
  flags: z.ZodOptional<z.ZodString>;
22670
23290
  label: z.ZodOptional<z.ZodString>;
23291
+ artifact: z.ZodOptional<z.ZodBoolean>;
22671
23292
  }, z.core.$strip>, z.ZodObject<{
22672
23293
  kind: z.ZodLiteral<"unsupportedClaims">;
22673
23294
  file: z.ZodString;
@@ -22728,6 +23349,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
22728
23349
  sourcePath: z.ZodOptional<z.ZodString>;
22729
23350
  tools: z.ZodArray<z.ZodString>;
22730
23351
  minSuccessful: z.ZodOptional<z.ZodNumber>;
23352
+ }, z.core.$strip>, z.ZodObject<{
23353
+ kind: z.ZodLiteral<"corpusCoverage">;
23354
+ file: z.ZodString;
23355
+ corpusDir: z.ZodString;
23356
+ reviewedField: z.ZodOptional<z.ZodString>;
23357
+ recordField: z.ZodOptional<z.ZodString>;
22731
23358
  }, z.core.$strip>, z.ZodObject<{
22732
23359
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
22733
23360
  file: z.ZodString;
@@ -22842,6 +23469,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
22842
23469
  pattern: z.ZodString;
22843
23470
  flags: z.ZodOptional<z.ZodString>;
22844
23471
  label: z.ZodOptional<z.ZodString>;
23472
+ artifact: z.ZodOptional<z.ZodBoolean>;
22845
23473
  }, z.core.$strip>, z.ZodObject<{
22846
23474
  kind: z.ZodLiteral<"unsupportedClaims">;
22847
23475
  file: z.ZodString;
@@ -22902,6 +23530,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
22902
23530
  sourcePath: z.ZodOptional<z.ZodString>;
22903
23531
  tools: z.ZodArray<z.ZodString>;
22904
23532
  minSuccessful: z.ZodOptional<z.ZodNumber>;
23533
+ }, z.core.$strip>, z.ZodObject<{
23534
+ kind: z.ZodLiteral<"corpusCoverage">;
23535
+ file: z.ZodString;
23536
+ corpusDir: z.ZodString;
23537
+ reviewedField: z.ZodOptional<z.ZodString>;
23538
+ recordField: z.ZodOptional<z.ZodString>;
22905
23539
  }, z.core.$strip>, z.ZodObject<{
22906
23540
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
22907
23541
  file: z.ZodString;
@@ -23200,6 +23834,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23200
23834
  value: z.ZodNumber;
23201
23835
  }, z.core.$strip>], "op">>;
23202
23836
  }, z.core.$strip>>]>>;
23837
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
23838
+ file: z.ZodString;
23839
+ artifact: z.ZodOptional<z.ZodBoolean>;
23840
+ }, z.core.$strip>>>;
23203
23841
  advanceWhen: z.ZodOptional<z.ZodObject<{
23204
23842
  file: z.ZodString;
23205
23843
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -23276,6 +23914,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23276
23914
  pattern: z.ZodString;
23277
23915
  flags: z.ZodOptional<z.ZodString>;
23278
23916
  label: z.ZodOptional<z.ZodString>;
23917
+ artifact: z.ZodOptional<z.ZodBoolean>;
23279
23918
  }, z.core.$strip>, z.ZodObject<{
23280
23919
  kind: z.ZodLiteral<"unsupportedClaims">;
23281
23920
  file: z.ZodString;
@@ -23336,6 +23975,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23336
23975
  sourcePath: z.ZodOptional<z.ZodString>;
23337
23976
  tools: z.ZodArray<z.ZodString>;
23338
23977
  minSuccessful: z.ZodOptional<z.ZodNumber>;
23978
+ }, z.core.$strip>, z.ZodObject<{
23979
+ kind: z.ZodLiteral<"corpusCoverage">;
23980
+ file: z.ZodString;
23981
+ corpusDir: z.ZodString;
23982
+ reviewedField: z.ZodOptional<z.ZodString>;
23983
+ recordField: z.ZodOptional<z.ZodString>;
23339
23984
  }, z.core.$strip>, z.ZodObject<{
23340
23985
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
23341
23986
  file: z.ZodString;
@@ -23450,6 +24095,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23450
24095
  pattern: z.ZodString;
23451
24096
  flags: z.ZodOptional<z.ZodString>;
23452
24097
  label: z.ZodOptional<z.ZodString>;
24098
+ artifact: z.ZodOptional<z.ZodBoolean>;
23453
24099
  }, z.core.$strip>, z.ZodObject<{
23454
24100
  kind: z.ZodLiteral<"unsupportedClaims">;
23455
24101
  file: z.ZodString;
@@ -23510,6 +24156,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23510
24156
  sourcePath: z.ZodOptional<z.ZodString>;
23511
24157
  tools: z.ZodArray<z.ZodString>;
23512
24158
  minSuccessful: z.ZodOptional<z.ZodNumber>;
24159
+ }, z.core.$strip>, z.ZodObject<{
24160
+ kind: z.ZodLiteral<"corpusCoverage">;
24161
+ file: z.ZodString;
24162
+ corpusDir: z.ZodString;
24163
+ reviewedField: z.ZodOptional<z.ZodString>;
24164
+ recordField: z.ZodOptional<z.ZodString>;
23513
24165
  }, z.core.$strip>, z.ZodObject<{
23514
24166
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
23515
24167
  file: z.ZodString;
@@ -23748,6 +24400,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23748
24400
  value: z.ZodNumber;
23749
24401
  }, z.core.$strip>], "op">>;
23750
24402
  }, z.core.$strip>>]>>;
24403
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
24404
+ file: z.ZodString;
24405
+ artifact: z.ZodOptional<z.ZodBoolean>;
24406
+ }, z.core.$strip>>>;
23751
24407
  advanceWhen: z.ZodOptional<z.ZodObject<{
23752
24408
  file: z.ZodString;
23753
24409
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -23824,6 +24480,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23824
24480
  pattern: z.ZodString;
23825
24481
  flags: z.ZodOptional<z.ZodString>;
23826
24482
  label: z.ZodOptional<z.ZodString>;
24483
+ artifact: z.ZodOptional<z.ZodBoolean>;
23827
24484
  }, z.core.$strip>, z.ZodObject<{
23828
24485
  kind: z.ZodLiteral<"unsupportedClaims">;
23829
24486
  file: z.ZodString;
@@ -23884,6 +24541,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23884
24541
  sourcePath: z.ZodOptional<z.ZodString>;
23885
24542
  tools: z.ZodArray<z.ZodString>;
23886
24543
  minSuccessful: z.ZodOptional<z.ZodNumber>;
24544
+ }, z.core.$strip>, z.ZodObject<{
24545
+ kind: z.ZodLiteral<"corpusCoverage">;
24546
+ file: z.ZodString;
24547
+ corpusDir: z.ZodString;
24548
+ reviewedField: z.ZodOptional<z.ZodString>;
24549
+ recordField: z.ZodOptional<z.ZodString>;
23887
24550
  }, z.core.$strip>, z.ZodObject<{
23888
24551
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
23889
24552
  file: z.ZodString;
@@ -23998,6 +24661,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
23998
24661
  pattern: z.ZodString;
23999
24662
  flags: z.ZodOptional<z.ZodString>;
24000
24663
  label: z.ZodOptional<z.ZodString>;
24664
+ artifact: z.ZodOptional<z.ZodBoolean>;
24001
24665
  }, z.core.$strip>, z.ZodObject<{
24002
24666
  kind: z.ZodLiteral<"unsupportedClaims">;
24003
24667
  file: z.ZodString;
@@ -24058,6 +24722,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
24058
24722
  sourcePath: z.ZodOptional<z.ZodString>;
24059
24723
  tools: z.ZodArray<z.ZodString>;
24060
24724
  minSuccessful: z.ZodOptional<z.ZodNumber>;
24725
+ }, z.core.$strip>, z.ZodObject<{
24726
+ kind: z.ZodLiteral<"corpusCoverage">;
24727
+ file: z.ZodString;
24728
+ corpusDir: z.ZodString;
24729
+ reviewedField: z.ZodOptional<z.ZodString>;
24730
+ recordField: z.ZodOptional<z.ZodString>;
24061
24731
  }, z.core.$strip>, z.ZodObject<{
24062
24732
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
24063
24733
  file: z.ZodString;
@@ -24356,6 +25026,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
24356
25026
  value: z.ZodNumber;
24357
25027
  }, z.core.$strip>], "op">>;
24358
25028
  }, z.core.$strip>>]>>;
25029
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
25030
+ file: z.ZodString;
25031
+ artifact: z.ZodOptional<z.ZodBoolean>;
25032
+ }, z.core.$strip>>>;
24359
25033
  advanceWhen: z.ZodOptional<z.ZodObject<{
24360
25034
  file: z.ZodString;
24361
25035
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -24432,6 +25106,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
24432
25106
  pattern: z.ZodString;
24433
25107
  flags: z.ZodOptional<z.ZodString>;
24434
25108
  label: z.ZodOptional<z.ZodString>;
25109
+ artifact: z.ZodOptional<z.ZodBoolean>;
24435
25110
  }, z.core.$strip>, z.ZodObject<{
24436
25111
  kind: z.ZodLiteral<"unsupportedClaims">;
24437
25112
  file: z.ZodString;
@@ -24492,6 +25167,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
24492
25167
  sourcePath: z.ZodOptional<z.ZodString>;
24493
25168
  tools: z.ZodArray<z.ZodString>;
24494
25169
  minSuccessful: z.ZodOptional<z.ZodNumber>;
25170
+ }, z.core.$strip>, z.ZodObject<{
25171
+ kind: z.ZodLiteral<"corpusCoverage">;
25172
+ file: z.ZodString;
25173
+ corpusDir: z.ZodString;
25174
+ reviewedField: z.ZodOptional<z.ZodString>;
25175
+ recordField: z.ZodOptional<z.ZodString>;
24495
25176
  }, z.core.$strip>, z.ZodObject<{
24496
25177
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
24497
25178
  file: z.ZodString;
@@ -24606,6 +25287,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
24606
25287
  pattern: z.ZodString;
24607
25288
  flags: z.ZodOptional<z.ZodString>;
24608
25289
  label: z.ZodOptional<z.ZodString>;
25290
+ artifact: z.ZodOptional<z.ZodBoolean>;
24609
25291
  }, z.core.$strip>, z.ZodObject<{
24610
25292
  kind: z.ZodLiteral<"unsupportedClaims">;
24611
25293
  file: z.ZodString;
@@ -24666,6 +25348,12 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
24666
25348
  sourcePath: z.ZodOptional<z.ZodString>;
24667
25349
  tools: z.ZodArray<z.ZodString>;
24668
25350
  minSuccessful: z.ZodOptional<z.ZodNumber>;
25351
+ }, z.core.$strip>, z.ZodObject<{
25352
+ kind: z.ZodLiteral<"corpusCoverage">;
25353
+ file: z.ZodString;
25354
+ corpusDir: z.ZodString;
25355
+ reviewedField: z.ZodOptional<z.ZodString>;
25356
+ recordField: z.ZodOptional<z.ZodString>;
24669
25357
  }, z.core.$strip>, z.ZodObject<{
24670
25358
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
24671
25359
  file: z.ZodString;
@@ -25040,6 +25728,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25040
25728
  value: z.ZodNumber;
25041
25729
  }, z.core.$strip>], "op">>;
25042
25730
  }, z.core.$strip>>]>>;
25731
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
25732
+ file: z.ZodString;
25733
+ artifact: z.ZodOptional<z.ZodBoolean>;
25734
+ }, z.core.$strip>>>;
25043
25735
  advanceWhen: z.ZodOptional<z.ZodObject<{
25044
25736
  file: z.ZodString;
25045
25737
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -25116,6 +25808,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25116
25808
  pattern: z.ZodString;
25117
25809
  flags: z.ZodOptional<z.ZodString>;
25118
25810
  label: z.ZodOptional<z.ZodString>;
25811
+ artifact: z.ZodOptional<z.ZodBoolean>;
25119
25812
  }, z.core.$strip>, z.ZodObject<{
25120
25813
  kind: z.ZodLiteral<"unsupportedClaims">;
25121
25814
  file: z.ZodString;
@@ -25176,6 +25869,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25176
25869
  sourcePath: z.ZodOptional<z.ZodString>;
25177
25870
  tools: z.ZodArray<z.ZodString>;
25178
25871
  minSuccessful: z.ZodOptional<z.ZodNumber>;
25872
+ }, z.core.$strip>, z.ZodObject<{
25873
+ kind: z.ZodLiteral<"corpusCoverage">;
25874
+ file: z.ZodString;
25875
+ corpusDir: z.ZodString;
25876
+ reviewedField: z.ZodOptional<z.ZodString>;
25877
+ recordField: z.ZodOptional<z.ZodString>;
25179
25878
  }, z.core.$strip>, z.ZodObject<{
25180
25879
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
25181
25880
  file: z.ZodString;
@@ -25290,6 +25989,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25290
25989
  pattern: z.ZodString;
25291
25990
  flags: z.ZodOptional<z.ZodString>;
25292
25991
  label: z.ZodOptional<z.ZodString>;
25992
+ artifact: z.ZodOptional<z.ZodBoolean>;
25293
25993
  }, z.core.$strip>, z.ZodObject<{
25294
25994
  kind: z.ZodLiteral<"unsupportedClaims">;
25295
25995
  file: z.ZodString;
@@ -25350,6 +26050,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25350
26050
  sourcePath: z.ZodOptional<z.ZodString>;
25351
26051
  tools: z.ZodArray<z.ZodString>;
25352
26052
  minSuccessful: z.ZodOptional<z.ZodNumber>;
26053
+ }, z.core.$strip>, z.ZodObject<{
26054
+ kind: z.ZodLiteral<"corpusCoverage">;
26055
+ file: z.ZodString;
26056
+ corpusDir: z.ZodString;
26057
+ reviewedField: z.ZodOptional<z.ZodString>;
26058
+ recordField: z.ZodOptional<z.ZodString>;
25353
26059
  }, z.core.$strip>, z.ZodObject<{
25354
26060
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
25355
26061
  file: z.ZodString;
@@ -25648,6 +26354,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25648
26354
  value: z.ZodNumber;
25649
26355
  }, z.core.$strip>], "op">>;
25650
26356
  }, z.core.$strip>>]>>;
26357
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
26358
+ file: z.ZodString;
26359
+ artifact: z.ZodOptional<z.ZodBoolean>;
26360
+ }, z.core.$strip>>>;
25651
26361
  advanceWhen: z.ZodOptional<z.ZodObject<{
25652
26362
  file: z.ZodString;
25653
26363
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -25724,6 +26434,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25724
26434
  pattern: z.ZodString;
25725
26435
  flags: z.ZodOptional<z.ZodString>;
25726
26436
  label: z.ZodOptional<z.ZodString>;
26437
+ artifact: z.ZodOptional<z.ZodBoolean>;
25727
26438
  }, z.core.$strip>, z.ZodObject<{
25728
26439
  kind: z.ZodLiteral<"unsupportedClaims">;
25729
26440
  file: z.ZodString;
@@ -25784,6 +26495,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25784
26495
  sourcePath: z.ZodOptional<z.ZodString>;
25785
26496
  tools: z.ZodArray<z.ZodString>;
25786
26497
  minSuccessful: z.ZodOptional<z.ZodNumber>;
26498
+ }, z.core.$strip>, z.ZodObject<{
26499
+ kind: z.ZodLiteral<"corpusCoverage">;
26500
+ file: z.ZodString;
26501
+ corpusDir: z.ZodString;
26502
+ reviewedField: z.ZodOptional<z.ZodString>;
26503
+ recordField: z.ZodOptional<z.ZodString>;
25787
26504
  }, z.core.$strip>, z.ZodObject<{
25788
26505
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
25789
26506
  file: z.ZodString;
@@ -25898,6 +26615,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25898
26615
  pattern: z.ZodString;
25899
26616
  flags: z.ZodOptional<z.ZodString>;
25900
26617
  label: z.ZodOptional<z.ZodString>;
26618
+ artifact: z.ZodOptional<z.ZodBoolean>;
25901
26619
  }, z.core.$strip>, z.ZodObject<{
25902
26620
  kind: z.ZodLiteral<"unsupportedClaims">;
25903
26621
  file: z.ZodString;
@@ -25958,6 +26676,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
25958
26676
  sourcePath: z.ZodOptional<z.ZodString>;
25959
26677
  tools: z.ZodArray<z.ZodString>;
25960
26678
  minSuccessful: z.ZodOptional<z.ZodNumber>;
26679
+ }, z.core.$strip>, z.ZodObject<{
26680
+ kind: z.ZodLiteral<"corpusCoverage">;
26681
+ file: z.ZodString;
26682
+ corpusDir: z.ZodString;
26683
+ reviewedField: z.ZodOptional<z.ZodString>;
26684
+ recordField: z.ZodOptional<z.ZodString>;
25961
26685
  }, z.core.$strip>, z.ZodObject<{
25962
26686
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
25963
26687
  file: z.ZodString;
@@ -26196,6 +26920,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26196
26920
  value: z.ZodNumber;
26197
26921
  }, z.core.$strip>], "op">>;
26198
26922
  }, z.core.$strip>>]>>;
26923
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
26924
+ file: z.ZodString;
26925
+ artifact: z.ZodOptional<z.ZodBoolean>;
26926
+ }, z.core.$strip>>>;
26199
26927
  advanceWhen: z.ZodOptional<z.ZodObject<{
26200
26928
  file: z.ZodString;
26201
26929
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -26272,6 +27000,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26272
27000
  pattern: z.ZodString;
26273
27001
  flags: z.ZodOptional<z.ZodString>;
26274
27002
  label: z.ZodOptional<z.ZodString>;
27003
+ artifact: z.ZodOptional<z.ZodBoolean>;
26275
27004
  }, z.core.$strip>, z.ZodObject<{
26276
27005
  kind: z.ZodLiteral<"unsupportedClaims">;
26277
27006
  file: z.ZodString;
@@ -26332,6 +27061,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26332
27061
  sourcePath: z.ZodOptional<z.ZodString>;
26333
27062
  tools: z.ZodArray<z.ZodString>;
26334
27063
  minSuccessful: z.ZodOptional<z.ZodNumber>;
27064
+ }, z.core.$strip>, z.ZodObject<{
27065
+ kind: z.ZodLiteral<"corpusCoverage">;
27066
+ file: z.ZodString;
27067
+ corpusDir: z.ZodString;
27068
+ reviewedField: z.ZodOptional<z.ZodString>;
27069
+ recordField: z.ZodOptional<z.ZodString>;
26335
27070
  }, z.core.$strip>, z.ZodObject<{
26336
27071
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
26337
27072
  file: z.ZodString;
@@ -26446,6 +27181,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26446
27181
  pattern: z.ZodString;
26447
27182
  flags: z.ZodOptional<z.ZodString>;
26448
27183
  label: z.ZodOptional<z.ZodString>;
27184
+ artifact: z.ZodOptional<z.ZodBoolean>;
26449
27185
  }, z.core.$strip>, z.ZodObject<{
26450
27186
  kind: z.ZodLiteral<"unsupportedClaims">;
26451
27187
  file: z.ZodString;
@@ -26506,6 +27242,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26506
27242
  sourcePath: z.ZodOptional<z.ZodString>;
26507
27243
  tools: z.ZodArray<z.ZodString>;
26508
27244
  minSuccessful: z.ZodOptional<z.ZodNumber>;
27245
+ }, z.core.$strip>, z.ZodObject<{
27246
+ kind: z.ZodLiteral<"corpusCoverage">;
27247
+ file: z.ZodString;
27248
+ corpusDir: z.ZodString;
27249
+ reviewedField: z.ZodOptional<z.ZodString>;
27250
+ recordField: z.ZodOptional<z.ZodString>;
26509
27251
  }, z.core.$strip>, z.ZodObject<{
26510
27252
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
26511
27253
  file: z.ZodString;
@@ -26804,6 +27546,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26804
27546
  value: z.ZodNumber;
26805
27547
  }, z.core.$strip>], "op">>;
26806
27548
  }, z.core.$strip>>]>>;
27549
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
27550
+ file: z.ZodString;
27551
+ artifact: z.ZodOptional<z.ZodBoolean>;
27552
+ }, z.core.$strip>>>;
26807
27553
  advanceWhen: z.ZodOptional<z.ZodObject<{
26808
27554
  file: z.ZodString;
26809
27555
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -26880,6 +27626,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26880
27626
  pattern: z.ZodString;
26881
27627
  flags: z.ZodOptional<z.ZodString>;
26882
27628
  label: z.ZodOptional<z.ZodString>;
27629
+ artifact: z.ZodOptional<z.ZodBoolean>;
26883
27630
  }, z.core.$strip>, z.ZodObject<{
26884
27631
  kind: z.ZodLiteral<"unsupportedClaims">;
26885
27632
  file: z.ZodString;
@@ -26940,6 +27687,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
26940
27687
  sourcePath: z.ZodOptional<z.ZodString>;
26941
27688
  tools: z.ZodArray<z.ZodString>;
26942
27689
  minSuccessful: z.ZodOptional<z.ZodNumber>;
27690
+ }, z.core.$strip>, z.ZodObject<{
27691
+ kind: z.ZodLiteral<"corpusCoverage">;
27692
+ file: z.ZodString;
27693
+ corpusDir: z.ZodString;
27694
+ reviewedField: z.ZodOptional<z.ZodString>;
27695
+ recordField: z.ZodOptional<z.ZodString>;
26943
27696
  }, z.core.$strip>, z.ZodObject<{
26944
27697
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
26945
27698
  file: z.ZodString;
@@ -27054,6 +27807,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
27054
27807
  pattern: z.ZodString;
27055
27808
  flags: z.ZodOptional<z.ZodString>;
27056
27809
  label: z.ZodOptional<z.ZodString>;
27810
+ artifact: z.ZodOptional<z.ZodBoolean>;
27057
27811
  }, z.core.$strip>, z.ZodObject<{
27058
27812
  kind: z.ZodLiteral<"unsupportedClaims">;
27059
27813
  file: z.ZodString;
@@ -27114,6 +27868,12 @@ declare const ListTasksResponseSchema: z.ZodObject<{
27114
27868
  sourcePath: z.ZodOptional<z.ZodString>;
27115
27869
  tools: z.ZodArray<z.ZodString>;
27116
27870
  minSuccessful: z.ZodOptional<z.ZodNumber>;
27871
+ }, z.core.$strip>, z.ZodObject<{
27872
+ kind: z.ZodLiteral<"corpusCoverage">;
27873
+ file: z.ZodString;
27874
+ corpusDir: z.ZodString;
27875
+ reviewedField: z.ZodOptional<z.ZodString>;
27876
+ recordField: z.ZodOptional<z.ZodString>;
27117
27877
  }, z.core.$strip>, z.ZodObject<{
27118
27878
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
27119
27879
  file: z.ZodString;
@@ -27453,6 +28213,10 @@ declare const TaskResponseSchema: z.ZodObject<{
27453
28213
  value: z.ZodNumber;
27454
28214
  }, z.core.$strip>], "op">>;
27455
28215
  }, z.core.$strip>>]>>;
28216
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
28217
+ file: z.ZodString;
28218
+ artifact: z.ZodOptional<z.ZodBoolean>;
28219
+ }, z.core.$strip>>>;
27456
28220
  advanceWhen: z.ZodOptional<z.ZodObject<{
27457
28221
  file: z.ZodString;
27458
28222
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -27529,6 +28293,7 @@ declare const TaskResponseSchema: z.ZodObject<{
27529
28293
  pattern: z.ZodString;
27530
28294
  flags: z.ZodOptional<z.ZodString>;
27531
28295
  label: z.ZodOptional<z.ZodString>;
28296
+ artifact: z.ZodOptional<z.ZodBoolean>;
27532
28297
  }, z.core.$strip>, z.ZodObject<{
27533
28298
  kind: z.ZodLiteral<"unsupportedClaims">;
27534
28299
  file: z.ZodString;
@@ -27589,6 +28354,12 @@ declare const TaskResponseSchema: z.ZodObject<{
27589
28354
  sourcePath: z.ZodOptional<z.ZodString>;
27590
28355
  tools: z.ZodArray<z.ZodString>;
27591
28356
  minSuccessful: z.ZodOptional<z.ZodNumber>;
28357
+ }, z.core.$strip>, z.ZodObject<{
28358
+ kind: z.ZodLiteral<"corpusCoverage">;
28359
+ file: z.ZodString;
28360
+ corpusDir: z.ZodString;
28361
+ reviewedField: z.ZodOptional<z.ZodString>;
28362
+ recordField: z.ZodOptional<z.ZodString>;
27592
28363
  }, z.core.$strip>, z.ZodObject<{
27593
28364
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
27594
28365
  file: z.ZodString;
@@ -27703,6 +28474,7 @@ declare const TaskResponseSchema: z.ZodObject<{
27703
28474
  pattern: z.ZodString;
27704
28475
  flags: z.ZodOptional<z.ZodString>;
27705
28476
  label: z.ZodOptional<z.ZodString>;
28477
+ artifact: z.ZodOptional<z.ZodBoolean>;
27706
28478
  }, z.core.$strip>, z.ZodObject<{
27707
28479
  kind: z.ZodLiteral<"unsupportedClaims">;
27708
28480
  file: z.ZodString;
@@ -27763,6 +28535,12 @@ declare const TaskResponseSchema: z.ZodObject<{
27763
28535
  sourcePath: z.ZodOptional<z.ZodString>;
27764
28536
  tools: z.ZodArray<z.ZodString>;
27765
28537
  minSuccessful: z.ZodOptional<z.ZodNumber>;
28538
+ }, z.core.$strip>, z.ZodObject<{
28539
+ kind: z.ZodLiteral<"corpusCoverage">;
28540
+ file: z.ZodString;
28541
+ corpusDir: z.ZodString;
28542
+ reviewedField: z.ZodOptional<z.ZodString>;
28543
+ recordField: z.ZodOptional<z.ZodString>;
27766
28544
  }, z.core.$strip>, z.ZodObject<{
27767
28545
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
27768
28546
  file: z.ZodString;
@@ -28061,6 +28839,10 @@ declare const TaskResponseSchema: z.ZodObject<{
28061
28839
  value: z.ZodNumber;
28062
28840
  }, z.core.$strip>], "op">>;
28063
28841
  }, z.core.$strip>>]>>;
28842
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
28843
+ file: z.ZodString;
28844
+ artifact: z.ZodOptional<z.ZodBoolean>;
28845
+ }, z.core.$strip>>>;
28064
28846
  advanceWhen: z.ZodOptional<z.ZodObject<{
28065
28847
  file: z.ZodString;
28066
28848
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -28137,6 +28919,7 @@ declare const TaskResponseSchema: z.ZodObject<{
28137
28919
  pattern: z.ZodString;
28138
28920
  flags: z.ZodOptional<z.ZodString>;
28139
28921
  label: z.ZodOptional<z.ZodString>;
28922
+ artifact: z.ZodOptional<z.ZodBoolean>;
28140
28923
  }, z.core.$strip>, z.ZodObject<{
28141
28924
  kind: z.ZodLiteral<"unsupportedClaims">;
28142
28925
  file: z.ZodString;
@@ -28197,6 +28980,12 @@ declare const TaskResponseSchema: z.ZodObject<{
28197
28980
  sourcePath: z.ZodOptional<z.ZodString>;
28198
28981
  tools: z.ZodArray<z.ZodString>;
28199
28982
  minSuccessful: z.ZodOptional<z.ZodNumber>;
28983
+ }, z.core.$strip>, z.ZodObject<{
28984
+ kind: z.ZodLiteral<"corpusCoverage">;
28985
+ file: z.ZodString;
28986
+ corpusDir: z.ZodString;
28987
+ reviewedField: z.ZodOptional<z.ZodString>;
28988
+ recordField: z.ZodOptional<z.ZodString>;
28200
28989
  }, z.core.$strip>, z.ZodObject<{
28201
28990
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
28202
28991
  file: z.ZodString;
@@ -28311,6 +29100,7 @@ declare const TaskResponseSchema: z.ZodObject<{
28311
29100
  pattern: z.ZodString;
28312
29101
  flags: z.ZodOptional<z.ZodString>;
28313
29102
  label: z.ZodOptional<z.ZodString>;
29103
+ artifact: z.ZodOptional<z.ZodBoolean>;
28314
29104
  }, z.core.$strip>, z.ZodObject<{
28315
29105
  kind: z.ZodLiteral<"unsupportedClaims">;
28316
29106
  file: z.ZodString;
@@ -28371,6 +29161,12 @@ declare const TaskResponseSchema: z.ZodObject<{
28371
29161
  sourcePath: z.ZodOptional<z.ZodString>;
28372
29162
  tools: z.ZodArray<z.ZodString>;
28373
29163
  minSuccessful: z.ZodOptional<z.ZodNumber>;
29164
+ }, z.core.$strip>, z.ZodObject<{
29165
+ kind: z.ZodLiteral<"corpusCoverage">;
29166
+ file: z.ZodString;
29167
+ corpusDir: z.ZodString;
29168
+ reviewedField: z.ZodOptional<z.ZodString>;
29169
+ recordField: z.ZodOptional<z.ZodString>;
28374
29170
  }, z.core.$strip>, z.ZodObject<{
28375
29171
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
28376
29172
  file: z.ZodString;
@@ -28609,6 +29405,10 @@ declare const TaskResponseSchema: z.ZodObject<{
28609
29405
  value: z.ZodNumber;
28610
29406
  }, z.core.$strip>], "op">>;
28611
29407
  }, z.core.$strip>>]>>;
29408
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
29409
+ file: z.ZodString;
29410
+ artifact: z.ZodOptional<z.ZodBoolean>;
29411
+ }, z.core.$strip>>>;
28612
29412
  advanceWhen: z.ZodOptional<z.ZodObject<{
28613
29413
  file: z.ZodString;
28614
29414
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -28685,6 +29485,7 @@ declare const TaskResponseSchema: z.ZodObject<{
28685
29485
  pattern: z.ZodString;
28686
29486
  flags: z.ZodOptional<z.ZodString>;
28687
29487
  label: z.ZodOptional<z.ZodString>;
29488
+ artifact: z.ZodOptional<z.ZodBoolean>;
28688
29489
  }, z.core.$strip>, z.ZodObject<{
28689
29490
  kind: z.ZodLiteral<"unsupportedClaims">;
28690
29491
  file: z.ZodString;
@@ -28745,6 +29546,12 @@ declare const TaskResponseSchema: z.ZodObject<{
28745
29546
  sourcePath: z.ZodOptional<z.ZodString>;
28746
29547
  tools: z.ZodArray<z.ZodString>;
28747
29548
  minSuccessful: z.ZodOptional<z.ZodNumber>;
29549
+ }, z.core.$strip>, z.ZodObject<{
29550
+ kind: z.ZodLiteral<"corpusCoverage">;
29551
+ file: z.ZodString;
29552
+ corpusDir: z.ZodString;
29553
+ reviewedField: z.ZodOptional<z.ZodString>;
29554
+ recordField: z.ZodOptional<z.ZodString>;
28748
29555
  }, z.core.$strip>, z.ZodObject<{
28749
29556
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
28750
29557
  file: z.ZodString;
@@ -28859,6 +29666,7 @@ declare const TaskResponseSchema: z.ZodObject<{
28859
29666
  pattern: z.ZodString;
28860
29667
  flags: z.ZodOptional<z.ZodString>;
28861
29668
  label: z.ZodOptional<z.ZodString>;
29669
+ artifact: z.ZodOptional<z.ZodBoolean>;
28862
29670
  }, z.core.$strip>, z.ZodObject<{
28863
29671
  kind: z.ZodLiteral<"unsupportedClaims">;
28864
29672
  file: z.ZodString;
@@ -28919,6 +29727,12 @@ declare const TaskResponseSchema: z.ZodObject<{
28919
29727
  sourcePath: z.ZodOptional<z.ZodString>;
28920
29728
  tools: z.ZodArray<z.ZodString>;
28921
29729
  minSuccessful: z.ZodOptional<z.ZodNumber>;
29730
+ }, z.core.$strip>, z.ZodObject<{
29731
+ kind: z.ZodLiteral<"corpusCoverage">;
29732
+ file: z.ZodString;
29733
+ corpusDir: z.ZodString;
29734
+ reviewedField: z.ZodOptional<z.ZodString>;
29735
+ recordField: z.ZodOptional<z.ZodString>;
28922
29736
  }, z.core.$strip>, z.ZodObject<{
28923
29737
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
28924
29738
  file: z.ZodString;
@@ -29217,6 +30031,10 @@ declare const TaskResponseSchema: z.ZodObject<{
29217
30031
  value: z.ZodNumber;
29218
30032
  }, z.core.$strip>], "op">>;
29219
30033
  }, z.core.$strip>>]>>;
30034
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
30035
+ file: z.ZodString;
30036
+ artifact: z.ZodOptional<z.ZodBoolean>;
30037
+ }, z.core.$strip>>>;
29220
30038
  advanceWhen: z.ZodOptional<z.ZodObject<{
29221
30039
  file: z.ZodString;
29222
30040
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -29293,6 +30111,7 @@ declare const TaskResponseSchema: z.ZodObject<{
29293
30111
  pattern: z.ZodString;
29294
30112
  flags: z.ZodOptional<z.ZodString>;
29295
30113
  label: z.ZodOptional<z.ZodString>;
30114
+ artifact: z.ZodOptional<z.ZodBoolean>;
29296
30115
  }, z.core.$strip>, z.ZodObject<{
29297
30116
  kind: z.ZodLiteral<"unsupportedClaims">;
29298
30117
  file: z.ZodString;
@@ -29353,6 +30172,12 @@ declare const TaskResponseSchema: z.ZodObject<{
29353
30172
  sourcePath: z.ZodOptional<z.ZodString>;
29354
30173
  tools: z.ZodArray<z.ZodString>;
29355
30174
  minSuccessful: z.ZodOptional<z.ZodNumber>;
30175
+ }, z.core.$strip>, z.ZodObject<{
30176
+ kind: z.ZodLiteral<"corpusCoverage">;
30177
+ file: z.ZodString;
30178
+ corpusDir: z.ZodString;
30179
+ reviewedField: z.ZodOptional<z.ZodString>;
30180
+ recordField: z.ZodOptional<z.ZodString>;
29356
30181
  }, z.core.$strip>, z.ZodObject<{
29357
30182
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
29358
30183
  file: z.ZodString;
@@ -29467,6 +30292,7 @@ declare const TaskResponseSchema: z.ZodObject<{
29467
30292
  pattern: z.ZodString;
29468
30293
  flags: z.ZodOptional<z.ZodString>;
29469
30294
  label: z.ZodOptional<z.ZodString>;
30295
+ artifact: z.ZodOptional<z.ZodBoolean>;
29470
30296
  }, z.core.$strip>, z.ZodObject<{
29471
30297
  kind: z.ZodLiteral<"unsupportedClaims">;
29472
30298
  file: z.ZodString;
@@ -29527,6 +30353,12 @@ declare const TaskResponseSchema: z.ZodObject<{
29527
30353
  sourcePath: z.ZodOptional<z.ZodString>;
29528
30354
  tools: z.ZodArray<z.ZodString>;
29529
30355
  minSuccessful: z.ZodOptional<z.ZodNumber>;
30356
+ }, z.core.$strip>, z.ZodObject<{
30357
+ kind: z.ZodLiteral<"corpusCoverage">;
30358
+ file: z.ZodString;
30359
+ corpusDir: z.ZodString;
30360
+ reviewedField: z.ZodOptional<z.ZodString>;
30361
+ recordField: z.ZodOptional<z.ZodString>;
29530
30362
  }, z.core.$strip>, z.ZodObject<{
29531
30363
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
29532
30364
  file: z.ZodString;
@@ -29871,6 +30703,7 @@ declare const ExpectedDeliverableSchema: z.ZodObject<{
29871
30703
  pattern: z.ZodString;
29872
30704
  flags: z.ZodOptional<z.ZodString>;
29873
30705
  label: z.ZodOptional<z.ZodString>;
30706
+ artifact: z.ZodOptional<z.ZodBoolean>;
29874
30707
  }, z.core.$strip>, z.ZodObject<{
29875
30708
  kind: z.ZodLiteral<"unsupportedClaims">;
29876
30709
  file: z.ZodString;
@@ -29931,6 +30764,12 @@ declare const ExpectedDeliverableSchema: z.ZodObject<{
29931
30764
  sourcePath: z.ZodOptional<z.ZodString>;
29932
30765
  tools: z.ZodArray<z.ZodString>;
29933
30766
  minSuccessful: z.ZodOptional<z.ZodNumber>;
30767
+ }, z.core.$strip>, z.ZodObject<{
30768
+ kind: z.ZodLiteral<"corpusCoverage">;
30769
+ file: z.ZodString;
30770
+ corpusDir: z.ZodString;
30771
+ reviewedField: z.ZodOptional<z.ZodString>;
30772
+ recordField: z.ZodOptional<z.ZodString>;
29934
30773
  }, z.core.$strip>, z.ZodObject<{
29935
30774
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
29936
30775
  file: z.ZodString;
@@ -30118,6 +30957,7 @@ declare const ChatSessionSchema: z.ZodObject<{
30118
30957
  codexCliThreadId: z.ZodOptional<z.ZodString>;
30119
30958
  }, z.core.$strip>;
30120
30959
  aboutSnapshot: z.ZodOptional<z.ZodString>;
30960
+ roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
30121
30961
  resumeFailed: z.ZodOptional<z.ZodBoolean>;
30122
30962
  deliverableGatePlateau: z.ZodOptional<z.ZodObject<{
30123
30963
  signatureHash: z.ZodString;
@@ -30210,6 +31050,7 @@ declare const ChatSessionSchema: z.ZodObject<{
30210
31050
  pattern: z.ZodString;
30211
31051
  flags: z.ZodOptional<z.ZodString>;
30212
31052
  label: z.ZodOptional<z.ZodString>;
31053
+ artifact: z.ZodOptional<z.ZodBoolean>;
30213
31054
  }, z.core.$strip>, z.ZodObject<{
30214
31055
  kind: z.ZodLiteral<"unsupportedClaims">;
30215
31056
  file: z.ZodString;
@@ -30270,6 +31111,12 @@ declare const ChatSessionSchema: z.ZodObject<{
30270
31111
  sourcePath: z.ZodOptional<z.ZodString>;
30271
31112
  tools: z.ZodArray<z.ZodString>;
30272
31113
  minSuccessful: z.ZodOptional<z.ZodNumber>;
31114
+ }, z.core.$strip>, z.ZodObject<{
31115
+ kind: z.ZodLiteral<"corpusCoverage">;
31116
+ file: z.ZodString;
31117
+ corpusDir: z.ZodString;
31118
+ reviewedField: z.ZodOptional<z.ZodString>;
31119
+ recordField: z.ZodOptional<z.ZodString>;
30273
31120
  }, z.core.$strip>, z.ZodObject<{
30274
31121
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
30275
31122
  file: z.ZodString;
@@ -30398,6 +31245,7 @@ declare const CreateChatSessionRequestSchema: z.ZodObject<{
30398
31245
  taskRef: z.ZodOptional<z.ZodString>;
30399
31246
  stepId: z.ZodOptional<z.ZodString>;
30400
31247
  craftbookRef: z.ZodOptional<z.ZodString>;
31248
+ roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
30401
31249
  }, z.core.$strip>;
30402
31250
  type CreateChatSessionRequest = z.infer<typeof CreateChatSessionRequestSchema>;
30403
31251
  declare const ListChatSessionsResponseSchema: z.ZodObject<{
@@ -32794,6 +33642,8 @@ declare const GitHubPullFileSchema: z.ZodObject<{
32794
33642
  deletions: z.ZodNumber;
32795
33643
  changes: z.ZodNumber;
32796
33644
  patch: z.ZodOptional<z.ZodString>;
33645
+ patchChars: z.ZodOptional<z.ZodNumber>;
33646
+ patchTruncated: z.ZodOptional<z.ZodBoolean>;
32797
33647
  previousFilename: z.ZodOptional<z.ZodString>;
32798
33648
  }, z.core.$strip>;
32799
33649
  type GitHubPullFile = z.infer<typeof GitHubPullFileSchema>;
@@ -32805,8 +33655,17 @@ declare const ListGitHubPullFilesResponseSchema: z.ZodObject<{
32805
33655
  deletions: z.ZodNumber;
32806
33656
  changes: z.ZodNumber;
32807
33657
  patch: z.ZodOptional<z.ZodString>;
33658
+ patchChars: z.ZodOptional<z.ZodNumber>;
33659
+ patchTruncated: z.ZodOptional<z.ZodBoolean>;
32808
33660
  previousFilename: z.ZodOptional<z.ZodString>;
32809
33661
  }, z.core.$strip>>;
33662
+ allFiles: z.ZodOptional<z.ZodNumber>;
33663
+ totalFiles: z.ZodOptional<z.ZodNumber>;
33664
+ offset: z.ZodOptional<z.ZodNumber>;
33665
+ limit: z.ZodOptional<z.ZodNumber>;
33666
+ hasMore: z.ZodOptional<z.ZodBoolean>;
33667
+ nextOffset: z.ZodOptional<z.ZodNumber>;
33668
+ includesPatch: z.ZodOptional<z.ZodBoolean>;
32810
33669
  }, z.core.$strip>;
32811
33670
  type ListGitHubPullFilesResponse = z.infer<typeof ListGitHubPullFilesResponseSchema>;
32812
33671
  declare const GitHubPullCommentSchema: z.ZodObject<{
@@ -32838,6 +33697,12 @@ type ListGitHubPullCommentsResponse = z.infer<typeof ListGitHubPullCommentsRespo
32838
33697
  declare const GitHubPullDiffResponseSchema: z.ZodObject<{
32839
33698
  number: z.ZodNumber;
32840
33699
  diff: z.ZodString;
33700
+ path: z.ZodOptional<z.ZodString>;
33701
+ offset: z.ZodOptional<z.ZodNumber>;
33702
+ returnedChars: z.ZodOptional<z.ZodNumber>;
33703
+ totalChars: z.ZodOptional<z.ZodNumber>;
33704
+ truncated: z.ZodOptional<z.ZodBoolean>;
33705
+ nextOffset: z.ZodOptional<z.ZodNumber>;
32841
33706
  }, z.core.$strip>;
32842
33707
  type GitHubPullDiffResponse = z.infer<typeof GitHubPullDiffResponseSchema>;
32843
33708
  declare const GitHubCreateCommentRequestSchema: z.ZodObject<{
@@ -35271,6 +36136,7 @@ declare const GezelConfigSchema: z.ZodObject<{
35271
36136
  }, z.core.$strip>>;
35272
36137
  debugMode: z.ZodOptional<z.ZodBoolean>;
35273
36138
  showAdvancedFeatures: z.ZodOptional<z.ZodBoolean>;
36139
+ showWorkInProgressFeatures: z.ZodOptional<z.ZodBoolean>;
35274
36140
  resetTemplatesOnStartup: z.ZodOptional<z.ZodBoolean>;
35275
36141
  aiEngagementMode: z.ZodOptional<z.ZodEnum<{
35276
36142
  scheduled: "scheduled";
@@ -35465,8 +36331,8 @@ declare const GezelConfigSchema: z.ZodObject<{
35465
36331
  area: z.ZodEnum<{
35466
36332
  scripts: "scripts";
35467
36333
  settings: "settings";
35468
- history: "history";
35469
36334
  tasks: "tasks";
36335
+ history: "history";
35470
36336
  gezels: "gezels";
35471
36337
  projects: "projects";
35472
36338
  documents: "documents";
@@ -35485,8 +36351,8 @@ declare const RecentTabAreaSchema: z.ZodEnum<{
35485
36351
  scripts: "scripts";
35486
36352
  craftbooks: "craftbooks";
35487
36353
  settings: "settings";
35488
- history: "history";
35489
36354
  tasks: "tasks";
36355
+ history: "history";
35490
36356
  gezels: "gezels";
35491
36357
  projects: "projects";
35492
36358
  documents: "documents";
@@ -35529,8 +36395,8 @@ declare const RecentTabSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
35529
36395
  scripts: "scripts";
35530
36396
  craftbooks: "craftbooks";
35531
36397
  settings: "settings";
35532
- history: "history";
35533
36398
  tasks: "tasks";
36399
+ history: "history";
35534
36400
  gezels: "gezels";
35535
36401
  projects: "projects";
35536
36402
  documents: "documents";
@@ -36119,6 +36985,7 @@ declare const UpdateConfigRequestSchema: z.ZodObject<{
36119
36985
  }, z.core.$strip>>;
36120
36986
  debugMode: z.ZodOptional<z.ZodBoolean>;
36121
36987
  showAdvancedFeatures: z.ZodOptional<z.ZodBoolean>;
36988
+ showWorkInProgressFeatures: z.ZodOptional<z.ZodBoolean>;
36122
36989
  resetTemplatesOnStartup: z.ZodOptional<z.ZodBoolean>;
36123
36990
  aiEngagementMode: z.ZodOptional<z.ZodEnum<{
36124
36991
  scheduled: "scheduled";
@@ -36313,8 +37180,8 @@ declare const UpdateConfigRequestSchema: z.ZodObject<{
36313
37180
  area: z.ZodEnum<{
36314
37181
  scripts: "scripts";
36315
37182
  settings: "settings";
36316
- history: "history";
36317
37183
  tasks: "tasks";
37184
+ history: "history";
36318
37185
  gezels: "gezels";
36319
37186
  projects: "projects";
36320
37187
  documents: "documents";
@@ -37823,6 +38690,7 @@ declare const SendChatRequestSchema: z.ZodObject<{
37823
38690
  pattern: z.ZodString;
37824
38691
  flags: z.ZodOptional<z.ZodString>;
37825
38692
  label: z.ZodOptional<z.ZodString>;
38693
+ artifact: z.ZodOptional<z.ZodBoolean>;
37826
38694
  }, z.core.$strip>, z.ZodObject<{
37827
38695
  kind: z.ZodLiteral<"unsupportedClaims">;
37828
38696
  file: z.ZodString;
@@ -37883,6 +38751,12 @@ declare const SendChatRequestSchema: z.ZodObject<{
37883
38751
  sourcePath: z.ZodOptional<z.ZodString>;
37884
38752
  tools: z.ZodArray<z.ZodString>;
37885
38753
  minSuccessful: z.ZodOptional<z.ZodNumber>;
38754
+ }, z.core.$strip>, z.ZodObject<{
38755
+ kind: z.ZodLiteral<"corpusCoverage">;
38756
+ file: z.ZodString;
38757
+ corpusDir: z.ZodString;
38758
+ reviewedField: z.ZodOptional<z.ZodString>;
38759
+ recordField: z.ZodOptional<z.ZodString>;
37886
38760
  }, z.core.$strip>, z.ZodObject<{
37887
38761
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
37888
38762
  file: z.ZodString;
@@ -38016,6 +38890,7 @@ declare const MessageGezelRequestSchema: z.ZodObject<{
38016
38890
  pattern: z.ZodString;
38017
38891
  flags: z.ZodOptional<z.ZodString>;
38018
38892
  label: z.ZodOptional<z.ZodString>;
38893
+ artifact: z.ZodOptional<z.ZodBoolean>;
38019
38894
  }, z.core.$strip>, z.ZodObject<{
38020
38895
  kind: z.ZodLiteral<"unsupportedClaims">;
38021
38896
  file: z.ZodString;
@@ -38076,6 +38951,12 @@ declare const MessageGezelRequestSchema: z.ZodObject<{
38076
38951
  sourcePath: z.ZodOptional<z.ZodString>;
38077
38952
  tools: z.ZodArray<z.ZodString>;
38078
38953
  minSuccessful: z.ZodOptional<z.ZodNumber>;
38954
+ }, z.core.$strip>, z.ZodObject<{
38955
+ kind: z.ZodLiteral<"corpusCoverage">;
38956
+ file: z.ZodString;
38957
+ corpusDir: z.ZodString;
38958
+ reviewedField: z.ZodOptional<z.ZodString>;
38959
+ recordField: z.ZodOptional<z.ZodString>;
38079
38960
  }, z.core.$strip>, z.ZodObject<{
38080
38961
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
38081
38962
  file: z.ZodString;
@@ -38375,6 +39256,7 @@ declare const RequestAskRequestSchema: z.ZodObject<{
38375
39256
  pattern: z.ZodString;
38376
39257
  flags: z.ZodOptional<z.ZodString>;
38377
39258
  label: z.ZodOptional<z.ZodString>;
39259
+ artifact: z.ZodOptional<z.ZodBoolean>;
38378
39260
  }, z.core.$strip>, z.ZodObject<{
38379
39261
  kind: z.ZodLiteral<"unsupportedClaims">;
38380
39262
  file: z.ZodString;
@@ -38435,6 +39317,12 @@ declare const RequestAskRequestSchema: z.ZodObject<{
38435
39317
  sourcePath: z.ZodOptional<z.ZodString>;
38436
39318
  tools: z.ZodArray<z.ZodString>;
38437
39319
  minSuccessful: z.ZodOptional<z.ZodNumber>;
39320
+ }, z.core.$strip>, z.ZodObject<{
39321
+ kind: z.ZodLiteral<"corpusCoverage">;
39322
+ file: z.ZodString;
39323
+ corpusDir: z.ZodString;
39324
+ reviewedField: z.ZodOptional<z.ZodString>;
39325
+ recordField: z.ZodOptional<z.ZodString>;
38438
39326
  }, z.core.$strip>, z.ZodObject<{
38439
39327
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
38440
39328
  file: z.ZodString;
@@ -42552,6 +43440,8 @@ declare const GithubPullFileSchema: z.ZodObject<{
42552
43440
  deletions: z.ZodNumber;
42553
43441
  changes: z.ZodNumber;
42554
43442
  patch: z.ZodOptional<z.ZodString>;
43443
+ patchChars: z.ZodOptional<z.ZodNumber>;
43444
+ patchTruncated: z.ZodOptional<z.ZodBoolean>;
42555
43445
  previousFilename: z.ZodOptional<z.ZodString>;
42556
43446
  }, z.core.$strip>;
42557
43447
  /** @deprecated Use {@link GitHubPullFile}. */
@@ -42574,6 +43464,12 @@ type GithubPullComment = GitHubPullComment;
42574
43464
  declare const GithubPullDiffResponseSchema: z.ZodObject<{
42575
43465
  number: z.ZodNumber;
42576
43466
  diff: z.ZodString;
43467
+ path: z.ZodOptional<z.ZodString>;
43468
+ offset: z.ZodOptional<z.ZodNumber>;
43469
+ returnedChars: z.ZodOptional<z.ZodNumber>;
43470
+ totalChars: z.ZodOptional<z.ZodNumber>;
43471
+ truncated: z.ZodOptional<z.ZodBoolean>;
43472
+ nextOffset: z.ZodOptional<z.ZodNumber>;
42577
43473
  }, z.core.$strip>;
42578
43474
  /** @deprecated Use {@link GitHubPullDiffResponse}. */
42579
43475
  type GithubPullDiffResponse = GitHubPullDiffResponse;
@@ -42760,8 +43656,17 @@ declare const ListGithubPullFilesResponseSchema: z.ZodObject<{
42760
43656
  deletions: z.ZodNumber;
42761
43657
  changes: z.ZodNumber;
42762
43658
  patch: z.ZodOptional<z.ZodString>;
43659
+ patchChars: z.ZodOptional<z.ZodNumber>;
43660
+ patchTruncated: z.ZodOptional<z.ZodBoolean>;
42763
43661
  previousFilename: z.ZodOptional<z.ZodString>;
42764
43662
  }, z.core.$strip>>;
43663
+ allFiles: z.ZodOptional<z.ZodNumber>;
43664
+ totalFiles: z.ZodOptional<z.ZodNumber>;
43665
+ offset: z.ZodOptional<z.ZodNumber>;
43666
+ limit: z.ZodOptional<z.ZodNumber>;
43667
+ hasMore: z.ZodOptional<z.ZodBoolean>;
43668
+ nextOffset: z.ZodOptional<z.ZodNumber>;
43669
+ includesPatch: z.ZodOptional<z.ZodBoolean>;
42765
43670
  }, z.core.$strip>;
42766
43671
  /** @deprecated Use {@link ListGitHubPullFilesResponse}. */
42767
43672
  type ListGithubPullFilesResponse = ListGitHubPullFilesResponse;
@@ -43877,6 +44782,10 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
43877
44782
  value: z.ZodNumber;
43878
44783
  }, z.core.$strip>], "op">>;
43879
44784
  }, z.core.$strip>>]>>;
44785
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
44786
+ file: z.ZodString;
44787
+ artifact: z.ZodOptional<z.ZodBoolean>;
44788
+ }, z.core.$strip>>>;
43880
44789
  advanceWhen: z.ZodOptional<z.ZodObject<{
43881
44790
  file: z.ZodString;
43882
44791
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -43953,6 +44862,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
43953
44862
  pattern: z.ZodString;
43954
44863
  flags: z.ZodOptional<z.ZodString>;
43955
44864
  label: z.ZodOptional<z.ZodString>;
44865
+ artifact: z.ZodOptional<z.ZodBoolean>;
43956
44866
  }, z.core.$strip>, z.ZodObject<{
43957
44867
  kind: z.ZodLiteral<"unsupportedClaims">;
43958
44868
  file: z.ZodString;
@@ -44013,6 +44923,12 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44013
44923
  sourcePath: z.ZodOptional<z.ZodString>;
44014
44924
  tools: z.ZodArray<z.ZodString>;
44015
44925
  minSuccessful: z.ZodOptional<z.ZodNumber>;
44926
+ }, z.core.$strip>, z.ZodObject<{
44927
+ kind: z.ZodLiteral<"corpusCoverage">;
44928
+ file: z.ZodString;
44929
+ corpusDir: z.ZodString;
44930
+ reviewedField: z.ZodOptional<z.ZodString>;
44931
+ recordField: z.ZodOptional<z.ZodString>;
44016
44932
  }, z.core.$strip>, z.ZodObject<{
44017
44933
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
44018
44934
  file: z.ZodString;
@@ -44127,6 +45043,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44127
45043
  pattern: z.ZodString;
44128
45044
  flags: z.ZodOptional<z.ZodString>;
44129
45045
  label: z.ZodOptional<z.ZodString>;
45046
+ artifact: z.ZodOptional<z.ZodBoolean>;
44130
45047
  }, z.core.$strip>, z.ZodObject<{
44131
45048
  kind: z.ZodLiteral<"unsupportedClaims">;
44132
45049
  file: z.ZodString;
@@ -44187,6 +45104,12 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44187
45104
  sourcePath: z.ZodOptional<z.ZodString>;
44188
45105
  tools: z.ZodArray<z.ZodString>;
44189
45106
  minSuccessful: z.ZodOptional<z.ZodNumber>;
45107
+ }, z.core.$strip>, z.ZodObject<{
45108
+ kind: z.ZodLiteral<"corpusCoverage">;
45109
+ file: z.ZodString;
45110
+ corpusDir: z.ZodString;
45111
+ reviewedField: z.ZodOptional<z.ZodString>;
45112
+ recordField: z.ZodOptional<z.ZodString>;
44190
45113
  }, z.core.$strip>, z.ZodObject<{
44191
45114
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
44192
45115
  file: z.ZodString;
@@ -44415,6 +45338,10 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44415
45338
  value: z.ZodNumber;
44416
45339
  }, z.core.$strip>], "op">>;
44417
45340
  }, z.core.$strip>>]>>;
45341
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
45342
+ file: z.ZodString;
45343
+ artifact: z.ZodOptional<z.ZodBoolean>;
45344
+ }, z.core.$strip>>>;
44418
45345
  advanceWhen: z.ZodOptional<z.ZodObject<{
44419
45346
  file: z.ZodString;
44420
45347
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -44491,6 +45418,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44491
45418
  pattern: z.ZodString;
44492
45419
  flags: z.ZodOptional<z.ZodString>;
44493
45420
  label: z.ZodOptional<z.ZodString>;
45421
+ artifact: z.ZodOptional<z.ZodBoolean>;
44494
45422
  }, z.core.$strip>, z.ZodObject<{
44495
45423
  kind: z.ZodLiteral<"unsupportedClaims">;
44496
45424
  file: z.ZodString;
@@ -44551,6 +45479,12 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44551
45479
  sourcePath: z.ZodOptional<z.ZodString>;
44552
45480
  tools: z.ZodArray<z.ZodString>;
44553
45481
  minSuccessful: z.ZodOptional<z.ZodNumber>;
45482
+ }, z.core.$strip>, z.ZodObject<{
45483
+ kind: z.ZodLiteral<"corpusCoverage">;
45484
+ file: z.ZodString;
45485
+ corpusDir: z.ZodString;
45486
+ reviewedField: z.ZodOptional<z.ZodString>;
45487
+ recordField: z.ZodOptional<z.ZodString>;
44554
45488
  }, z.core.$strip>, z.ZodObject<{
44555
45489
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
44556
45490
  file: z.ZodString;
@@ -44665,6 +45599,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44665
45599
  pattern: z.ZodString;
44666
45600
  flags: z.ZodOptional<z.ZodString>;
44667
45601
  label: z.ZodOptional<z.ZodString>;
45602
+ artifact: z.ZodOptional<z.ZodBoolean>;
44668
45603
  }, z.core.$strip>, z.ZodObject<{
44669
45604
  kind: z.ZodLiteral<"unsupportedClaims">;
44670
45605
  file: z.ZodString;
@@ -44725,6 +45660,12 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
44725
45660
  sourcePath: z.ZodOptional<z.ZodString>;
44726
45661
  tools: z.ZodArray<z.ZodString>;
44727
45662
  minSuccessful: z.ZodOptional<z.ZodNumber>;
45663
+ }, z.core.$strip>, z.ZodObject<{
45664
+ kind: z.ZodLiteral<"corpusCoverage">;
45665
+ file: z.ZodString;
45666
+ corpusDir: z.ZodString;
45667
+ reviewedField: z.ZodOptional<z.ZodString>;
45668
+ recordField: z.ZodOptional<z.ZodString>;
44728
45669
  }, z.core.$strip>, z.ZodObject<{
44729
45670
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
44730
45671
  file: z.ZodString;
@@ -45038,6 +45979,10 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45038
45979
  value: z.ZodNumber;
45039
45980
  }, z.core.$strip>], "op">>;
45040
45981
  }, z.core.$strip>>]>>;
45982
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
45983
+ file: z.ZodString;
45984
+ artifact: z.ZodOptional<z.ZodBoolean>;
45985
+ }, z.core.$strip>>>;
45041
45986
  advanceWhen: z.ZodOptional<z.ZodObject<{
45042
45987
  file: z.ZodString;
45043
45988
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -45114,6 +46059,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45114
46059
  pattern: z.ZodString;
45115
46060
  flags: z.ZodOptional<z.ZodString>;
45116
46061
  label: z.ZodOptional<z.ZodString>;
46062
+ artifact: z.ZodOptional<z.ZodBoolean>;
45117
46063
  }, z.core.$strip>, z.ZodObject<{
45118
46064
  kind: z.ZodLiteral<"unsupportedClaims">;
45119
46065
  file: z.ZodString;
@@ -45174,6 +46120,12 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45174
46120
  sourcePath: z.ZodOptional<z.ZodString>;
45175
46121
  tools: z.ZodArray<z.ZodString>;
45176
46122
  minSuccessful: z.ZodOptional<z.ZodNumber>;
46123
+ }, z.core.$strip>, z.ZodObject<{
46124
+ kind: z.ZodLiteral<"corpusCoverage">;
46125
+ file: z.ZodString;
46126
+ corpusDir: z.ZodString;
46127
+ reviewedField: z.ZodOptional<z.ZodString>;
46128
+ recordField: z.ZodOptional<z.ZodString>;
45177
46129
  }, z.core.$strip>, z.ZodObject<{
45178
46130
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
45179
46131
  file: z.ZodString;
@@ -45288,6 +46240,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45288
46240
  pattern: z.ZodString;
45289
46241
  flags: z.ZodOptional<z.ZodString>;
45290
46242
  label: z.ZodOptional<z.ZodString>;
46243
+ artifact: z.ZodOptional<z.ZodBoolean>;
45291
46244
  }, z.core.$strip>, z.ZodObject<{
45292
46245
  kind: z.ZodLiteral<"unsupportedClaims">;
45293
46246
  file: z.ZodString;
@@ -45348,6 +46301,12 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45348
46301
  sourcePath: z.ZodOptional<z.ZodString>;
45349
46302
  tools: z.ZodArray<z.ZodString>;
45350
46303
  minSuccessful: z.ZodOptional<z.ZodNumber>;
46304
+ }, z.core.$strip>, z.ZodObject<{
46305
+ kind: z.ZodLiteral<"corpusCoverage">;
46306
+ file: z.ZodString;
46307
+ corpusDir: z.ZodString;
46308
+ reviewedField: z.ZodOptional<z.ZodString>;
46309
+ recordField: z.ZodOptional<z.ZodString>;
45351
46310
  }, z.core.$strip>, z.ZodObject<{
45352
46311
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
45353
46312
  file: z.ZodString;
@@ -45576,6 +46535,10 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45576
46535
  value: z.ZodNumber;
45577
46536
  }, z.core.$strip>], "op">>;
45578
46537
  }, z.core.$strip>>]>>;
46538
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
46539
+ file: z.ZodString;
46540
+ artifact: z.ZodOptional<z.ZodBoolean>;
46541
+ }, z.core.$strip>>>;
45579
46542
  advanceWhen: z.ZodOptional<z.ZodObject<{
45580
46543
  file: z.ZodString;
45581
46544
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -45652,6 +46615,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45652
46615
  pattern: z.ZodString;
45653
46616
  flags: z.ZodOptional<z.ZodString>;
45654
46617
  label: z.ZodOptional<z.ZodString>;
46618
+ artifact: z.ZodOptional<z.ZodBoolean>;
45655
46619
  }, z.core.$strip>, z.ZodObject<{
45656
46620
  kind: z.ZodLiteral<"unsupportedClaims">;
45657
46621
  file: z.ZodString;
@@ -45712,6 +46676,12 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45712
46676
  sourcePath: z.ZodOptional<z.ZodString>;
45713
46677
  tools: z.ZodArray<z.ZodString>;
45714
46678
  minSuccessful: z.ZodOptional<z.ZodNumber>;
46679
+ }, z.core.$strip>, z.ZodObject<{
46680
+ kind: z.ZodLiteral<"corpusCoverage">;
46681
+ file: z.ZodString;
46682
+ corpusDir: z.ZodString;
46683
+ reviewedField: z.ZodOptional<z.ZodString>;
46684
+ recordField: z.ZodOptional<z.ZodString>;
45715
46685
  }, z.core.$strip>, z.ZodObject<{
45716
46686
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
45717
46687
  file: z.ZodString;
@@ -45826,6 +46796,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45826
46796
  pattern: z.ZodString;
45827
46797
  flags: z.ZodOptional<z.ZodString>;
45828
46798
  label: z.ZodOptional<z.ZodString>;
46799
+ artifact: z.ZodOptional<z.ZodBoolean>;
45829
46800
  }, z.core.$strip>, z.ZodObject<{
45830
46801
  kind: z.ZodLiteral<"unsupportedClaims">;
45831
46802
  file: z.ZodString;
@@ -45886,6 +46857,12 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
45886
46857
  sourcePath: z.ZodOptional<z.ZodString>;
45887
46858
  tools: z.ZodArray<z.ZodString>;
45888
46859
  minSuccessful: z.ZodOptional<z.ZodNumber>;
46860
+ }, z.core.$strip>, z.ZodObject<{
46861
+ kind: z.ZodLiteral<"corpusCoverage">;
46862
+ file: z.ZodString;
46863
+ corpusDir: z.ZodString;
46864
+ reviewedField: z.ZodOptional<z.ZodString>;
46865
+ recordField: z.ZodOptional<z.ZodString>;
45889
46866
  }, z.core.$strip>, z.ZodObject<{
45890
46867
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
45891
46868
  file: z.ZodString;
@@ -46438,6 +47415,13 @@ declare const ConnectorTypeVersionManifestSchema: z.ZodObject<{
46438
47415
  }>;
46439
47416
  configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
46440
47417
  secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
47418
+ setupInstructions: z.ZodOptional<z.ZodObject<{
47419
+ title: z.ZodString;
47420
+ description: z.ZodOptional<z.ZodString>;
47421
+ steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
47422
+ url: z.ZodOptional<z.ZodString>;
47423
+ urlLabel: z.ZodOptional<z.ZodString>;
47424
+ }, z.core.$strip>>;
46441
47425
  source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
46442
47426
  normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
46443
47427
  kind: z.ZodLiteral<"mapping">;
@@ -46475,6 +47459,13 @@ declare const ConnectorTypeManifestSchema: z.ZodObject<{
46475
47459
  }>;
46476
47460
  configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
46477
47461
  secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
47462
+ setupInstructions: z.ZodOptional<z.ZodObject<{
47463
+ title: z.ZodString;
47464
+ description: z.ZodOptional<z.ZodString>;
47465
+ steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
47466
+ url: z.ZodOptional<z.ZodString>;
47467
+ urlLabel: z.ZodOptional<z.ZodString>;
47468
+ }, z.core.$strip>>;
46478
47469
  source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
46479
47470
  normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
46480
47471
  kind: z.ZodLiteral<"mapping">;
@@ -46625,6 +47616,10 @@ declare const ChatModelIdentitySchema: z.ZodObject<{
46625
47616
  license: z.ZodOptional<z.ZodString>;
46626
47617
  minGezelVersion: z.ZodOptional<z.ZodString>;
46627
47618
  kind: z.ZodLiteral<"chat-model">;
47619
+ maker: z.ZodOptional<z.ZodObject<{
47620
+ name: z.ZodString;
47621
+ url: z.ZodOptional<z.ZodString>;
47622
+ }, z.core.$strip>>;
46628
47623
  parameterSize: z.ZodString;
46629
47624
  supportsTools: z.ZodBoolean;
46630
47625
  contextWindow: z.ZodOptional<z.ZodNumber>;
@@ -47255,6 +48250,10 @@ declare const ChatModelManifestSchema: z.ZodObject<{
47255
48250
  name: z.ZodString;
47256
48251
  url: z.ZodOptional<z.ZodString>;
47257
48252
  }, z.core.$strip>;
48253
+ maker: z.ZodOptional<z.ZodObject<{
48254
+ name: z.ZodString;
48255
+ url: z.ZodOptional<z.ZodString>;
48256
+ }, z.core.$strip>>;
47258
48257
  logo: z.ZodOptional<z.ZodString>;
47259
48258
  license: z.ZodOptional<z.ZodString>;
47260
48259
  minGezelVersion: z.ZodOptional<z.ZodString>;
@@ -47906,6 +48905,10 @@ declare const CatalogItemIdentitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
47906
48905
  license: z.ZodOptional<z.ZodString>;
47907
48906
  minGezelVersion: z.ZodOptional<z.ZodString>;
47908
48907
  kind: z.ZodLiteral<"chat-model">;
48908
+ maker: z.ZodOptional<z.ZodObject<{
48909
+ name: z.ZodString;
48910
+ url: z.ZodOptional<z.ZodString>;
48911
+ }, z.core.$strip>>;
47909
48912
  parameterSize: z.ZodString;
47910
48913
  supportsTools: z.ZodBoolean;
47911
48914
  contextWindow: z.ZodOptional<z.ZodNumber>;
@@ -48601,6 +49604,10 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
48601
49604
  value: z.ZodNumber;
48602
49605
  }, z.core.$strip>], "op">>;
48603
49606
  }, z.core.$strip>>]>>;
49607
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
49608
+ file: z.ZodString;
49609
+ artifact: z.ZodOptional<z.ZodBoolean>;
49610
+ }, z.core.$strip>>>;
48604
49611
  advanceWhen: z.ZodOptional<z.ZodObject<{
48605
49612
  file: z.ZodString;
48606
49613
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -48677,6 +49684,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
48677
49684
  pattern: z.ZodString;
48678
49685
  flags: z.ZodOptional<z.ZodString>;
48679
49686
  label: z.ZodOptional<z.ZodString>;
49687
+ artifact: z.ZodOptional<z.ZodBoolean>;
48680
49688
  }, z.core.$strip>, z.ZodObject<{
48681
49689
  kind: z.ZodLiteral<"unsupportedClaims">;
48682
49690
  file: z.ZodString;
@@ -48737,6 +49745,12 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
48737
49745
  sourcePath: z.ZodOptional<z.ZodString>;
48738
49746
  tools: z.ZodArray<z.ZodString>;
48739
49747
  minSuccessful: z.ZodOptional<z.ZodNumber>;
49748
+ }, z.core.$strip>, z.ZodObject<{
49749
+ kind: z.ZodLiteral<"corpusCoverage">;
49750
+ file: z.ZodString;
49751
+ corpusDir: z.ZodString;
49752
+ reviewedField: z.ZodOptional<z.ZodString>;
49753
+ recordField: z.ZodOptional<z.ZodString>;
48740
49754
  }, z.core.$strip>, z.ZodObject<{
48741
49755
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
48742
49756
  file: z.ZodString;
@@ -48851,6 +49865,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
48851
49865
  pattern: z.ZodString;
48852
49866
  flags: z.ZodOptional<z.ZodString>;
48853
49867
  label: z.ZodOptional<z.ZodString>;
49868
+ artifact: z.ZodOptional<z.ZodBoolean>;
48854
49869
  }, z.core.$strip>, z.ZodObject<{
48855
49870
  kind: z.ZodLiteral<"unsupportedClaims">;
48856
49871
  file: z.ZodString;
@@ -48911,6 +49926,12 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
48911
49926
  sourcePath: z.ZodOptional<z.ZodString>;
48912
49927
  tools: z.ZodArray<z.ZodString>;
48913
49928
  minSuccessful: z.ZodOptional<z.ZodNumber>;
49929
+ }, z.core.$strip>, z.ZodObject<{
49930
+ kind: z.ZodLiteral<"corpusCoverage">;
49931
+ file: z.ZodString;
49932
+ corpusDir: z.ZodString;
49933
+ reviewedField: z.ZodOptional<z.ZodString>;
49934
+ recordField: z.ZodOptional<z.ZodString>;
48914
49935
  }, z.core.$strip>, z.ZodObject<{
48915
49936
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
48916
49937
  file: z.ZodString;
@@ -49139,6 +50160,10 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
49139
50160
  value: z.ZodNumber;
49140
50161
  }, z.core.$strip>], "op">>;
49141
50162
  }, z.core.$strip>>]>>;
50163
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
50164
+ file: z.ZodString;
50165
+ artifact: z.ZodOptional<z.ZodBoolean>;
50166
+ }, z.core.$strip>>>;
49142
50167
  advanceWhen: z.ZodOptional<z.ZodObject<{
49143
50168
  file: z.ZodString;
49144
50169
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -49215,6 +50240,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
49215
50240
  pattern: z.ZodString;
49216
50241
  flags: z.ZodOptional<z.ZodString>;
49217
50242
  label: z.ZodOptional<z.ZodString>;
50243
+ artifact: z.ZodOptional<z.ZodBoolean>;
49218
50244
  }, z.core.$strip>, z.ZodObject<{
49219
50245
  kind: z.ZodLiteral<"unsupportedClaims">;
49220
50246
  file: z.ZodString;
@@ -49275,6 +50301,12 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
49275
50301
  sourcePath: z.ZodOptional<z.ZodString>;
49276
50302
  tools: z.ZodArray<z.ZodString>;
49277
50303
  minSuccessful: z.ZodOptional<z.ZodNumber>;
50304
+ }, z.core.$strip>, z.ZodObject<{
50305
+ kind: z.ZodLiteral<"corpusCoverage">;
50306
+ file: z.ZodString;
50307
+ corpusDir: z.ZodString;
50308
+ reviewedField: z.ZodOptional<z.ZodString>;
50309
+ recordField: z.ZodOptional<z.ZodString>;
49278
50310
  }, z.core.$strip>, z.ZodObject<{
49279
50311
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
49280
50312
  file: z.ZodString;
@@ -49389,6 +50421,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
49389
50421
  pattern: z.ZodString;
49390
50422
  flags: z.ZodOptional<z.ZodString>;
49391
50423
  label: z.ZodOptional<z.ZodString>;
50424
+ artifact: z.ZodOptional<z.ZodBoolean>;
49392
50425
  }, z.core.$strip>, z.ZodObject<{
49393
50426
  kind: z.ZodLiteral<"unsupportedClaims">;
49394
50427
  file: z.ZodString;
@@ -49449,6 +50482,12 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
49449
50482
  sourcePath: z.ZodOptional<z.ZodString>;
49450
50483
  tools: z.ZodArray<z.ZodString>;
49451
50484
  minSuccessful: z.ZodOptional<z.ZodNumber>;
50485
+ }, z.core.$strip>, z.ZodObject<{
50486
+ kind: z.ZodLiteral<"corpusCoverage">;
50487
+ file: z.ZodString;
50488
+ corpusDir: z.ZodString;
50489
+ reviewedField: z.ZodOptional<z.ZodString>;
50490
+ recordField: z.ZodOptional<z.ZodString>;
49452
50491
  }, z.core.$strip>, z.ZodObject<{
49453
50492
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
49454
50493
  file: z.ZodString;
@@ -49727,6 +50766,13 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
49727
50766
  }>;
49728
50767
  configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
49729
50768
  secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
50769
+ setupInstructions: z.ZodOptional<z.ZodObject<{
50770
+ title: z.ZodString;
50771
+ description: z.ZodOptional<z.ZodString>;
50772
+ steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
50773
+ url: z.ZodOptional<z.ZodString>;
50774
+ urlLabel: z.ZodOptional<z.ZodString>;
50775
+ }, z.core.$strip>>;
49730
50776
  source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
49731
50777
  normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
49732
50778
  kind: z.ZodLiteral<"mapping">;
@@ -50076,6 +51122,10 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
50076
51122
  name: z.ZodString;
50077
51123
  url: z.ZodOptional<z.ZodString>;
50078
51124
  }, z.core.$strip>;
51125
+ maker: z.ZodOptional<z.ZodObject<{
51126
+ name: z.ZodString;
51127
+ url: z.ZodOptional<z.ZodString>;
51128
+ }, z.core.$strip>>;
50079
51129
  logo: z.ZodOptional<z.ZodString>;
50080
51130
  license: z.ZodOptional<z.ZodString>;
50081
51131
  minGezelVersion: z.ZodOptional<z.ZodString>;
@@ -50614,6 +51664,10 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
50614
51664
  value: z.ZodNumber;
50615
51665
  }, z.core.$strip>], "op">>;
50616
51666
  }, z.core.$strip>>]>>;
51667
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
51668
+ file: z.ZodString;
51669
+ artifact: z.ZodOptional<z.ZodBoolean>;
51670
+ }, z.core.$strip>>>;
50617
51671
  advanceWhen: z.ZodOptional<z.ZodObject<{
50618
51672
  file: z.ZodString;
50619
51673
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -50690,6 +51744,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
50690
51744
  pattern: z.ZodString;
50691
51745
  flags: z.ZodOptional<z.ZodString>;
50692
51746
  label: z.ZodOptional<z.ZodString>;
51747
+ artifact: z.ZodOptional<z.ZodBoolean>;
50693
51748
  }, z.core.$strip>, z.ZodObject<{
50694
51749
  kind: z.ZodLiteral<"unsupportedClaims">;
50695
51750
  file: z.ZodString;
@@ -50750,6 +51805,12 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
50750
51805
  sourcePath: z.ZodOptional<z.ZodString>;
50751
51806
  tools: z.ZodArray<z.ZodString>;
50752
51807
  minSuccessful: z.ZodOptional<z.ZodNumber>;
51808
+ }, z.core.$strip>, z.ZodObject<{
51809
+ kind: z.ZodLiteral<"corpusCoverage">;
51810
+ file: z.ZodString;
51811
+ corpusDir: z.ZodString;
51812
+ reviewedField: z.ZodOptional<z.ZodString>;
51813
+ recordField: z.ZodOptional<z.ZodString>;
50753
51814
  }, z.core.$strip>, z.ZodObject<{
50754
51815
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
50755
51816
  file: z.ZodString;
@@ -50864,6 +51925,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
50864
51925
  pattern: z.ZodString;
50865
51926
  flags: z.ZodOptional<z.ZodString>;
50866
51927
  label: z.ZodOptional<z.ZodString>;
51928
+ artifact: z.ZodOptional<z.ZodBoolean>;
50867
51929
  }, z.core.$strip>, z.ZodObject<{
50868
51930
  kind: z.ZodLiteral<"unsupportedClaims">;
50869
51931
  file: z.ZodString;
@@ -50924,6 +51986,12 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
50924
51986
  sourcePath: z.ZodOptional<z.ZodString>;
50925
51987
  tools: z.ZodArray<z.ZodString>;
50926
51988
  minSuccessful: z.ZodOptional<z.ZodNumber>;
51989
+ }, z.core.$strip>, z.ZodObject<{
51990
+ kind: z.ZodLiteral<"corpusCoverage">;
51991
+ file: z.ZodString;
51992
+ corpusDir: z.ZodString;
51993
+ reviewedField: z.ZodOptional<z.ZodString>;
51994
+ recordField: z.ZodOptional<z.ZodString>;
50927
51995
  }, z.core.$strip>, z.ZodObject<{
50928
51996
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
50929
51997
  file: z.ZodString;
@@ -51152,6 +52220,10 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
51152
52220
  value: z.ZodNumber;
51153
52221
  }, z.core.$strip>], "op">>;
51154
52222
  }, z.core.$strip>>]>>;
52223
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
52224
+ file: z.ZodString;
52225
+ artifact: z.ZodOptional<z.ZodBoolean>;
52226
+ }, z.core.$strip>>>;
51155
52227
  advanceWhen: z.ZodOptional<z.ZodObject<{
51156
52228
  file: z.ZodString;
51157
52229
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -51228,6 +52300,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
51228
52300
  pattern: z.ZodString;
51229
52301
  flags: z.ZodOptional<z.ZodString>;
51230
52302
  label: z.ZodOptional<z.ZodString>;
52303
+ artifact: z.ZodOptional<z.ZodBoolean>;
51231
52304
  }, z.core.$strip>, z.ZodObject<{
51232
52305
  kind: z.ZodLiteral<"unsupportedClaims">;
51233
52306
  file: z.ZodString;
@@ -51288,6 +52361,12 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
51288
52361
  sourcePath: z.ZodOptional<z.ZodString>;
51289
52362
  tools: z.ZodArray<z.ZodString>;
51290
52363
  minSuccessful: z.ZodOptional<z.ZodNumber>;
52364
+ }, z.core.$strip>, z.ZodObject<{
52365
+ kind: z.ZodLiteral<"corpusCoverage">;
52366
+ file: z.ZodString;
52367
+ corpusDir: z.ZodString;
52368
+ reviewedField: z.ZodOptional<z.ZodString>;
52369
+ recordField: z.ZodOptional<z.ZodString>;
51291
52370
  }, z.core.$strip>, z.ZodObject<{
51292
52371
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
51293
52372
  file: z.ZodString;
@@ -51402,6 +52481,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
51402
52481
  pattern: z.ZodString;
51403
52482
  flags: z.ZodOptional<z.ZodString>;
51404
52483
  label: z.ZodOptional<z.ZodString>;
52484
+ artifact: z.ZodOptional<z.ZodBoolean>;
51405
52485
  }, z.core.$strip>, z.ZodObject<{
51406
52486
  kind: z.ZodLiteral<"unsupportedClaims">;
51407
52487
  file: z.ZodString;
@@ -51462,6 +52542,12 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
51462
52542
  sourcePath: z.ZodOptional<z.ZodString>;
51463
52543
  tools: z.ZodArray<z.ZodString>;
51464
52544
  minSuccessful: z.ZodOptional<z.ZodNumber>;
52545
+ }, z.core.$strip>, z.ZodObject<{
52546
+ kind: z.ZodLiteral<"corpusCoverage">;
52547
+ file: z.ZodString;
52548
+ corpusDir: z.ZodString;
52549
+ reviewedField: z.ZodOptional<z.ZodString>;
52550
+ recordField: z.ZodOptional<z.ZodString>;
51465
52551
  }, z.core.$strip>, z.ZodObject<{
51466
52552
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
51467
52553
  file: z.ZodString;
@@ -51740,6 +52826,13 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
51740
52826
  }>;
51741
52827
  configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
51742
52828
  secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
52829
+ setupInstructions: z.ZodOptional<z.ZodObject<{
52830
+ title: z.ZodString;
52831
+ description: z.ZodOptional<z.ZodString>;
52832
+ steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
52833
+ url: z.ZodOptional<z.ZodString>;
52834
+ urlLabel: z.ZodOptional<z.ZodString>;
52835
+ }, z.core.$strip>>;
51743
52836
  source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
51744
52837
  normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
51745
52838
  kind: z.ZodLiteral<"mapping">;
@@ -52089,6 +53182,10 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
52089
53182
  name: z.ZodString;
52090
53183
  url: z.ZodOptional<z.ZodString>;
52091
53184
  }, z.core.$strip>;
53185
+ maker: z.ZodOptional<z.ZodObject<{
53186
+ name: z.ZodString;
53187
+ url: z.ZodOptional<z.ZodString>;
53188
+ }, z.core.$strip>>;
52092
53189
  logo: z.ZodOptional<z.ZodString>;
52093
53190
  license: z.ZodOptional<z.ZodString>;
52094
53191
  minGezelVersion: z.ZodOptional<z.ZodString>;
@@ -52613,6 +53710,10 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
52613
53710
  value: z.ZodNumber;
52614
53711
  }, z.core.$strip>], "op">>;
52615
53712
  }, z.core.$strip>>]>>;
53713
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
53714
+ file: z.ZodString;
53715
+ artifact: z.ZodOptional<z.ZodBoolean>;
53716
+ }, z.core.$strip>>>;
52616
53717
  advanceWhen: z.ZodOptional<z.ZodObject<{
52617
53718
  file: z.ZodString;
52618
53719
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -52689,6 +53790,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
52689
53790
  pattern: z.ZodString;
52690
53791
  flags: z.ZodOptional<z.ZodString>;
52691
53792
  label: z.ZodOptional<z.ZodString>;
53793
+ artifact: z.ZodOptional<z.ZodBoolean>;
52692
53794
  }, z.core.$strip>, z.ZodObject<{
52693
53795
  kind: z.ZodLiteral<"unsupportedClaims">;
52694
53796
  file: z.ZodString;
@@ -52749,6 +53851,12 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
52749
53851
  sourcePath: z.ZodOptional<z.ZodString>;
52750
53852
  tools: z.ZodArray<z.ZodString>;
52751
53853
  minSuccessful: z.ZodOptional<z.ZodNumber>;
53854
+ }, z.core.$strip>, z.ZodObject<{
53855
+ kind: z.ZodLiteral<"corpusCoverage">;
53856
+ file: z.ZodString;
53857
+ corpusDir: z.ZodString;
53858
+ reviewedField: z.ZodOptional<z.ZodString>;
53859
+ recordField: z.ZodOptional<z.ZodString>;
52752
53860
  }, z.core.$strip>, z.ZodObject<{
52753
53861
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
52754
53862
  file: z.ZodString;
@@ -52863,6 +53971,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
52863
53971
  pattern: z.ZodString;
52864
53972
  flags: z.ZodOptional<z.ZodString>;
52865
53973
  label: z.ZodOptional<z.ZodString>;
53974
+ artifact: z.ZodOptional<z.ZodBoolean>;
52866
53975
  }, z.core.$strip>, z.ZodObject<{
52867
53976
  kind: z.ZodLiteral<"unsupportedClaims">;
52868
53977
  file: z.ZodString;
@@ -52923,6 +54032,12 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
52923
54032
  sourcePath: z.ZodOptional<z.ZodString>;
52924
54033
  tools: z.ZodArray<z.ZodString>;
52925
54034
  minSuccessful: z.ZodOptional<z.ZodNumber>;
54035
+ }, z.core.$strip>, z.ZodObject<{
54036
+ kind: z.ZodLiteral<"corpusCoverage">;
54037
+ file: z.ZodString;
54038
+ corpusDir: z.ZodString;
54039
+ reviewedField: z.ZodOptional<z.ZodString>;
54040
+ recordField: z.ZodOptional<z.ZodString>;
52926
54041
  }, z.core.$strip>, z.ZodObject<{
52927
54042
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
52928
54043
  file: z.ZodString;
@@ -53151,6 +54266,10 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
53151
54266
  value: z.ZodNumber;
53152
54267
  }, z.core.$strip>], "op">>;
53153
54268
  }, z.core.$strip>>]>>;
54269
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
54270
+ file: z.ZodString;
54271
+ artifact: z.ZodOptional<z.ZodBoolean>;
54272
+ }, z.core.$strip>>>;
53154
54273
  advanceWhen: z.ZodOptional<z.ZodObject<{
53155
54274
  file: z.ZodString;
53156
54275
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -53227,6 +54346,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
53227
54346
  pattern: z.ZodString;
53228
54347
  flags: z.ZodOptional<z.ZodString>;
53229
54348
  label: z.ZodOptional<z.ZodString>;
54349
+ artifact: z.ZodOptional<z.ZodBoolean>;
53230
54350
  }, z.core.$strip>, z.ZodObject<{
53231
54351
  kind: z.ZodLiteral<"unsupportedClaims">;
53232
54352
  file: z.ZodString;
@@ -53287,6 +54407,12 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
53287
54407
  sourcePath: z.ZodOptional<z.ZodString>;
53288
54408
  tools: z.ZodArray<z.ZodString>;
53289
54409
  minSuccessful: z.ZodOptional<z.ZodNumber>;
54410
+ }, z.core.$strip>, z.ZodObject<{
54411
+ kind: z.ZodLiteral<"corpusCoverage">;
54412
+ file: z.ZodString;
54413
+ corpusDir: z.ZodString;
54414
+ reviewedField: z.ZodOptional<z.ZodString>;
54415
+ recordField: z.ZodOptional<z.ZodString>;
53290
54416
  }, z.core.$strip>, z.ZodObject<{
53291
54417
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
53292
54418
  file: z.ZodString;
@@ -53401,6 +54527,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
53401
54527
  pattern: z.ZodString;
53402
54528
  flags: z.ZodOptional<z.ZodString>;
53403
54529
  label: z.ZodOptional<z.ZodString>;
54530
+ artifact: z.ZodOptional<z.ZodBoolean>;
53404
54531
  }, z.core.$strip>, z.ZodObject<{
53405
54532
  kind: z.ZodLiteral<"unsupportedClaims">;
53406
54533
  file: z.ZodString;
@@ -53461,6 +54588,12 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
53461
54588
  sourcePath: z.ZodOptional<z.ZodString>;
53462
54589
  tools: z.ZodArray<z.ZodString>;
53463
54590
  minSuccessful: z.ZodOptional<z.ZodNumber>;
54591
+ }, z.core.$strip>, z.ZodObject<{
54592
+ kind: z.ZodLiteral<"corpusCoverage">;
54593
+ file: z.ZodString;
54594
+ corpusDir: z.ZodString;
54595
+ reviewedField: z.ZodOptional<z.ZodString>;
54596
+ recordField: z.ZodOptional<z.ZodString>;
53464
54597
  }, z.core.$strip>, z.ZodObject<{
53465
54598
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
53466
54599
  file: z.ZodString;
@@ -53739,6 +54872,13 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
53739
54872
  }>;
53740
54873
  configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
53741
54874
  secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
54875
+ setupInstructions: z.ZodOptional<z.ZodObject<{
54876
+ title: z.ZodString;
54877
+ description: z.ZodOptional<z.ZodString>;
54878
+ steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
54879
+ url: z.ZodOptional<z.ZodString>;
54880
+ urlLabel: z.ZodOptional<z.ZodString>;
54881
+ }, z.core.$strip>>;
53742
54882
  source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
53743
54883
  normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
53744
54884
  kind: z.ZodLiteral<"mapping">;
@@ -54088,6 +55228,10 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
54088
55228
  name: z.ZodString;
54089
55229
  url: z.ZodOptional<z.ZodString>;
54090
55230
  }, z.core.$strip>;
55231
+ maker: z.ZodOptional<z.ZodObject<{
55232
+ name: z.ZodString;
55233
+ url: z.ZodOptional<z.ZodString>;
55234
+ }, z.core.$strip>>;
54091
55235
  logo: z.ZodOptional<z.ZodString>;
54092
55236
  license: z.ZodOptional<z.ZodString>;
54093
55237
  minGezelVersion: z.ZodOptional<z.ZodString>;
@@ -54612,6 +55756,10 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
54612
55756
  value: z.ZodNumber;
54613
55757
  }, z.core.$strip>], "op">>;
54614
55758
  }, z.core.$strip>>]>>;
55759
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
55760
+ file: z.ZodString;
55761
+ artifact: z.ZodOptional<z.ZodBoolean>;
55762
+ }, z.core.$strip>>>;
54615
55763
  advanceWhen: z.ZodOptional<z.ZodObject<{
54616
55764
  file: z.ZodString;
54617
55765
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -54688,6 +55836,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
54688
55836
  pattern: z.ZodString;
54689
55837
  flags: z.ZodOptional<z.ZodString>;
54690
55838
  label: z.ZodOptional<z.ZodString>;
55839
+ artifact: z.ZodOptional<z.ZodBoolean>;
54691
55840
  }, z.core.$strip>, z.ZodObject<{
54692
55841
  kind: z.ZodLiteral<"unsupportedClaims">;
54693
55842
  file: z.ZodString;
@@ -54748,6 +55897,12 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
54748
55897
  sourcePath: z.ZodOptional<z.ZodString>;
54749
55898
  tools: z.ZodArray<z.ZodString>;
54750
55899
  minSuccessful: z.ZodOptional<z.ZodNumber>;
55900
+ }, z.core.$strip>, z.ZodObject<{
55901
+ kind: z.ZodLiteral<"corpusCoverage">;
55902
+ file: z.ZodString;
55903
+ corpusDir: z.ZodString;
55904
+ reviewedField: z.ZodOptional<z.ZodString>;
55905
+ recordField: z.ZodOptional<z.ZodString>;
54751
55906
  }, z.core.$strip>, z.ZodObject<{
54752
55907
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
54753
55908
  file: z.ZodString;
@@ -54862,6 +56017,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
54862
56017
  pattern: z.ZodString;
54863
56018
  flags: z.ZodOptional<z.ZodString>;
54864
56019
  label: z.ZodOptional<z.ZodString>;
56020
+ artifact: z.ZodOptional<z.ZodBoolean>;
54865
56021
  }, z.core.$strip>, z.ZodObject<{
54866
56022
  kind: z.ZodLiteral<"unsupportedClaims">;
54867
56023
  file: z.ZodString;
@@ -54922,6 +56078,12 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
54922
56078
  sourcePath: z.ZodOptional<z.ZodString>;
54923
56079
  tools: z.ZodArray<z.ZodString>;
54924
56080
  minSuccessful: z.ZodOptional<z.ZodNumber>;
56081
+ }, z.core.$strip>, z.ZodObject<{
56082
+ kind: z.ZodLiteral<"corpusCoverage">;
56083
+ file: z.ZodString;
56084
+ corpusDir: z.ZodString;
56085
+ reviewedField: z.ZodOptional<z.ZodString>;
56086
+ recordField: z.ZodOptional<z.ZodString>;
54925
56087
  }, z.core.$strip>, z.ZodObject<{
54926
56088
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
54927
56089
  file: z.ZodString;
@@ -55150,6 +56312,10 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
55150
56312
  value: z.ZodNumber;
55151
56313
  }, z.core.$strip>], "op">>;
55152
56314
  }, z.core.$strip>>]>>;
56315
+ consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
56316
+ file: z.ZodString;
56317
+ artifact: z.ZodOptional<z.ZodBoolean>;
56318
+ }, z.core.$strip>>>;
55153
56319
  advanceWhen: z.ZodOptional<z.ZodObject<{
55154
56320
  file: z.ZodString;
55155
56321
  minBytes: z.ZodOptional<z.ZodNumber>;
@@ -55226,6 +56392,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
55226
56392
  pattern: z.ZodString;
55227
56393
  flags: z.ZodOptional<z.ZodString>;
55228
56394
  label: z.ZodOptional<z.ZodString>;
56395
+ artifact: z.ZodOptional<z.ZodBoolean>;
55229
56396
  }, z.core.$strip>, z.ZodObject<{
55230
56397
  kind: z.ZodLiteral<"unsupportedClaims">;
55231
56398
  file: z.ZodString;
@@ -55286,6 +56453,12 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
55286
56453
  sourcePath: z.ZodOptional<z.ZodString>;
55287
56454
  tools: z.ZodArray<z.ZodString>;
55288
56455
  minSuccessful: z.ZodOptional<z.ZodNumber>;
56456
+ }, z.core.$strip>, z.ZodObject<{
56457
+ kind: z.ZodLiteral<"corpusCoverage">;
56458
+ file: z.ZodString;
56459
+ corpusDir: z.ZodString;
56460
+ reviewedField: z.ZodOptional<z.ZodString>;
56461
+ recordField: z.ZodOptional<z.ZodString>;
55289
56462
  }, z.core.$strip>, z.ZodObject<{
55290
56463
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
55291
56464
  file: z.ZodString;
@@ -55400,6 +56573,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
55400
56573
  pattern: z.ZodString;
55401
56574
  flags: z.ZodOptional<z.ZodString>;
55402
56575
  label: z.ZodOptional<z.ZodString>;
56576
+ artifact: z.ZodOptional<z.ZodBoolean>;
55403
56577
  }, z.core.$strip>, z.ZodObject<{
55404
56578
  kind: z.ZodLiteral<"unsupportedClaims">;
55405
56579
  file: z.ZodString;
@@ -55460,6 +56634,12 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
55460
56634
  sourcePath: z.ZodOptional<z.ZodString>;
55461
56635
  tools: z.ZodArray<z.ZodString>;
55462
56636
  minSuccessful: z.ZodOptional<z.ZodNumber>;
56637
+ }, z.core.$strip>, z.ZodObject<{
56638
+ kind: z.ZodLiteral<"corpusCoverage">;
56639
+ file: z.ZodString;
56640
+ corpusDir: z.ZodString;
56641
+ reviewedField: z.ZodOptional<z.ZodString>;
56642
+ recordField: z.ZodOptional<z.ZodString>;
55463
56643
  }, z.core.$strip>, z.ZodObject<{
55464
56644
  kind: z.ZodLiteral<"markdownHeadingsMatch">;
55465
56645
  file: z.ZodString;
@@ -55738,6 +56918,13 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
55738
56918
  }>;
55739
56919
  configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
55740
56920
  secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
56921
+ setupInstructions: z.ZodOptional<z.ZodObject<{
56922
+ title: z.ZodString;
56923
+ description: z.ZodOptional<z.ZodString>;
56924
+ steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
56925
+ url: z.ZodOptional<z.ZodString>;
56926
+ urlLabel: z.ZodOptional<z.ZodString>;
56927
+ }, z.core.$strip>>;
55741
56928
  source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
55742
56929
  normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
55743
56930
  kind: z.ZodLiteral<"mapping">;
@@ -56087,6 +57274,10 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
56087
57274
  name: z.ZodString;
56088
57275
  url: z.ZodOptional<z.ZodString>;
56089
57276
  }, z.core.$strip>;
57277
+ maker: z.ZodOptional<z.ZodObject<{
57278
+ name: z.ZodString;
57279
+ url: z.ZodOptional<z.ZodString>;
57280
+ }, z.core.$strip>>;
56090
57281
  logo: z.ZodOptional<z.ZodString>;
56091
57282
  license: z.ZodOptional<z.ZodString>;
56092
57283
  minGezelVersion: z.ZodOptional<z.ZodString>;
@@ -58150,8 +59341,8 @@ type SuggestedWorkSource = z.infer<typeof SuggestedWorkSourceSchema>;
58150
59341
  * - `dismissed`: virtual and on the project's dismissal list
58151
59342
  */
58152
59343
  declare const SuggestedWorkStateSchema: z.ZodEnum<{
58153
- paused: "paused";
58154
59344
  enabled: "enabled";
59345
+ paused: "paused";
58155
59346
  suggested: "suggested";
58156
59347
  dismissed: "dismissed";
58157
59348
  }>;
@@ -58186,8 +59377,8 @@ declare const SuggestedWorkItemSchema: z.ZodObject<{
58186
59377
  paramSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
58187
59378
  params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
58188
59379
  state: z.ZodEnum<{
58189
- paused: "paused";
58190
59380
  enabled: "enabled";
59381
+ paused: "paused";
58191
59382
  suggested: "suggested";
58192
59383
  dismissed: "dismissed";
58193
59384
  }>;
@@ -58227,8 +59418,8 @@ declare const SuggestedWorkResponseSchema: z.ZodObject<{
58227
59418
  paramSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
58228
59419
  params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
58229
59420
  state: z.ZodEnum<{
58230
- paused: "paused";
58231
59421
  enabled: "enabled";
59422
+ paused: "paused";
58232
59423
  suggested: "suggested";
58233
59424
  dismissed: "dismissed";
58234
59425
  }>;
@@ -60321,4 +61512,4 @@ declare const HandboekHowDoIResponseSchema: z.ZodObject<{
60321
61512
  }, z.core.$strip>;
60322
61513
  type HandboekHowDoIResponse = z.infer<typeof HandboekHowDoIResponseSchema>;
60323
61514
 
60324
- export { ApplyProjectTypeRequestSchema as $, type AdvanceWhen as A, validateCraftbookGraph as A$, WorkspaceEditResponseSchema as A0, type WorkspaceIndexMeta as A1, WorkspaceIndexMetaSchema as A2, type WorkspaceIndexStatus as A3, WorkspaceIndexStatusSchema as A4, type WorkspaceInstructionIndex as A5, WorkspaceInstructionIndexSchema as A6, type WorkspaceReadFileError as A7, WorkspaceReadFileErrorSchema as A8, type WorkspaceReadFileRequest as A9, isSemver as AA, isValidNpmPackageName as AB, isValidNpmRegistryVersion as AC, levelForXp as AD, modelFitnessKey as AE, normalizeCodexPermissionMode as AF, normalizeScriptRefs as AG, normalizeStepGate as AH, parseCraftbookTestSpec as AI, parseTaskRef as AJ, profileKind as AK, projectAllowsAmbientWork as AL, removeStepAndCleanEdges as AM, reorderStepsArray as AN, resolveProfileChain as AO, resolveProjectTypeId as AP, resolveSteps as AQ, slugifyStepId as AR, spawnsChildren as AS, stepInsertionIndex as AT, taskRef as AU, tierAtLeast as AV, tierRank as AW, uniqueStepId as AX, unmetConnectors as AY, unmetCraftbookRequirements as AZ, unmetToolsets as A_, WorkspaceReadFileRequestSchema as Aa, type WorkspaceReadFileResult as Ab, WorkspaceReadFileResultSchema as Ac, type WorkspaceReadFileSuccess as Ad, WorkspaceReadFileSuccessSchema as Ae, type WorkspaceSkillIndex as Af, WorkspaceSkillIndexSchema as Ag, type WriteDocumentRequest as Ah, WriteDocumentRequestSchema as Ai, type XtcSamplerConfig as Aj, XtcSamplerSchema as Ak, applyStepPatch as Al, assertCraftbookGraph as Am, compareSemver as An, craftbookRequirementsMet as Ao, credentialCapabilityName as Ap, formatNpmRegistrySpec as Aq, formatReviewProvenance as Ar, gateEdgeTargets as As, isCredentialCapability as At, isDraftTask as Au, isKnownProfileId as Av, isLegacyGateSpec as Aw, isNightShiftTask as Ax, isPendingNightShiftTask as Ay, isScheduleHost as Az, type AdoptedTraitRecord as B, validateCraftbookScriptRefs as B0, validateScriptInput as B1, xpForLevel as B2, type CompassRegion as C, DeliverableKindSchema as D, AdoptedTraitRecordSchema as E, type FileContextResponse as F, type GezelConfig as G, AdvanceWhenSchema as H, type AnswerQuestionRequest as I, AnswerQuestionRequestSchema as J, type AppendTaskNoteRequest as K, AppendTaskNoteRequestSchema as L, type MapDistrict as M, type NewCraftbookStep as N, type Outcome as O, type Project as P, type AppendTaskNoteResponse as Q, type Rect as R, type ScriptInputField as S, type ToolsetRuntime as T, AppendTaskNoteResponseSchema as U, type VillageAnchor as V, type AppliedProjectType as W, AppliedProjectTypeSchema as X, type ApplyPatchToProjectWorkspaceFileRequest as Y, ApplyPatchToProjectWorkspaceFileRequestSchema as Z, type ApplyProjectTypeRequest as _, type VillageOverride as a, type CatalogItemManifest as a$, type ArchiveEntry as a0, ArchiveEntrySchema as a1, type ArchiveExtractRequest as a2, ArchiveExtractRequestSchema as a3, type ArchiveExtractResponse as a4, ArchiveExtractResponseSchema as a5, type ArchiveListRequest as a6, ArchiveListRequestSchema as a7, type ArchiveListResponse as a8, ArchiveListResponseSchema as a9, type AudioVoice as aA, AudioVoiceSchema as aB, type BehaviorEntry as aC, BehaviorEntrySchema as aD, type BehaviorId as aE, BehaviorIdSchema as aF, type BinaryDocumentCheck as aG, BinaryDocumentCheckSchema as aH, type BoekwachterIssue as aI, type BoekwachterIssueDismissalReason as aJ, BoekwachterIssueDismissalReasonSchema as aK, BoekwachterIssueSchema as aL, type BoekwachterIssueStatus as aM, BoekwachterIssueStatusSchema as aN, CANONICAL_PROFILES as aO, CRAFTBOOK_ROLE_META as aP, CRAFTBOOK_SCRIPTS_MAX_COUNT as aQ, CRAFTBOOK_SCRIPTS_TOTAL_MAX_BYTES as aR, CRAFTBOOK_SCRIPT_MAX_BYTES as aS, CRAFTBOOK_TEST_FILENAME as aT, CRAFTBOOK_TEST_SCHEMA_VERSION as aU, type CancelCodeReviewResponse as aV, CancelCodeReviewResponseSchema as aW, type CatalogItemDetail as aX, CatalogItemDetailSchema as aY, type CatalogItemIdentity as aZ, CatalogItemIdentitySchema as a_, type ArgSpec as aa, ArgSpecSchema as ab, type AskQuestionRequest as ac, AskQuestionRequestSchema as ad, type AskQuestionResponse as ae, AskQuestionResponseSchema as af, type AudioCatalogModel as ag, AudioCatalogModelSchema as ah, type AudioEngineHealth as ai, AudioEngineHealthSchema as aj, type AudioEngineStatusResponse as ak, AudioEngineStatusResponseSchema as al, type AudioModelPullEvent as am, AudioModelPullEventSchema as an, type AudioSynthesizeMeta as ao, AudioSynthesizeMetaSchema as ap, type AudioSynthesizeRequest as aq, AudioSynthesizeRequestSchema as ar, type AudioSynthesizeResponse as as, AudioSynthesizeResponseSchema as at, type AudioTranscribeRequest as au, AudioTranscribeRequestSchema as av, type AudioTranscribeResponse as aw, AudioTranscribeResponseSchema as ax, type AudioTranscribeSegment as ay, AudioTranscribeSegmentSchema as az, type MapStreet as b, type CommandApprovalInputFile as b$, CatalogItemManifestSchema as b0, type CatalogItemSummary as b1, CatalogItemSummarySchema as b2, type CatalogItemVersionInfo as b3, CatalogItemVersionInfoSchema as b4, type CatalogKind as b5, CatalogKindSchema as b6, type ChannelName as b7, ChannelNameSchema as b8, type ChannelStatus as b9, ChatSessionSchema as bA, type ChatSessionSummary as bB, ChatSessionSummarySchema as bC, ClaudePermissionModeSchema as bD, type CodeReview as bE, type CodeReviewKind as bF, CodeReviewKindSchema as bG, type CodeReviewManifest as bH, CodeReviewManifestSchema as bI, type CodeReviewRecord as bJ, CodeReviewRecordSchema as bK, type CodeReviewResponse as bL, CodeReviewResponseSchema as bM, CodeReviewSchema as bN, type CodeReviewStatus as bO, CodeReviewStatusSchema as bP, type CodeSymbol as bQ, CodeSymbolSchema as bR, type CodexPermissionModeCompat as bS, CodexPermissionModeCompatSchema as bT, CodexPermissionModeSchema as bU, type CodexSetupModelOption as bV, CodexSetupModelOptionSchema as bW, type CodexSetupState as bX, CodexSetupStateSchema as bY, type CodexSetupStatusResponse as bZ, CodexSetupStatusResponseSchema as b_, ChannelStatusSchema as ba, type ChannelsConfig as bb, ChannelsConfigSchema as bc, type ChatHistoryResponse as bd, ChatHistoryResponseSchema as be, type ChatModelCategory as bf, ChatModelCategorySchema as bg, type ChatModelDs4Source as bh, ChatModelDs4SourceSchema as bi, type ChatModelIdentity as bj, ChatModelIdentitySchema as bk, type ChatModelLlamaCppSource as bl, ChatModelLlamaCppSourceSchema as bm, type ChatModelManifest as bn, ChatModelManifestSchema as bo, type ChatModelMlxSource as bp, ChatModelMlxSourceSchema as bq, type ChatModelOllamaSource as br, ChatModelOllamaSourceSchema as bs, type ChatModelTuning as bt, type ChatModelTuningBase as bu, ChatModelTuningBaseSchema as bv, ChatModelTuningSchema as bw, type ChatModelVersionManifest as bx, ChatModelVersionManifestSchema as by, type ChatSession as bz, type MapPlaza as c, type CraftbookTestCheck as c$, CommandApprovalInputFileSchema as c0, type CommandApprovalIntent as c1, CommandApprovalIntentSchema as c2, type CommandApprovalScope as c3, CommandApprovalScopeSchema as c4, type CommandShape as c5, CommandShapeSchema as c6, CompassRegionSchema as c7, type CompleteStepGateInfo as c8, CompleteStepGateInfoSchema as c9, type CraftbookConnectorNeed as cA, CraftbookConnectorNeedSchema as cB, type CraftbookRequirement as cC, type CraftbookRequirementContext as cD, CraftbookRequirementSchema as cE, type CraftbookResponse as cF, CraftbookResponseSchema as cG, type CraftbookRole as cH, CraftbookRoleSchema as cI, type CraftbookRunModes as cJ, CraftbookRunModesSchema as cK, CraftbookSchema as cL, type CraftbookScripts as cM, CraftbookScriptsSchema as cN, type CraftbookSpawn as cO, CraftbookSpawnSchema as cP, CraftbookStepSchema as cQ, type CraftbookSuggestion as cR, CraftbookSuggestionSchema as cS, type CraftbookSummary as cT, CraftbookSummarySchema as cU, type CraftbookTemplateIdentity as cV, CraftbookTemplateIdentitySchema as cW, type CraftbookTemplateManifest as cX, CraftbookTemplateManifestSchema as cY, type CraftbookTemplateVersionManifest as cZ, CraftbookTemplateVersionManifestSchema as c_, type CompleteStepRequest as ca, CompleteStepRequestSchema as cb, type CompleteStepResponse as cc, CompleteStepResponseSchema as cd, type ConfigureCodexRequest as ce, ConfigureCodexRequestSchema as cf, type ConnectorTypeIdentity as cg, ConnectorTypeIdentitySchema as ch, type ConnectorTypeManifest as ci, ConnectorTypeManifestSchema as cj, type ConnectorTypeVersionManifest as ck, ConnectorTypeVersionManifestSchema as cl, type CopilotAvailability as cm, CopilotAvailabilitySchema as cn, type CopilotLoginEvent as co, CopilotLoginEventSchema as cp, type CopyArtifactToWorkspaceRequest as cq, CopyArtifactToWorkspaceRequestSchema as cr, type CopyArtifactToWorkspaceResponse as cs, CopyArtifactToWorkspaceResponseSchema as ct, type CosmeticProposal as cu, CosmeticProposalSchema as cv, type CraftbookBasedOn as cw, CraftbookBasedOnSchema as cx, type CraftbookBranch as cy, CraftbookBranchSchema as cz, type MapBuilding as d, type DeviceSafetyPolicyConfig as d$, CraftbookTestCheckSchema as d0, type CraftbookTestDeliverable as d1, CraftbookTestDeliverableSchema as d2, type CraftbookTestFixtureFile as d3, CraftbookTestFixtureFileSchema as d4, type CraftbookTestHistoryExpectation as d5, CraftbookTestHistoryExpectationSchema as d6, type CraftbookTestMockExpectation as d7, CraftbookTestMockExpectationSchema as d8, type CraftbookTestRubric as d9, type CreateScriptRequest as dA, CreateScriptRequestSchema as dB, type CreateScriptResponse as dC, CreateScriptResponseSchema as dD, type CreateTaskRequest as dE, CreateTaskRequestSchema as dF, type CreateTypedProjectRequest as dG, CreateTypedProjectRequestSchema as dH, type CreateTypedProjectResponse as dI, CreateTypedProjectResponseSchema as dJ, CredentialCapabilitySchema as dK, type CustomMcpImportWarning as dL, CustomMcpImportWarningSchema as dM, DEFAULT_LOCAL_ENGINE_IDLE_TIMEOUT_MS as dN, DEFAULT_TUNING_PROFILE_ID as dO, type DeclineGrowthLevelUpRequest as dP, DeclineGrowthLevelUpRequestSchema as dQ, type DeclinedProposalRecord as dR, DeclinedProposalRecordSchema as dS, type DelegateSecurityFindingRequest as dT, DelegateSecurityFindingRequestSchema as dU, type DelegateSecurityFindingResponse as dV, DelegateSecurityFindingResponseSchema as dW, type DescribeFolderRequest as dX, DescribeFolderRequestSchema as dY, type DescribeFolderResponse as dZ, DescribeFolderResponseSchema as d_, CraftbookTestRubricSchema as da, type CraftbookTestSetup as db, CraftbookTestSetupSchema as dc, type CraftbookTestSpec as dd, CraftbookTestSpecSchema as de, type CraftbookTestSuccess as df, CraftbookTestSuccessSchema as dg, type CraftbookTestWorker as dh, CraftbookTestWorkerSchema as di, type CraftbookToolsetNeed as dj, CraftbookToolsetNeedSchema as dk, type CreateChatSessionRequest as dl, CreateChatSessionRequestSchema as dm, type CreateCraftbookRequest as dn, CreateCraftbookRequestSchema as dp, type CreateDocumentFolderRequest as dq, CreateDocumentFolderRequestSchema as dr, type CreateGezelRequest as ds, CreateGezelRequestSchema as dt, type CreatePreviewCapabilityRequest as du, CreatePreviewCapabilityRequestSchema as dv, type CreatePreviewCapabilityResponse as dw, CreatePreviewCapabilityResponseSchema as dx, type CreateProjectRequest as dy, CreateProjectRequestSchema as dz, type ScriptOutputField as e, type FetchUrlResponse as e$, DeviceSafetyPolicySchema as e0, type DiffFilesRequest as e1, DiffFilesRequestSchema as e2, type DiffFilesResponse as e3, DiffFilesResponseSchema as e4, type DisableSuggestedWorkRequest as e5, DisableSuggestedWorkRequestSchema as e6, type DiscoveredCommand as e7, DiscoveredCommandSchema as e8, type DiscoveredInstruction as e9, EngineConfigSchema as eA, type EnsureGezelRequest as eB, EnsureGezelRequestSchema as eC, type EnsureGezelResponse as eD, EnsureGezelResponseSchema as eE, type Entity as eF, type EntityId as eG, EntityIdSchema as eH, EntitySchema as eI, type ErrorResponse as eJ, ErrorResponseSchema as eK, type EvalHints as eL, EvalHintsSchema as eM, type ExpectedDeliverable as eN, ExpectedDeliverableSchema as eO, type ExternalFolders as eP, ExternalFoldersSchema as eQ, type FetchDiffRequest as eR, FetchDiffRequestSchema as eS, type FetchDiffResponse as eT, FetchDiffResponseSchema as eU, type FetchRepoRequest as eV, FetchRepoRequestSchema as eW, type FetchRepoResponse as eX, FetchRepoResponseSchema as eY, type FetchUrlRequest as eZ, FetchUrlRequestSchema as e_, DiscoveredInstructionSchema as ea, type DiscoveredSkill as eb, DiscoveredSkillSchema as ec, type DismissSuggestedWorkRequest as ed, DismissSuggestedWorkRequestSchema as ee, type DocumentExportOptions as ef, DocumentExportOptionsSchema as eg, type DocumentMediaExportRequest as eh, DocumentMediaExportRequestSchema as ei, type DocumentMediaExportSource as ej, DocumentMediaExportSourceSchema as ek, type DocumentSearchResult as el, DocumentSearchResultSchema as em, type DraftScriptRequest as en, DraftScriptRequestSchema as eo, type DraftScriptResponse as ep, DraftScriptResponseSchema as eq, type DriveIndexEnrichmentRequest as er, DriveIndexEnrichmentRequestSchema as es, type DriveIndexEnrichmentResponse as et, DriveIndexEnrichmentResponseSchema as eu, type DrySamplerConfig as ev, DrySamplerSchema as ew, type EnableSuggestedWorkRequest as ex, EnableSuggestedWorkRequestSchema as ey, type EngineConfig as ez, type ScriptMeta as f, GenerateGezelAboutRequestSchema as f$, FetchUrlResponseSchema as f0, type FileContextFinding as f1, FileContextFindingSchema as f2, type FileContextImporter as f3, FileContextImporterSchema as f4, type FileContextRequest as f5, FileContextRequestSchema as f6, FileContextResponseSchema as f7, type FileMapRequest as f8, FileMapRequestSchema as f9, type FindReferencesResponse as fA, FindReferencesResponseSchema as fB, type FindSimilarImagesRequest as fC, FindSimilarImagesRequestSchema as fD, type FindSimilarImagesResponse as fE, FindSimilarImagesResponseSchema as fF, type FindSymbolRequest as fG, FindSymbolRequestSchema as fH, type FindSymbolResponse as fI, FindSymbolResponseSchema as fJ, type FitnessCheck as fK, FitnessCheckSchema as fL, type FixBoekwachterIssueRequest as fM, FixBoekwachterIssueRequestSchema as fN, type FixBoekwachterIssueResponse as fO, FixBoekwachterIssueResponseSchema as fP, type FlagSpec as fQ, FlagSpecSchema as fR, GATE_DEFAULT_MAX_ATTEMPTS as fS, type GateAttemptRecord as fT, GateCheckSchema as fU, GateScriptRefSchema as fV, type GateScriptResult as fW, GateScriptResultSchema as fX, type GateSpec as fY, GateSpecSchema as fZ, type GenerateGezelAboutRequest as f_, type FileMapResponse as fa, FileMapResponseSchema as fb, type FileMapScope as fc, FileMapScopeSchema as fd, type FileReviewIssue as fe, FileReviewIssueSchema as ff, type FileReviewIssueSeverity as fg, FileReviewIssueSeveritySchema as fh, type FileReviewReply as fi, FileReviewReplySchema as fj, type FileReviewRequest as fk, FileReviewRequestSchema as fl, type FileReviewResponse as fm, FileReviewResponseSchema as fn, type FileReviewWire as fo, FileReviewWireSchema as fp, type FindEntityRequest as fq, FindEntityRequestSchema as fr, type FindEntityResponse as fs, FindEntityResponseSchema as ft, type FindFilesRequest as fu, FindFilesRequestSchema as fv, type FindFilesResponse as fw, FindFilesResponseSchema as fx, type FindReferencesRequest as fy, FindReferencesRequestSchema as fz, type SecurityPolicy as g, GitCommitResponseSchema as g$, type GenerateGezelIconRequest as g0, GenerateGezelIconRequestSchema as g1, type GetBoekwachterIssueRequest as g2, GetBoekwachterIssueRequestSchema as g3, type GetBoekwachterIssueResponse as g4, GetBoekwachterIssueResponseSchema as g5, type GetScriptSourceResponse as g6, GetScriptSourceResponseSchema as g7, GezelConfigSchema as g8, type GezelGrowthResponse as g9, type GildeUpdateCheckOutcome as gA, GildeUpdateCheckOutcomeSchema as gB, type GildeUpdateCheckResult as gC, GildeUpdateCheckResultSchema as gD, type GildeUpdateStatusResponse as gE, GildeUpdateStatusResponseSchema as gF, type GitAbandonMergeResponse as gG, GitAbandonMergeResponseSchema as gH, type GitAiMergeRequest as gI, GitAiMergeRequestSchema as gJ, type GitAiMergeResponse as gK, GitAiMergeResponseSchema as gL, type GitBranchSwitchRequest as gM, GitBranchSwitchRequestSchema as gN, type GitBranchesResponse as gO, GitBranchesResponseSchema as gP, type GitChangeKind as gQ, GitChangeKindSchema as gR, type GitChangesResponse as gS, GitChangesResponseSchema as gT, type GitCloneResponse as gU, GitCloneResponseSchema as gV, type GitCommitDetailResponse as gW, GitCommitDetailResponseSchema as gX, type GitCommitRequest as gY, GitCommitRequestSchema as gZ, type GitCommitResponse as g_, GezelGrowthResponseSchema as ga, type GezelGrowthState as gb, GezelGrowthStateSchema as gc, type GezelGrowthSummary as gd, GezelGrowthSummarySchema as ge, GezelIconHistoryEntrySchema as gf, type GezelIconHistoryResponse as gg, GezelIconHistoryResponseSchema as gh, type GezelResponse as gi, GezelResponseSchema as gj, type GezelTemplateIdentity as gk, GezelTemplateIdentitySchema as gl, type GezelTemplateManifest as gm, GezelTemplateManifestSchema as gn, type GezelTemplateVersionManifest as go, GezelTemplateVersionManifestSchema as gp, type GezmodelBundleManifest as gq, GezmodelBundleManifestSchema as gr, type GezmodelEngine as gs, GezmodelEngineSchema as gt, type GezmodelFile as gu, GezmodelFileSchema as gv, type GezmodelImportReview as gw, GezmodelImportReviewSchema as gx, type GezmodelLicense as gy, GezmodelLicenseSchema as gz, type ProjectManagedWorkspaceWritePolicy as h, type GitLogResponse as h$, type GitCompleteMergeRequest as h0, GitCompleteMergeRequestSchema as h1, type GitCompleteMergeResponse as h2, GitCompleteMergeResponseSchema as h3, type GitConflictFile as h4, GitConflictFileSchema as h5, type GitConflictKind as h6, GitConflictKindSchema as h7, type GitConflictVersionsResponse as h8, GitConflictVersionsResponseSchema as h9, GitHubLoginPollRequestSchema as hA, type GitHubLoginPollResponse as hB, GitHubLoginPollResponseSchema as hC, type GitHubLoginStartResponse as hD, GitHubLoginStartResponseSchema as hE, type GitHubPullComment as hF, GitHubPullCommentSchema as hG, type GitHubPullDetail as hH, GitHubPullDetailSchema as hI, type GitHubPullDiffResponse as hJ, GitHubPullDiffResponseSchema as hK, type GitHubPullFile as hL, GitHubPullFileSchema as hM, type GitHubPullSummary as hN, GitHubPullSummarySchema as hO, type GitHubRepoPreviewRequest as hP, GitHubRepoPreviewRequestSchema as hQ, type GitHubRepoPreviewResponse as hR, GitHubRepoPreviewResponseSchema as hS, type GitHubRepoSummary as hT, GitHubRepoSummarySchema as hU, type GitHubReposResponse as hV, GitHubReposResponseSchema as hW, type GitHubWorkflowRun as hX, GitHubWorkflowRunSchema as hY, type GitLogEntry as hZ, GitLogEntrySchema as h_, type GitDiscardRequest as ha, GitDiscardRequestSchema as hb, type GitDiscardResponse as hc, GitDiscardResponseSchema as hd, type GitFetchResponse as he, GitFetchResponseSchema as hf, type GitFileDiffResponse as hg, GitFileDiffResponseSchema as hh, type GitHubAuthMeta as hi, GitHubAuthMetaSchema as hj, type GitHubCheckStatusResponse as hk, GitHubCheckStatusResponseSchema as hl, type GitHubCreateCommentRequest as hm, GitHubCreateCommentRequestSchema as hn, type GitHubCreateCommentResponse as ho, GitHubCreateCommentResponseSchema as hp, type GitHubCreatePullRequest as hq, GitHubCreatePullRequestSchema as hr, type GitHubCreatePullResponse as hs, GitHubCreatePullResponseSchema as ht, type GitHubCredentialSource as hu, type GitHubIdentity as hv, type GitHubIdentityResponse as hw, GitHubIdentityResponseSchema as hx, GitHubIdentitySchema as hy, type GitHubLoginPollRequest as hz, type CodexPermissionMode as i, type GithubCreatePullResponse as i$, GitLogResponseSchema as i0, type GitMergeStateResponse as i1, GitMergeStateResponseSchema as i2, type GitPushResponse as i3, GitPushResponseSchema as i4, type GitResolveConflictRequest as i5, GitResolveConflictRequestSchema as i6, type GitResolveConflictResponse as i7, GitResolveConflictResponseSchema as i8, type GitStatusResponse as i9, GithubChangesResponseSchema as iA, type GithubCheckStatusResponse as iB, GithubCheckStatusResponseSchema as iC, type GithubCloneResponse as iD, GithubCloneResponseSchema as iE, type GithubCommitDetailResponse as iF, GithubCommitDetailResponseSchema as iG, type GithubCommitRequest as iH, GithubCommitRequestSchema as iI, type GithubCommitResponse as iJ, GithubCommitResponseSchema as iK, type GithubCompleteMergeRequest as iL, GithubCompleteMergeRequestSchema as iM, type GithubCompleteMergeResponse as iN, GithubCompleteMergeResponseSchema as iO, type GithubConflictFile as iP, GithubConflictFileSchema as iQ, type GithubConflictKind as iR, GithubConflictKindSchema as iS, type GithubConflictVersionsResponse as iT, GithubConflictVersionsResponseSchema as iU, type GithubCreateCommentRequest as iV, GithubCreateCommentRequestSchema as iW, type GithubCreateCommentResponse as iX, GithubCreateCommentResponseSchema as iY, type GithubCreatePullRequest as iZ, GithubCreatePullRequestSchema as i_, GitStatusResponseSchema as ia, type GitSuggestMessageResponse as ib, GitSuggestMessageResponseSchema as ic, type GitSyncResponse as id, GitSyncResponseSchema as ie, type GitSyncState as ig, GitSyncStateSchema as ih, type GitWorkingChange as ii, GitWorkingChangeSchema as ij, type GithubAbandonMergeResponse as ik, GithubAbandonMergeResponseSchema as il, type GithubAiMergeRequest as im, GithubAiMergeRequestSchema as io, type GithubAiMergeResponse as ip, GithubAiMergeResponseSchema as iq, type GithubAuthMeta as ir, GithubAuthMetaSchema as is, type GithubBranchSwitchRequest as it, GithubBranchSwitchRequestSchema as iu, type GithubBranchesResponse as iv, GithubBranchesResponseSchema as iw, type GithubChangeKind as ix, GithubChangeKindSchema as iy, type GithubChangesResponse as iz, type ClaudePermissionMode as j, GpuProcessMemorySchema as j$, GithubCreatePullResponseSchema as j0, type GithubCredentialSource as j1, type GithubDiscardRequest as j2, GithubDiscardRequestSchema as j3, type GithubDiscardResponse as j4, GithubDiscardResponseSchema as j5, type GithubFetchResponse as j6, GithubFetchResponseSchema as j7, type GithubFileDiffResponse as j8, GithubFileDiffResponseSchema as j9, type GithubPushResponse as jA, GithubPushResponseSchema as jB, type GithubRepoPreviewRequest as jC, GithubRepoPreviewRequestSchema as jD, type GithubRepoPreviewResponse as jE, GithubRepoPreviewResponseSchema as jF, type GithubRepoSummary as jG, GithubRepoSummarySchema as jH, type GithubReposResponse as jI, GithubReposResponseSchema as jJ, type GithubResolveConflictRequest as jK, GithubResolveConflictRequestSchema as jL, type GithubResolveConflictResponse as jM, GithubResolveConflictResponseSchema as jN, type GithubStatusResponse as jO, GithubStatusResponseSchema as jP, type GithubSuggestMessageResponse as jQ, GithubSuggestMessageResponseSchema as jR, type GithubSyncResponse as jS, GithubSyncResponseSchema as jT, type GithubSyncState as jU, GithubSyncStateSchema as jV, type GithubWorkflowRun as jW, GithubWorkflowRunSchema as jX, type GithubWorkingChange as jY, GithubWorkingChangeSchema as jZ, type GpuProcessMemory as j_, type GithubIdentity as ja, type GithubIdentityResponse as jb, GithubIdentityResponseSchema as jc, GithubIdentitySchema as jd, type GithubLogEntry as je, GithubLogEntrySchema as jf, type GithubLogResponse as jg, GithubLogResponseSchema as jh, type GithubLoginPollRequest as ji, GithubLoginPollRequestSchema as jj, type GithubLoginPollResponse as jk, GithubLoginPollResponseSchema as jl, type GithubLoginStartResponse as jm, GithubLoginStartResponseSchema as jn, type GithubMergeStateResponse as jo, GithubMergeStateResponseSchema as jp, type GithubPullComment as jq, GithubPullCommentSchema as jr, type GithubPullDetail as js, GithubPullDetailSchema as jt, type GithubPullDiffResponse as ju, GithubPullDiffResponseSchema as jv, type GithubPullFile as jw, GithubPullFileSchema as jx, type GithubPullSummary as jy, GithubPullSummarySchema as jz, type SystemDiagnostics as k, ImageEngineStatusResponseSchema as k$, type GpuProcessOwner as k0, GpuProcessOwnerSchema as k1, type GrepArtifactRequest as k2, GrepArtifactRequestSchema as k3, type GrepArtifactResponse as k4, GrepArtifactResponseSchema as k5, type GrowthEvidence as k6, GrowthEvidenceSchema as k7, type GrowthProposal as k8, GrowthProposalSchema as k9, type HandboekTocSubcategory as kA, HandboekTocSubcategorySchema as kB, type HealthResponse as kC, HealthResponseSchema as kD, type HistoryEntry as kE, HistoryEntrySchema as kF, type HistoryEvent as kG, HistoryEventEntrySchema as kH, type HistoryEventKind as kI, HistoryEventKindSchema as kJ, HistoryEventSchema as kK, type HistoryFilter as kL, HistoryFilterSchema as kM, type HistorySessionEntry as kN, HistorySessionEntrySchema as kO, type HookDecision as kP, HookDecisionSchema as kQ, type HookPhase as kR, HookPhaseSchema as kS, type HookResult as kT, HookResultSchema as kU, type HookSpec as kV, HookSpecSchema as kW, type HtmlLayer as kX, HtmlLayerSchema as kY, HttpsOriginSchema as kZ, type ImageEngineStatusResponse as k_, type GrowthSignals as ka, GrowthSignalsSchema as kb, type GzelBundleItem as kc, GzelBundleItemSchema as kd, type GzelBundleManifest as ke, GzelBundleManifestSchema as kf, type HandboekArea as kg, HandboekAreaSchema as kh, type HandboekArticle as ki, HandboekArticleSchema as kj, type HandboekFigure as kk, HandboekFigureSchema as kl, type HandboekHowDoIResponse as km, HandboekHowDoIResponseSchema as kn, type HandboekNarrationResponse as ko, HandboekNarrationResponseSchema as kp, type HandboekNarrationSegment as kq, HandboekNarrationSegmentSchema as kr, type HandboekRenderMode as ks, HandboekRenderModeSchema as kt, type HandboekToc as ku, type HandboekTocArea as kv, HandboekTocAreaSchema as kw, type HandboekTocEntry as kx, HandboekTocEntrySchema as ky, HandboekTocSchema as kz, type ModelFitnessRecord as l, InstalledVideoModelSchema as l$, type ImageExif as l0, ImageExifSchema as l1, type ImageGenerationApprovalIntent as l2, ImageGenerationApprovalIntentSchema as l3, type ImageGenerationMeta as l4, ImageGenerationMetaSchema as l5, type ImageGenerationRequest as l6, ImageGenerationRequestSchema as l7, type ImageGenerationResponse as l8, ImageGenerationResponseSchema as l9, type ImportCustomMcpConfigResponse as lA, ImportCustomMcpConfigResponseSchema as lB, type ImportProvenance as lC, ImportProvenanceSchema as lD, type ImportedAboutProvenance as lE, ImportedAboutProvenanceSchema as lF, type ImportedCraftbookProvenance as lG, ImportedCraftbookProvenanceSchema as lH, type ImportedGezelProvenance as lI, ImportedGezelProvenanceSchema as lJ, type InsertAtMarkerInProjectWorkspaceFileRequest as lK, InsertAtMarkerInProjectWorkspaceFileRequestSchema as lL, type InstallPackageRequest as lM, InstallPackageRequestSchema as lN, type InstallPackageResponse as lO, InstallPackageResponseSchema as lP, type InstalledAudioModel as lQ, InstalledAudioModelSchema as lR, type InstalledImageModel as lS, InstalledImageModelSchema as lT, type InstalledPackage as lU, InstalledPackageSchema as lV, type InstalledRecognitionModel as lW, InstalledRecognitionModelSchema as lX, type InstalledToolset as lY, InstalledToolsetSchema as lZ, type InstalledVideoModel as l_, type ImageInputSource as la, ImageInputSourceSchema as lb, type ImageLayer as lc, ImageLayerSchema as ld, type ImageModelAuxiliaryFile as le, ImageModelAuxiliaryFileSchema as lf, type ImageModelAuxiliaryRole as lg, ImageModelAuxiliaryRoleSchema as lh, type ImageModelCategory as li, ImageModelCategorySchema as lj, type ImageModelHardwareTier as lk, ImageModelHardwareTierSchema as ll, type ImageModelIdentity as lm, ImageModelIdentitySchema as ln, type ImageModelManifest as lo, ImageModelManifestSchema as lp, type ImageModelPullEvent as lq, ImageModelPullEventSchema as lr, type ImageModelVersionManifest as ls, ImageModelVersionManifestSchema as lt, type ImageRecognition as lu, ImageRecognitionSchema as lv, type ImageStaticMeta as lw, ImageStaticMetaSchema as lx, type ImportCustomMcpConfigRequest as ly, ImportCustomMcpConfigRequestSchema as lz, type GateScriptRef as m, ListEntityMentionsResponseSchema as m$, type InstructionMergeMode as m0, InstructionMergeModeSchema as m1, type InstructionSourceFile as m2, InstructionSourceFileSchema as m3, type InterruptSessionRequest as m4, InterruptSessionRequestSchema as m5, type InvokePageToolRequest as m6, InvokePageToolRequestSchema as m7, type InvokePageToolResponse as m8, InvokePageToolResponseSchema as m9, LegacyCodexPermissionModeSchema as mA, type LicenseClass as mB, LicenseClassSchema as mC, LicenseMetaShape as mD, type ListActiveImagePullsResponse as mE, ListActiveImagePullsResponseSchema as mF, type ListActiveVideoPullsResponse as mG, ListActiveVideoPullsResponseSchema as mH, type ListAudioCatalogResponse as mI, ListAudioCatalogResponseSchema as mJ, type ListAudioVoicesResponse as mK, ListAudioVoicesResponseSchema as mL, type ListCatalogItemVersionsResponse as mM, ListCatalogItemVersionsResponseSchema as mN, type ListCatalogItemsResponse as mO, ListCatalogItemsResponseSchema as mP, type ListChatSessionsResponse as mQ, ListChatSessionsResponseSchema as mR, type ListCodeReviewsResponse as mS, ListCodeReviewsResponseSchema as mT, type ListCraftbooksResponse as mU, ListCraftbooksResponseSchema as mV, type ListDependenciesResponse as mW, ListDependenciesResponseSchema as mX, type ListEntityMentionsRequest as mY, ListEntityMentionsRequestSchema as mZ, type ListEntityMentionsResponse as m_, type InvokeSessionToolRequest as ma, InvokeSessionToolRequestSchema as mb, type InvokeSessionToolResponse as mc, InvokeSessionToolResponseSchema as md, KNOWN_PROFILE_IDS as me, type KeurmeesterAction as mf, KeurmeesterActionSchema as mg, type KeurmeesterCaseClosed as mh, KeurmeesterCaseClosedSchema as mi, type KeurmeesterCaseOpened as mj, KeurmeesterCaseOpenedSchema as mk, type KeurmeesterCaseOutcome as ml, KeurmeesterCaseOutcomeSchema as mm, type KeurmeesterCaseRecord as mn, KeurmeesterCaseRecordSchema as mo, type KeurmeesterFailureClass as mp, KeurmeesterFailureClassSchema as mq, type KeurmeesterTriggerKind as mr, KeurmeesterTriggerKindSchema as ms, type KeurmeesterVerdict as mt, KeurmeesterVerdictSchema as mu, type KnownProfileId as mv, LEVEL_THRESHOLDS as mw, type Layer as mx, LayerSchema as my, type LegacyCodexPermissionMode as mz, type ModelTier as n, LlamaCppContextSizingSchema as n$, type ListFileIssuesRequest as n0, ListFileIssuesRequestSchema as n1, type ListFileIssuesResponse as n2, ListFileIssuesResponseSchema as n3, type ListGezelsResponse as n4, ListGezelsResponseSchema as n5, type ListGitHubPullCommentsResponse as n6, ListGitHubPullCommentsResponseSchema as n7, type ListGitHubPullFilesResponse as n8, ListGitHubPullFilesResponseSchema as n9, type ListPackageScriptsResponse as nA, ListPackageScriptsResponseSchema as nB, type ListProjectsForGezelResponse as nC, ListProjectsForGezelResponseSchema as nD, type ListProjectsResponse as nE, ListProjectsResponseSchema as nF, type ListQuestionsResponse as nG, ListQuestionsResponseSchema as nH, type ListRecognitionCatalogResponse as nI, ListRecognitionCatalogResponseSchema as nJ, type ListScriptsResponse as nK, ListScriptsResponseSchema as nL, type ListSessionQueueResponse as nM, ListSessionQueueResponseSchema as nN, type ListSessionToolsResponse as nO, ListSessionToolsResponseSchema as nP, type ListTaskNotesResponse as nQ, ListTaskNotesResponseSchema as nR, type ListTasksResponse as nS, ListTasksResponseSchema as nT, type ListTerminalThreadsResponse as nU, ListTerminalThreadsResponseSchema as nV, type ListTimelineResponse as nW, ListTimelineResponseSchema as nX, type LlamaCppContextSizing as nY, type LlamaCppContextSizingResponse as nZ, LlamaCppContextSizingResponseSchema as n_, type ListGitHubPullsResponse as na, ListGitHubPullsResponseSchema as nb, type ListGitHubWorkflowRunsResponse as nc, ListGitHubWorkflowRunsResponseSchema as nd, type ListGithubPullCommentsResponse as ne, ListGithubPullCommentsResponseSchema as nf, type ListGithubPullFilesResponse as ng, ListGithubPullFilesResponseSchema as nh, type ListGithubPullsResponse as ni, ListGithubPullsResponseSchema as nj, type ListGithubWorkflowRunsResponse as nk, ListGithubWorkflowRunsResponseSchema as nl, type ListHistoryResponse as nm, ListHistoryResponseSchema as nn, type ListInstalledAudioModelsResponse as no, ListInstalledAudioModelsResponseSchema as np, type ListInstalledImageModelsResponse as nq, ListInstalledImageModelsResponseSchema as nr, type ListInstalledRecognitionModelsResponse as ns, ListInstalledRecognitionModelsResponseSchema as nt, type ListInstalledVideoModelsResponse as nu, ListInstalledVideoModelsResponseSchema as nv, type ListMentionCandidatesResponse as nw, ListMentionCandidatesResponseSchema as nx, type ListModelsResponse as ny, ListModelsResponseSchema as nz, type GateCheck as o, type ModelContextOverridesResponse as o$, type LlamaCppEngineConfig as o0, LlamaCppEngineConfigSchema as o1, type LocalEngineLifecycle as o2, LocalEngineLifecycleSchema as o3, MEESTER_STATUS_HEADLINE_MAX as o4, MODEL_TIER_ORDER as o5, type MachineMemoryKind as o6, MachineMemoryKindSchema as o7, type MachineMemoryUsage as o8, MachineMemoryUsageSchema as o9, type MeesterStatusCta as oA, MeesterStatusCtaSchema as oB, type MeesterStatusModelOutput as oC, MeesterStatusModelOutputSchema as oD, type MeesterStatusReport as oE, MeesterStatusReportSchema as oF, type MeesterStatusResponse as oG, MeesterStatusResponseSchema as oH, type MeesterStatusState as oI, MeesterStatusStateSchema as oJ, type MentionCandidate as oK, MentionCandidateSchema as oL, type MessageGezelRequest as oM, MessageGezelRequestSchema as oN, type MessageGezelResponse as oO, MessageGezelResponseSchema as oP, type MessageImageDigest as oQ, MessageImageDigestSchema as oR, MinGezelVersionShape as oS, type MlxRuntimeStatus as oT, MlxRuntimeStatusSchema as oU, type MockHttpRoute as oV, MockHttpRouteSchema as oW, type MockService as oX, MockServiceSchema as oY, type ModelContextOverrideUpdate as oZ, ModelContextOverrideUpdateSchema as o_, type MapAttackSurfaceResponse as oa, MapAttackSurfaceResponseSchema as ob, type MapBlock as oc, type MapBlockHealth as od, MapBlockHealthSchema as oe, MapBlockSchema as of, MapBuildingSchema as og, MapDistrictSchema as oh, MapPlazaSchema as oi, type MapPrChange as oj, MapPrChangeSchema as ok, type MapPrOverlay as ol, MapPrOverlaySchema as om, type MapRepoRequest as on, MapRepoRequestSchema as oo, type MapRepoResponse as op, MapRepoResponseSchema as oq, type MapRoad as or, MapRoadSchema as os, MapStreetSchema as ot, type MapUrbanity as ou, MapUrbanitySchema as ov, type McpToolInfo as ow, McpToolInfoSchema as ox, type MeesterStatusAction as oy, MeesterStatusActionSchema as oz, type StepGate as p, OutlineFileResponseSchema as p$, ModelContextOverridesResponseSchema as p0, type ModelDownloadPreflightRequest as p1, ModelDownloadPreflightRequestSchema as p2, type ModelDownloadPreflightResponse as p3, ModelDownloadPreflightResponseSchema as p4, type ModelFamily as p5, ModelFamilySchema as p6, ModelFitnessRecordSchema as p7, type ModelFitnessStatus as p8, ModelFitnessStatusSchema as p9, type NightShiftReport as pA, NightShiftReportSchema as pB, type NightShiftReviewIntent as pC, NightShiftReviewIntentSchema as pD, type NightShiftReviewResponse as pE, NightShiftReviewResponseSchema as pF, type NightShiftTaskBrief as pG, NightShiftTaskBriefSchema as pH, type NightShiftTasksResponse as pI, NightShiftTasksResponseSchema as pJ, type NodeScriptPassesCheck as pK, NodeScriptPassesCheckSchema as pL, type NormalizedStepGate as pM, type NpmInstallApprovalDecision as pN, NpmInstallApprovalDecisionSchema as pO, type NpmInstallApprovalPackage as pP, NpmInstallApprovalPackageSchema as pQ, type NpmInstallRequest as pR, NpmInstallRequestSchema as pS, NpmPackageNameSchema as pT, type NpmRegistryPackageRequest as pU, NpmRegistryPackageRequestSchema as pV, NpmRegistryVersionSchema as pW, OutcomeSchema as pX, type OutlineFileRequest as pY, OutlineFileRequestSchema as pZ, type OutlineFileResponse as p_, type ModelFitnessTrigger as pa, ModelFitnessTriggerSchema as pb, type ModelInfo as pc, ModelInfoSchema as pd, type ModelStyle as pe, ModelStyleSchema as pf, ModelTierSchema as pg, type NamedScriptCapability as ph, NamedScriptCapabilitySchema as pi, type NativeEngineInstallStatus as pj, NativeEngineInstallStatusSchema as pk, type NativeEngineName as pl, NativeEngineNameSchema as pm, type NativeEngineResolveEvent as pn, NativeEngineResolveEventSchema as po, type NativeEngineStatusResponse as pp, NativeEngineStatusResponseSchema as pq, NewCraftbookStepSchema as pr, type NewTaskFanout as ps, NewTaskFanoutSchema as pt, type NewTaskStep as pu, NewTaskStepSchema as pv, type NightShiftBackgroundWorkBrief as pw, NightShiftBackgroundWorkBriefSchema as px, type NightShiftCompletedTask as py, NightShiftCompletedTaskSchema as pz, type CraftbookStep as q, ProjectCraftbookProvenanceSchema as q$, PAGE_BRIDGE_VERSION as q0, type PageApiBootstrap as q1, PageApiBootstrapSchema as q2, type PageBridgeErrorCode as q3, PageBridgeErrorCodeSchema as q4, type PageCheckRequest as q5, PageCheckRequestSchema as q6, type PageCheckResponse as q7, PageCheckResponseSchema as q8, PageHelloMessageSchema as q9, type PendingImports as qA, PendingImportsSchema as qB, type PendingLevelUp as qC, PendingLevelUpSchema as qD, type PendingPersona as qE, PendingPersonaSchema as qF, type PendingScript as qG, PendingScriptSchema as qH, type PixelsLayer as qI, PixelsLayerSchema as qJ, type PreviewLogEntry as qK, PreviewLogEntrySchema as qL, type PreviewSource as qM, PreviewSourceSchema as qN, type ProfileKind as qO, type ProfileMeta as qP, type ProjectAboutPreviewRequest as qQ, ProjectAboutPreviewRequestSchema as qR, type ProjectAboutPreviewResponse as qS, ProjectAboutPreviewResponseSchema as qT, type ProjectActivity as qU, ProjectActivitySchema as qV, type ProjectApprovalsResponse as qW, ProjectApprovalsResponseSchema as qX, type ProjectConnectorBinding as qY, ProjectConnectorBindingSchema as qZ, type ProjectCraftbookProvenance as q_, PageInvokeMessageSchema as qa, type PageReadEntry as qb, PageReadEntrySchema as qc, PageReadMessageSchema as qd, type PageReadRequest as qe, PageReadRequestSchema as qf, type PageReadResponse as qg, PageReadResponseSchema as qh, type PageReadSource as qi, PageReadSourceSchema as qj, PageRefreshMessageSchema as qk, type PageToParentMessage as ql, PageToParentMessageSchema as qm, PageUnwatchMessageSchema as qn, PageWatchMessageSchema as qo, ParentChangeMessageSchema as qp, ParentInitMessageSchema as qq, ParentReadResultMessageSchema as qr, ParentResultMessageSchema as qs, ParentThemeMessageSchema as qt, type ParentToPageMessage as qu, ParentToPageMessageSchema as qv, type ParseCraftbookTestSpecOptions as qw, type ParseCraftbookTestSpecResult as qx, type PendingImportItem as qy, PendingImportItemSchema as qz, type StepDeliverable as r, ReadArtifactSliceOptsSchema as r$, type ProjectDetail as r0, ProjectDetailSchema as r1, type ProjectFileEntry as r2, ProjectFileEntrySchema as r3, type ProjectFolderPreviewRequest as r4, ProjectFolderPreviewRequestSchema as r5, type ProjectFolderPreviewResponse as r6, ProjectFolderPreviewResponseSchema as r7, type ProjectForGezel as r8, ProjectForGezelSchema as r9, type ProjectTypePreviewRead as rA, ProjectTypePreviewReadSchema as rB, type ProjectTypeProvenance as rC, ProjectTypeProvenanceSchema as rD, type ProjectTypeSchedule as rE, ProjectTypeScheduleSchema as rF, type ProjectTypeTool as rG, type ProjectTypeToolReaction as rH, ProjectTypeToolReactionSchema as rI, ProjectTypeToolSchema as rJ, type ProjectTypeToolsetRef as rK, ProjectTypeToolsetSchema as rL, type ProjectTypeVersionManifest as rM, ProjectTypeVersionManifestSchema as rN, type PrometheusAlertsCheck as rO, PrometheusAlertsCheckSchema as rP, type PromptTags as rQ, PromptTagsSchema as rR, type Question as rS, type QuestionAnswer as rT, QuestionAnswerSchema as rU, type QuestionIntent as rV, QuestionIntentSchema as rW, QuestionSchema as rX, type QueuedMessage as rY, QueuedMessageSchema as rZ, type ReadArtifactSliceOpts as r_, type ProjectGitHub as ra, ProjectGitHubSchema as rb, type ProjectGithub as rc, ProjectGithubSchema as rd, type ProjectLocalConfig as re, ProjectLocalConfigSchema as rf, ProjectManagedWorkspaceWritePolicySchema as rg, type ProjectNudgeConfig as rh, ProjectNudgeConfigSchema as ri, type ProjectNudgeState as rj, ProjectNudgeStateSchema as rk, type ProjectResponse as rl, ProjectResponseSchema as rm, ProjectSchema as rn, type ProjectTabVisibility as ro, ProjectTabVisibilitySchema as rp, type ProjectTypeCategory as rq, ProjectTypeCategorySchema as rr, type ProjectTypeGezelRef as rs, ProjectTypeGezelSchema as rt, type ProjectTypeIdentity as ru, ProjectTypeIdentitySchema as rv, type ProjectTypeManifest as rw, ProjectTypeManifestSchema as rx, type ProjectTypePages as ry, ProjectTypePagesSchema as rz, type Craftbook as s, ReplaceLinesInProjectWorkspaceFileRequestSchema as s$, type ReadArtifactSliceResponse as s0, ReadArtifactSliceResponseSchema as s1, type ReadDocAsMarkdownRequest as s2, ReadDocAsMarkdownRequestSchema as s3, type ReadDocAsMarkdownResponse as s4, ReadDocAsMarkdownResponseSchema as s5, type ReadImageBase64Request as s6, ReadImageBase64RequestSchema as s7, type ReadImageBase64Response as s8, ReadImageBase64ResponseSchema as s9, RecognitionPullEventSchema as sA, type RecognitionRequest as sB, RecognitionRequestSchema as sC, type RecognitionResponse as sD, RecognitionResponseSchema as sE, RectSchema as sF, type ReferenceFileLocationRequest as sG, ReferenceFileLocationRequestSchema as sH, type ReferenceFileLocationResponse as sI, ReferenceFileLocationResponseSchema as sJ, type ReferencePreviewRequest as sK, ReferencePreviewRequestSchema as sL, type ReferencePreviewResponse as sM, ReferencePreviewResponseSchema as sN, type RemoteServingConfig as sO, RemoteServingConfigSchema as sP, type RenameDocumentRequest as sQ, RenameDocumentRequestSchema as sR, type RenameGezelRequest as sS, RenameGezelRequestSchema as sT, type RenderImageRequest as sU, RenderImageRequestSchema as sV, type RenderImageResponse as sW, RenderImageResponseSchema as sX, type ReplaceInProjectWorkspaceFileRequest as sY, ReplaceInProjectWorkspaceFileRequestSchema as sZ, type ReplaceLinesInProjectWorkspaceFileRequest as s_, type ReadSymbolRequest as sa, ReadSymbolRequestSchema as sb, type ReadSymbolResponse as sc, ReadSymbolResponseSchema as sd, type ReadWorkspaceFilesRequest as se, ReadWorkspaceFilesRequestSchema as sf, type ReadWorkspaceFilesResponse as sg, ReadWorkspaceFilesResponseSchema as sh, type ReasoningBlock as si, ReasoningBlockSchema as sj, type ReasoningFormat as sk, ReasoningFormatSchema as sl, type RecentTab as sm, type RecentTabArea as sn, RecentTabAreaSchema as so, RecentTabSchema as sp, RecoMetaShape as sq, type RecognitionCatalogEntry as sr, RecognitionCatalogEntrySchema as ss, type RecognitionHealth as st, RecognitionHealthSchema as su, type RecognitionMode as sv, type RecognitionModeRequest as sw, RecognitionModeRequestSchema as sx, RecognitionModeSchema as sy, type RecognitionPullEvent as sz, type Task as t, ScriptBooleanInputSchema as t$, type ReportPreviewLogRequest as t0, ReportPreviewLogRequestSchema as t1, type RequestAskRequest as t2, RequestAskRequestSchema as t3, type RequestAskResponse as t4, RequestAskResponseSchema as t5, type RequestPermissionRequest as t6, RequestPermissionRequestSchema as t7, type RequestPermissionResponse as t8, RequestPermissionResponseSchema as t9, type RunPackageScriptRequest as tA, RunPackageScriptRequestSchema as tB, type RunPackageScriptResponse as tC, RunPackageScriptResponseSchema as tD, type RunScriptRequest as tE, RunScriptRequestSchema as tF, type RunScriptResponse as tG, RunScriptResponseSchema as tH, type RunTerminalCommandRequest as tI, RunTerminalCommandRequestSchema as tJ, type RunTerminalCommandResponse as tK, RunTerminalCommandResponseSchema as tL, type SamplingBlock as tM, SamplingBlockSchema as tN, type SaveScriptSourceRequest as tO, SaveScriptSourceRequestSchema as tP, type SaveScriptSourceResponse as tQ, SaveScriptSourceResponseSchema as tR, type ScanFindingsRequest as tS, ScanFindingsRequestSchema as tT, type ScanFindingsResponse as tU, ScanFindingsResponseSchema as tV, type ScheduleApprovalIntent as tW, ScheduleApprovalIntentSchema as tX, type ScheduleMaterialization as tY, ScheduleMaterializationSchema as tZ, ScriptArrayOutputSchema as t_, type RerollGezelPoppetjeRequest as ta, RerollGezelPoppetjeRequestSchema as tb, type ResidentEngineModel as tc, ResidentEngineModelSchema as td, type ResolveArtifactResponse as te, ResolveArtifactResponseSchema as tf, type ResolveSecurityFindingRequest as tg, ResolveSecurityFindingRequestSchema as th, type ResolveSecurityFindingResponse as ti, ResolveSecurityFindingResponseSchema as tj, type RevertGezelIconRequest as tk, RevertGezelIconRequestSchema as tl, type RewriteTextContext as tm, RewriteTextContextSchema as tn, type RewriteTextRequest as to, RewriteTextRequestSchema as tp, type RewriteTextResponse as tq, RewriteTextResponseSchema as tr, type RunGitRequest as ts, RunGitRequestSchema as tt, type RunGitResponse as tu, RunGitResponseSchema as tv, type RunNpxRequest as tw, RunNpxRequestSchema as tx, type RunNpxResponse as ty, RunNpxResponseSchema as tz, type AcceptGrowthProposalRequest as u, type SearchFilesResponse as u$, ScriptBooleanOutputSchema as u0, type ScriptCapability as u1, ScriptCapabilitySchema as u2, ScriptChoiceInputSchema as u3, type ScriptDiagnostic as u4, ScriptDiagnosticSchema as u5, ScriptInputError as u6, ScriptInputFieldSchema as u7, type ScriptInputs as u8, ScriptInputsSchema as u9, ScriptRunTriggerSchema as uA, type ScriptScope as uB, ScriptScopeSchema as uC, ScriptStringInputSchema as uD, ScriptStringOutputSchema as uE, type ScriptTemplateId as uF, ScriptTemplateIdSchema as uG, type SdkTypesResponse as uH, SdkTypesResponseSchema as uI, type SearchCodeRequest as uJ, SearchCodeRequestSchema as uK, type SearchCodeResponse as uL, SearchCodeResponseSchema as uM, type SearchDocsRequest as uN, SearchDocsRequestSchema as uO, type SearchDocsResponse as uP, SearchDocsResponseSchema as uQ, type SearchDocumentsRequest as uR, SearchDocumentsRequestSchema as uS, type SearchDocumentsResponse as uT, SearchDocumentsResponseSchema as uU, type SearchFilesContextLine as uV, SearchFilesContextLineSchema as uW, type SearchFilesMatch as uX, SearchFilesMatchSchema as uY, type SearchFilesRequest as uZ, SearchFilesRequestSchema as u_, ScriptJsonInputSchema as ua, ScriptJsonOutputSchema as ub, ScriptMetaSchema as uc, ScriptNameSchema as ud, ScriptNumberInputSchema as ue, ScriptNumberOutputSchema as uf, ScriptObjectOutputSchema as ug, ScriptOutputFieldSchema as uh, type ScriptOutputPredicate as ui, ScriptOutputPredicateSchema as uj, type ScriptOutputs as uk, ScriptOutputsSchema as ul, type ScriptProvenance as um, ScriptProvenanceSchema as un, type ScriptRef as uo, ScriptRefInputSchema as up, type ScriptRefList as uq, ScriptRefListSchema as ur, ScriptRefSchema as us, type ScriptRun as ut, type ScriptRunCall as uu, ScriptRunCallSchema as uv, ScriptRunSchema as uw, type ScriptRunStatus as ux, ScriptRunStatusSchema as uy, type ScriptRunTrigger as uz, AcceptGrowthProposalRequestSchema as v, type SharedModelMigrationResult as v$, SearchFilesResponseSchema as v0, type SearchImagesRequest as v1, SearchImagesRequestSchema as v2, type SearchImagesResponse as v3, SearchImagesResponseSchema as v4, type SearchResult as v5, SearchResultSchema as v6, type SearchSessionsRequest as v7, SearchSessionsRequestSchema as v8, type SearchSessionsResponse as v9, SendToSessionRequestSchema as vA, type SendToSessionResponse as vB, SendToSessionResponseSchema as vC, type ServiceRole as vD, ServiceRoleSchema as vE, type SessionDebugSnapshot as vF, SessionDebugSnapshotSchema as vG, type SessionGpuTask as vH, SessionGpuTaskSchema as vI, type SessionSearchResult as vJ, SessionSearchResultSchema as vK, type SessionTelemetry as vL, type SessionTelemetryListResponse as vM, SessionTelemetryListResponseSchema as vN, SessionTelemetrySchema as vO, type SessionTurnTelemetry as vP, SessionTurnTelemetrySchema as vQ, type SetTaskStatusRequest as vR, SetTaskStatusRequestSchema as vS, type Settlement as vT, SettlementSchema as vU, type SharedModelMigrationCandidate as vV, SharedModelMigrationCandidateSchema as vW, type SharedModelMigrationCandidatesResponse as vX, SharedModelMigrationCandidatesResponseSchema as vY, type SharedModelMigrationRequest as vZ, SharedModelMigrationRequestSchema as v_, SearchSessionsResponseSchema as va, type SecurityDependency as vb, SecurityDependencySchema as vc, SecurityFindingSchema as vd, type SecurityFindingStatus as ve, SecurityFindingStatusSchema as vf, type SecurityFindingWire as vg, type SecurityOverviewResponse as vh, SecurityOverviewResponseSchema as vi, SecurityPolicySchema as vj, type SecurityScanRequest as vk, SecurityScanRequestSchema as vl, type SecurityScanResponse as vm, SecurityScanResponseSchema as vn, SecuritySeveritySchema as vo, type SecuritySeverityWire as vp, SecuritySourceSchema as vq, type SendChannelMessageRequest as vr, SendChannelMessageRequestSchema as vs, type SendChannelMessageResponse as vt, SendChannelMessageResponseSchema as vu, type SendChatRequest as vv, SendChatRequestSchema as vw, type SendChatResponse as vx, SendChatResponseSchema as vy, type SendToSessionRequest as vz, type ActiveImagePull as w, type TaskNote as w$, SharedModelMigrationResultSchema as w0, type SharedModelMigrationSource as w1, SharedModelMigrationSourceSchema as w2, type SpawnTaskInstancesRequest as w3, SpawnTaskInstancesRequestSchema as w4, type StartCodeReviewRequest as w5, StartCodeReviewRequestSchema as w6, type StartCodeReviewResponse as w7, StartCodeReviewResponseSchema as w8, StepDeliverableSchema as w9, type SystemBootstrapStatus as wA, SystemBootstrapStatusSchema as wB, SystemDiagnosticsSchema as wC, type SystemHomeInfo as wD, SystemHomeInfoSchema as wE, type SystemToolsetInstallEvent as wF, SystemToolsetInstallEventSchema as wG, type SystemToolsetInstallPhase as wH, type SystemToolsetInstallSnapshot as wI, SystemToolsetInstallSnapshotSchema as wJ, TOOL_CALL_DIFF_MAX_BYTES as wK, type TaskAssignee as wL, TaskAssigneeSchema as wM, type TaskCraftbook as wN, TaskCraftbookSchema as wO, type TaskCraftbookSource as wP, TaskCraftbookSourceSchema as wQ, type TaskCraftbookStep as wR, TaskCraftbookStepSchema as wS, type TaskCron as wT, type TaskCronOverlap as wU, TaskCronOverlapSchema as wV, TaskCronSchema as wW, type TaskFanout as wX, TaskFanoutSchema as wY, type TaskNightShift as wZ, TaskNightShiftSchema as w_, StepGateSchema as wa, type StepGateUnion as wb, StepGateUnionSchema as wc, type StepPatch as wd, type StepPosition as we, StepPositionSchema as wf, type StepSniff as wg, StepSniffSchema as wh, type StructuredOutput as wi, StructuredOutputSchema as wj, type SuggestCraftbooksResponse as wk, SuggestCraftbooksResponseSchema as wl, type SuggestedCraftbook as wm, SuggestedCraftbookSchema as wn, type SuggestedWorkItem as wo, SuggestedWorkItemSchema as wp, type SuggestedWorkResponse as wq, SuggestedWorkResponseSchema as wr, type SuggestedWorkSource as ws, SuggestedWorkSourceSchema as wt, type SuggestedWorkState as wu, SuggestedWorkStateSchema as wv, type SvgLayer as ww, SvgLayerSchema as wx, type SymbolContext as wy, SymbolContextSchema as wz, ActiveImagePullSchema as x, ToolsetVersionManifestSchema as x$, type TaskNoteAuthor as x0, TaskNoteAuthorSchema as x1, TaskNoteSchema as x2, type TaskPausedIntent as x3, TaskPausedIntentSchema as x4, type TaskPausedReason as x5, TaskPausedReasonSchema as x6, TaskRefSchema as x7, type TaskResponse as x8, TaskResponseSchema as x9, TerminalTimelineEntrySchema as xA, type TerminalWorkingDirChangedEvent as xB, TerminalWorkingDirChangedEventSchema as xC, type TextLayer as xD, TextLayerSchema as xE, type TimelineMessage as xF, TimelineMessageSchema as xG, type ToolCallFormat as xH, ToolCallFormatSchema as xI, type ToolPermissionIntent as xJ, ToolPermissionIntentSchema as xK, type ToolsetCategory as xL, ToolsetCategorySchema as xM, type ToolsetConfig as xN, type ToolsetConfigField as xO, ToolsetConfigFieldSchema as xP, ToolsetConfigSchema as xQ, type ToolsetIdentity as xR, ToolsetIdentitySchema as xS, type ToolsetInstallApprovalIntent as xT, ToolsetInstallApprovalIntentSchema as xU, type ToolsetManifest as xV, ToolsetManifestSchema as xW, type ToolsetPlatform as xX, ToolsetPlatformSchema as xY, ToolsetRuntimeSchema as xZ, type ToolsetVersionManifest as x_, TaskSchema as xa, type TaskStatus as xb, TaskStatusSchema as xc, type TaskVariation as xd, TaskVariationSchema as xe, type TerminalEventEnvelope as xf, TerminalEventEnvelopeSchema as xg, type TerminalFileReference as xh, TerminalFileReferenceSchema as xi, type TerminalInputRequestedEvent as xj, TerminalInputRequestedEventSchema as xk, type TerminalMessage as xl, type TerminalMessageEvent as xm, TerminalMessageEventSchema as xn, TerminalMessageSchema as xo, type TerminalOpenFileEvent as xp, TerminalOpenFileEventSchema as xq, type TerminalOutputChunkEvent as xr, TerminalOutputChunkEventSchema as xs, type TerminalRunStartedEvent as xt, TerminalRunStartedEventSchema as xu, type TerminalThread as xv, TerminalThreadSchema as xw, type TerminalThreadSummary as xx, TerminalThreadSummarySchema as xy, type TerminalTimelineEntry as xz, type ActiveVideoPull as y, type UpdateTaskStepRequest as y$, type ToolsetsScope as y0, ToolsetsScopeSchema as y1, type TraceTaintRequest as y2, TraceTaintRequestSchema as y3, type TraceTaintResponse as y4, TraceTaintResponseSchema as y5, type TraitProposal as y6, TraitProposalSchema as y7, type TransformStreamEvent as y8, TransformStreamEventSchema as y9, UpdateCraftbookRequestSchema as yA, type UpdateGezelAboutRequest as yB, UpdateGezelAboutRequestSchema as yC, type UpdateGezelFixedFunctionDefaultsRequest as yD, UpdateGezelFixedFunctionDefaultsRequestSchema as yE, type UpdateGezelIconRequest as yF, UpdateGezelIconRequestSchema as yG, type UpdateGezelMarkdownRequest as yH, UpdateGezelMarkdownRequestSchema as yI, type UpdateGezelPoppetjeRequest as yJ, UpdateGezelPoppetjeRequestSchema as yK, type UpdateGezelSettingsRequest as yL, UpdateGezelSettingsRequestSchema as yM, type UpdateProjectRequest as yN, UpdateProjectRequestSchema as yO, type UpdateQueuedMessageRequest as yP, UpdateQueuedMessageRequestSchema as yQ, type UpdateQueuedMessageResponse as yR, UpdateQueuedMessageResponseSchema as yS, type UpdateTaskCraftbookRequest as yT, UpdateTaskCraftbookRequestSchema as yU, type UpdateTaskNoteRequest as yV, UpdateTaskNoteRequestSchema as yW, type UpdateTaskNoteResponse as yX, UpdateTaskNoteResponseSchema as yY, type UpdateTaskRequest as yZ, UpdateTaskRequestSchema as y_, type TransformTextMode as ya, TransformTextModeSchema as yb, type TransformTextRequest as yc, TransformTextRequestSchema as yd, type TuningAction as ye, TuningActionSchema as yf, type TuningProfileId as yg, TuningProfileIdSchema as yh, type TuningProposal as yi, TuningProposalSchema as yj, UNIFIED_SEARCH_RESULT_KINDS as yk, type UnifiedSearchRequest as yl, UnifiedSearchRequestSchema as ym, type UnifiedSearchResponse as yn, UnifiedSearchResponseSchema as yo, type UnifiedSearchResult as yp, type UnifiedSearchResultKind as yq, UnifiedSearchResultKindSchema as yr, UnifiedSearchResultSchema as ys, type UpdateBoekwachterIssueRequest as yt, UpdateBoekwachterIssueRequestSchema as yu, type UpdateBoekwachterIssueResponse as yv, UpdateBoekwachterIssueResponseSchema as yw, type UpdateConfigRequest as yx, UpdateConfigRequestSchema as yy, type UpdateCraftbookRequest as yz, ActiveVideoPullSchema as z, type WorkspaceEditResponse as z$, UpdateTaskStepRequestSchema as z0, type UpdateTaskStepResponse as z1, UpdateTaskStepResponseSchema as z2, VILLAGE_FILE_ABOUT as z3, VILLAGE_FILE_SCHEMA_VERSION as z4, type VideoAccelerator as z5, VideoAcceleratorSchema as z6, type VideoEngineStatusResponse as z7, VideoEngineStatusResponseSchema as z8, type VideoGenerationApprovalIntent as z9, type VillageDowntown as zA, VillageDowntownSchema as zB, type VillageFile as zC, VillageFileSchema as zD, type VillageJournalNode as zE, VillageJournalNodeSchema as zF, VillageOverrideSchema as zG, WORKSPACE_READ_DEADLINE_MS as zH, WORKSPACE_READ_MAX_BATCH_LINES as zI, WORKSPACE_READ_MAX_BATCH_RESULT_BYTES as zJ, WORKSPACE_READ_MAX_BATCH_SCAN_BYTES as zK, WORKSPACE_READ_MAX_FILES as zL, WORKSPACE_READ_MAX_RANGE_LINES as zM, WORKSPACE_READ_MAX_RESULT_BYTES as zN, WORKSPACE_READ_MAX_SCAN_BYTES as zO, type WebSearchRequest as zP, WebSearchRequestSchema as zQ, type WebSearchResponse as zR, WebSearchResponseSchema as zS, type WebhookChannelConfig as zT, WebhookChannelConfigSchema as zU, type WikipediaSearchRequest as zV, WikipediaSearchRequestSchema as zW, type WorkspaceCommandIndex as zX, WorkspaceCommandIndexSchema as zY, type WorkspaceCommandShapes as zZ, WorkspaceCommandShapesSchema as z_, VideoGenerationApprovalIntentSchema as za, type VideoGenerationMeta as zb, VideoGenerationMetaSchema as zc, type VideoGenerationRequest as zd, VideoGenerationRequestSchema as ze, type VideoGenerationResponse as zf, VideoGenerationResponseSchema as zg, type VideoInputSource as zh, VideoInputSourceSchema as zi, type VideoModelFamily as zj, VideoModelFamilySchema as zk, type VideoModelIdentity as zl, VideoModelIdentitySchema as zm, type VideoModelLoad as zn, VideoModelLoadSchema as zo, type VideoModelManifest as zp, VideoModelManifestSchema as zq, type VideoModelPullEvent as zr, VideoModelPullEventSchema as zs, type VideoModelSource as zt, VideoModelSourceSchema as zu, type VideoModelVersionManifest as zv, VideoModelVersionManifestSchema as zw, VillageAnchorSchema as zx, type VillageDomainState as zy, VillageDomainStateSchema as zz };
61515
+ export { ApplyPatchToProjectWorkspaceFileRequestSchema as $, type AdvanceWhen as A, unmetCraftbookRequirements as A$, WorkspaceCommandShapesSchema as A0, type WorkspaceEditResponse as A1, WorkspaceEditResponseSchema as A2, type WorkspaceIndexMeta as A3, WorkspaceIndexMetaSchema as A4, type WorkspaceIndexStatus as A5, WorkspaceIndexStatusSchema as A6, type WorkspaceInstructionIndex as A7, WorkspaceInstructionIndexSchema as A8, type WorkspaceReadFileError as A9, isPendingNightShiftTask as AA, isScheduleHost as AB, isSemver as AC, isValidNpmPackageName as AD, isValidNpmRegistryVersion as AE, levelForXp as AF, modelFitnessKey as AG, normalizeCodexPermissionMode as AH, normalizeScriptRefs as AI, normalizeStepGate as AJ, parseCraftbookTestSpec as AK, parseTaskRef as AL, profileKind as AM, projectAllowsAmbientWork as AN, removeStepAndCleanEdges as AO, reorderStepsArray as AP, resolveProfileChain as AQ, resolveProjectTypeId as AR, resolveSteps as AS, slugifyStepId as AT, spawnsChildren as AU, stepInsertionIndex as AV, taskRef as AW, tierAtLeast as AX, tierRank as AY, uniqueStepId as AZ, unmetConnectors as A_, WorkspaceReadFileErrorSchema as Aa, type WorkspaceReadFileRequest as Ab, WorkspaceReadFileRequestSchema as Ac, type WorkspaceReadFileResult as Ad, WorkspaceReadFileResultSchema as Ae, type WorkspaceReadFileSuccess as Af, WorkspaceReadFileSuccessSchema as Ag, type WorkspaceSkillIndex as Ah, WorkspaceSkillIndexSchema as Ai, type WriteDocumentRequest as Aj, WriteDocumentRequestSchema as Ak, type XtcSamplerConfig as Al, XtcSamplerSchema as Am, applyStepPatch as An, assertCraftbookGraph as Ao, compareSemver as Ap, craftbookRequirementsMet as Aq, credentialCapabilityName as Ar, formatNpmRegistrySpec as As, formatReviewProvenance as At, gateEdgeTargets as Au, isCredentialCapability as Av, isDraftTask as Aw, isKnownProfileId as Ax, isLegacyGateSpec as Ay, isNightShiftTask as Az, type ActiveVideoPull as B, unmetToolsets as B0, validateCraftbookGraph as B1, validateCraftbookScriptRefs as B2, validateScriptInput as B3, xpForLevel as B4, type CompassRegion as C, DeliverableKindSchema as D, ActiveVideoPullSchema as E, type FileContextResponse as F, type GezelConfig as G, type AdoptedTraitRecord as H, AdoptedTraitRecordSchema as I, AdvanceWhenSchema as J, type AnswerQuestionRequest as K, AnswerQuestionRequestSchema as L, type MapDistrict as M, type NewCraftbookStep as N, type Outcome as O, type Project as P, type AppendTaskNoteRequest as Q, type Rect as R, type ScriptInputField as S, type ToolsetRuntime as T, AppendTaskNoteRequestSchema as U, type VillageAnchor as V, type AppendTaskNoteResponse as W, AppendTaskNoteResponseSchema as X, type AppliedProjectType as Y, AppliedProjectTypeSchema as Z, type ApplyPatchToProjectWorkspaceFileRequest as _, type VillageOverride as a, type CatalogItemIdentity as a$, type ApplyProjectTypeRequest as a0, ApplyProjectTypeRequestSchema as a1, type ArchiveEntry as a2, ArchiveEntrySchema as a3, type ArchiveExtractRequest as a4, ArchiveExtractRequestSchema as a5, type ArchiveExtractResponse as a6, ArchiveExtractResponseSchema as a7, type ArchiveListRequest as a8, ArchiveListRequestSchema as a9, type AudioTranscribeSegment as aA, AudioTranscribeSegmentSchema as aB, type AudioVoice as aC, AudioVoiceSchema as aD, type BehaviorEntry as aE, BehaviorEntrySchema as aF, type BehaviorId as aG, BehaviorIdSchema as aH, type BinaryDocumentCheck as aI, BinaryDocumentCheckSchema as aJ, type BoekwachterIssue as aK, type BoekwachterIssueDismissalReason as aL, BoekwachterIssueDismissalReasonSchema as aM, BoekwachterIssueSchema as aN, type BoekwachterIssueStatus as aO, BoekwachterIssueStatusSchema as aP, CANONICAL_PROFILES as aQ, CRAFTBOOK_ROLE_META as aR, CRAFTBOOK_SCRIPTS_MAX_COUNT as aS, CRAFTBOOK_SCRIPTS_TOTAL_MAX_BYTES as aT, CRAFTBOOK_SCRIPT_MAX_BYTES as aU, CRAFTBOOK_TEST_FILENAME as aV, CRAFTBOOK_TEST_SCHEMA_VERSION as aW, type CancelCodeReviewResponse as aX, CancelCodeReviewResponseSchema as aY, type CatalogItemDetail as aZ, CatalogItemDetailSchema as a_, type ArchiveListResponse as aa, ArchiveListResponseSchema as ab, type ArgSpec as ac, ArgSpecSchema as ad, type AskQuestionRequest as ae, AskQuestionRequestSchema as af, type AskQuestionResponse as ag, AskQuestionResponseSchema as ah, type AudioCatalogModel as ai, AudioCatalogModelSchema as aj, type AudioEngineHealth as ak, AudioEngineHealthSchema as al, type AudioEngineStatusResponse as am, AudioEngineStatusResponseSchema as an, type AudioModelPullEvent as ao, AudioModelPullEventSchema as ap, type AudioSynthesizeMeta as aq, AudioSynthesizeMetaSchema as ar, type AudioSynthesizeRequest as as, AudioSynthesizeRequestSchema as at, type AudioSynthesizeResponse as au, AudioSynthesizeResponseSchema as av, type AudioTranscribeRequest as aw, AudioTranscribeRequestSchema as ax, type AudioTranscribeResponse as ay, AudioTranscribeResponseSchema as az, type MapStreet as b, type CommandApprovalInputFile as b$, CatalogItemIdentitySchema as b0, type CatalogItemManifest as b1, CatalogItemManifestSchema as b2, CatalogItemSummarySchema as b3, type CatalogItemVersionInfo as b4, CatalogItemVersionInfoSchema as b5, type CatalogKind as b6, CatalogKindSchema as b7, type ChannelName as b8, ChannelNameSchema as b9, ChatSessionSchema as bA, type ChatSessionSummary as bB, ChatSessionSummarySchema as bC, ClaudePermissionModeSchema as bD, type CodeReview as bE, type CodeReviewKind as bF, CodeReviewKindSchema as bG, type CodeReviewManifest as bH, CodeReviewManifestSchema as bI, type CodeReviewRecord as bJ, CodeReviewRecordSchema as bK, type CodeReviewResponse as bL, CodeReviewResponseSchema as bM, CodeReviewSchema as bN, type CodeReviewStatus as bO, CodeReviewStatusSchema as bP, type CodeSymbol as bQ, CodeSymbolSchema as bR, type CodexPermissionModeCompat as bS, CodexPermissionModeCompatSchema as bT, CodexPermissionModeSchema as bU, type CodexSetupModelOption as bV, CodexSetupModelOptionSchema as bW, type CodexSetupState as bX, CodexSetupStateSchema as bY, type CodexSetupStatusResponse as bZ, CodexSetupStatusResponseSchema as b_, type ChannelStatus as ba, ChannelStatusSchema as bb, type ChannelsConfig as bc, ChannelsConfigSchema as bd, type ChatHistoryResponse as be, ChatHistoryResponseSchema as bf, type ChatModelCategory as bg, ChatModelCategorySchema as bh, type ChatModelDs4Source as bi, ChatModelDs4SourceSchema as bj, type ChatModelIdentity as bk, ChatModelIdentitySchema as bl, type ChatModelLlamaCppSource as bm, ChatModelLlamaCppSourceSchema as bn, ChatModelManifestSchema as bo, type ChatModelMlxSource as bp, ChatModelMlxSourceSchema as bq, type ChatModelOllamaSource as br, ChatModelOllamaSourceSchema as bs, type ChatModelTuning as bt, type ChatModelTuningBase as bu, ChatModelTuningBaseSchema as bv, ChatModelTuningSchema as bw, type ChatModelVersionManifest as bx, ChatModelVersionManifestSchema as by, type ChatSession as bz, type MapPlaza as c, type CraftbookTemplateVersionManifest as c$, CommandApprovalInputFileSchema as c0, type CommandApprovalIntent as c1, CommandApprovalIntentSchema as c2, type CommandApprovalScope as c3, CommandApprovalScopeSchema as c4, type CommandShape as c5, CommandShapeSchema as c6, CompassRegionSchema as c7, type CompleteStepGateInfo as c8, CompleteStepGateInfoSchema as c9, type CraftbookConnectorNeed as cA, CraftbookConnectorNeedSchema as cB, type CraftbookRequirement as cC, type CraftbookRequirementContext as cD, CraftbookRequirementSchema as cE, type CraftbookResponse as cF, CraftbookResponseSchema as cG, type CraftbookRole as cH, CraftbookRoleSchema as cI, type CraftbookRunModes as cJ, CraftbookRunModesSchema as cK, CraftbookSchema as cL, type CraftbookScripts as cM, CraftbookScriptsSchema as cN, type CraftbookSpawn as cO, CraftbookSpawnSchema as cP, type CraftbookStepInput as cQ, CraftbookStepInputSchema as cR, CraftbookStepSchema as cS, type CraftbookSuggestion as cT, CraftbookSuggestionSchema as cU, type CraftbookSummary as cV, CraftbookSummarySchema as cW, type CraftbookTemplateIdentity as cX, CraftbookTemplateIdentitySchema as cY, type CraftbookTemplateManifest as cZ, CraftbookTemplateManifestSchema as c_, type CompleteStepRequest as ca, CompleteStepRequestSchema as cb, type CompleteStepResponse as cc, CompleteStepResponseSchema as cd, type ConfigureCodexRequest as ce, ConfigureCodexRequestSchema as cf, type ConnectorTypeIdentity as cg, ConnectorTypeIdentitySchema as ch, type ConnectorTypeManifest as ci, ConnectorTypeManifestSchema as cj, type ConnectorTypeVersionManifest as ck, ConnectorTypeVersionManifestSchema as cl, type CopilotAvailability as cm, CopilotAvailabilitySchema as cn, type CopilotLoginEvent as co, CopilotLoginEventSchema as cp, type CopyArtifactToWorkspaceRequest as cq, CopyArtifactToWorkspaceRequestSchema as cr, type CopyArtifactToWorkspaceResponse as cs, CopyArtifactToWorkspaceResponseSchema as ct, type CosmeticProposal as cu, CosmeticProposalSchema as cv, type CraftbookBasedOn as cw, CraftbookBasedOnSchema as cx, type CraftbookBranch as cy, CraftbookBranchSchema as cz, type MapBuilding as d, type DescribeFolderResponse as d$, CraftbookTemplateVersionManifestSchema as d0, type CraftbookTestCheck as d1, CraftbookTestCheckSchema as d2, type CraftbookTestDeliverable as d3, CraftbookTestDeliverableSchema as d4, type CraftbookTestFixtureFile as d5, CraftbookTestFixtureFileSchema as d6, type CraftbookTestHistoryExpectation as d7, CraftbookTestHistoryExpectationSchema as d8, type CraftbookTestMockExpectation as d9, type CreateProjectRequest as dA, CreateProjectRequestSchema as dB, type CreateScriptRequest as dC, CreateScriptRequestSchema as dD, type CreateScriptResponse as dE, CreateScriptResponseSchema as dF, type CreateTaskRequest as dG, CreateTaskRequestSchema as dH, type CreateTypedProjectRequest as dI, CreateTypedProjectRequestSchema as dJ, type CreateTypedProjectResponse as dK, CreateTypedProjectResponseSchema as dL, CredentialCapabilitySchema as dM, type CustomMcpImportWarning as dN, CustomMcpImportWarningSchema as dO, DEFAULT_LOCAL_ENGINE_IDLE_TIMEOUT_MS as dP, DEFAULT_TUNING_PROFILE_ID as dQ, type DeclineGrowthLevelUpRequest as dR, DeclineGrowthLevelUpRequestSchema as dS, type DeclinedProposalRecord as dT, DeclinedProposalRecordSchema as dU, type DelegateSecurityFindingRequest as dV, DelegateSecurityFindingRequestSchema as dW, type DelegateSecurityFindingResponse as dX, DelegateSecurityFindingResponseSchema as dY, type DescribeFolderRequest as dZ, DescribeFolderRequestSchema as d_, CraftbookTestMockExpectationSchema as da, type CraftbookTestRubric as db, CraftbookTestRubricSchema as dc, type CraftbookTestSetup as dd, CraftbookTestSetupSchema as de, type CraftbookTestSpec as df, CraftbookTestSpecSchema as dg, type CraftbookTestSuccess as dh, CraftbookTestSuccessSchema as di, type CraftbookTestWorker as dj, CraftbookTestWorkerSchema as dk, type CraftbookToolsetNeed as dl, CraftbookToolsetNeedSchema as dm, type CreateChatSessionRequest as dn, CreateChatSessionRequestSchema as dp, type CreateCraftbookRequest as dq, CreateCraftbookRequestSchema as dr, type CreateDocumentFolderRequest as ds, CreateDocumentFolderRequestSchema as dt, type CreateGezelRequest as du, CreateGezelRequestSchema as dv, type CreatePreviewCapabilityRequest as dw, CreatePreviewCapabilityRequestSchema as dx, type CreatePreviewCapabilityResponse as dy, CreatePreviewCapabilityResponseSchema as dz, type ScriptOutputField as e, type FetchUrlRequest as e$, DescribeFolderResponseSchema as e0, type DeviceSafetyPolicyConfig as e1, DeviceSafetyPolicySchema as e2, type DiffFilesRequest as e3, DiffFilesRequestSchema as e4, type DiffFilesResponse as e5, DiffFilesResponseSchema as e6, type DisableSuggestedWorkRequest as e7, DisableSuggestedWorkRequestSchema as e8, type DiscoveredCommand as e9, EnableSuggestedWorkRequestSchema as eA, type EngineConfig as eB, EngineConfigSchema as eC, type EnsureGezelRequest as eD, EnsureGezelRequestSchema as eE, type EnsureGezelResponse as eF, EnsureGezelResponseSchema as eG, type Entity as eH, type EntityId as eI, EntityIdSchema as eJ, EntitySchema as eK, type ErrorResponse as eL, ErrorResponseSchema as eM, type EvalHints as eN, EvalHintsSchema as eO, type ExpectedDeliverable as eP, ExpectedDeliverableSchema as eQ, type ExternalFolders as eR, ExternalFoldersSchema as eS, type FetchDiffRequest as eT, FetchDiffRequestSchema as eU, type FetchDiffResponse as eV, FetchDiffResponseSchema as eW, type FetchRepoRequest as eX, FetchRepoRequestSchema as eY, type FetchRepoResponse as eZ, FetchRepoResponseSchema as e_, DiscoveredCommandSchema as ea, type DiscoveredInstruction as eb, DiscoveredInstructionSchema as ec, type DiscoveredSkill as ed, DiscoveredSkillSchema as ee, type DismissSuggestedWorkRequest as ef, DismissSuggestedWorkRequestSchema as eg, type DocumentExportOptions as eh, DocumentExportOptionsSchema as ei, type DocumentMediaExportRequest as ej, DocumentMediaExportRequestSchema as ek, type DocumentMediaExportSource as el, DocumentMediaExportSourceSchema as em, type DocumentSearchResult as en, DocumentSearchResultSchema as eo, type DraftScriptRequest as ep, DraftScriptRequestSchema as eq, type DraftScriptResponse as er, DraftScriptResponseSchema as es, type DriveIndexEnrichmentRequest as et, DriveIndexEnrichmentRequestSchema as eu, type DriveIndexEnrichmentResponse as ev, DriveIndexEnrichmentResponseSchema as ew, type DrySamplerConfig as ex, DrySamplerSchema as ey, type EnableSuggestedWorkRequest as ez, type ScriptMeta as f, GateSpecSchema as f$, FetchUrlRequestSchema as f0, type FetchUrlResponse as f1, FetchUrlResponseSchema as f2, type FileContextFinding as f3, FileContextFindingSchema as f4, type FileContextImporter as f5, FileContextImporterSchema as f6, type FileContextRequest as f7, FileContextRequestSchema as f8, FileContextResponseSchema as f9, type FindReferencesRequest as fA, FindReferencesRequestSchema as fB, type FindReferencesResponse as fC, FindReferencesResponseSchema as fD, type FindSimilarImagesRequest as fE, FindSimilarImagesRequestSchema as fF, type FindSimilarImagesResponse as fG, FindSimilarImagesResponseSchema as fH, type FindSymbolRequest as fI, FindSymbolRequestSchema as fJ, type FindSymbolResponse as fK, FindSymbolResponseSchema as fL, type FitnessCheck as fM, FitnessCheckSchema as fN, type FixBoekwachterIssueRequest as fO, FixBoekwachterIssueRequestSchema as fP, type FixBoekwachterIssueResponse as fQ, FixBoekwachterIssueResponseSchema as fR, type FlagSpec as fS, FlagSpecSchema as fT, GATE_DEFAULT_MAX_ATTEMPTS as fU, type GateAttemptRecord as fV, GateCheckSchema as fW, GateScriptRefSchema as fX, type GateScriptResult as fY, GateScriptResultSchema as fZ, type GateSpec as f_, type FileMapRequest as fa, FileMapRequestSchema as fb, type FileMapResponse as fc, FileMapResponseSchema as fd, type FileMapScope as fe, FileMapScopeSchema as ff, type FileReviewIssue as fg, FileReviewIssueSchema as fh, type FileReviewIssueSeverity as fi, FileReviewIssueSeveritySchema as fj, type FileReviewReply as fk, FileReviewReplySchema as fl, type FileReviewRequest as fm, FileReviewRequestSchema as fn, type FileReviewResponse as fo, FileReviewResponseSchema as fp, type FileReviewWire as fq, FileReviewWireSchema as fr, type FindEntityRequest as fs, FindEntityRequestSchema as ft, type FindEntityResponse as fu, FindEntityResponseSchema as fv, type FindFilesRequest as fw, FindFilesRequestSchema as fx, type FindFilesResponse as fy, FindFilesResponseSchema as fz, type SecurityPolicy as g, GitCommitRequestSchema as g$, type GenerateGezelAboutRequest as g0, GenerateGezelAboutRequestSchema as g1, type GenerateGezelIconRequest as g2, GenerateGezelIconRequestSchema as g3, type GetBoekwachterIssueRequest as g4, GetBoekwachterIssueRequestSchema as g5, type GetBoekwachterIssueResponse as g6, GetBoekwachterIssueResponseSchema as g7, type GetScriptSourceResponse as g8, GetScriptSourceResponseSchema as g9, type GezmodelLicense as gA, GezmodelLicenseSchema as gB, type GildeUpdateCheckOutcome as gC, GildeUpdateCheckOutcomeSchema as gD, type GildeUpdateCheckResult as gE, GildeUpdateCheckResultSchema as gF, type GildeUpdateStatusResponse as gG, GildeUpdateStatusResponseSchema as gH, type GitAbandonMergeResponse as gI, GitAbandonMergeResponseSchema as gJ, type GitAiMergeRequest as gK, GitAiMergeRequestSchema as gL, type GitAiMergeResponse as gM, GitAiMergeResponseSchema as gN, type GitBranchSwitchRequest as gO, GitBranchSwitchRequestSchema as gP, type GitBranchesResponse as gQ, GitBranchesResponseSchema as gR, type GitChangeKind as gS, GitChangeKindSchema as gT, type GitChangesResponse as gU, GitChangesResponseSchema as gV, type GitCloneResponse as gW, GitCloneResponseSchema as gX, type GitCommitDetailResponse as gY, GitCommitDetailResponseSchema as gZ, type GitCommitRequest as g_, GezelConfigSchema as ga, type GezelGrowthResponse as gb, GezelGrowthResponseSchema as gc, type GezelGrowthState as gd, GezelGrowthStateSchema as ge, type GezelGrowthSummary as gf, GezelGrowthSummarySchema as gg, GezelIconHistoryEntrySchema as gh, type GezelIconHistoryResponse as gi, GezelIconHistoryResponseSchema as gj, type GezelResponse as gk, GezelResponseSchema as gl, type GezelTemplateIdentity as gm, GezelTemplateIdentitySchema as gn, type GezelTemplateManifest as go, GezelTemplateManifestSchema as gp, type GezelTemplateVersionManifest as gq, GezelTemplateVersionManifestSchema as gr, type GezmodelBundleManifest as gs, GezmodelBundleManifestSchema as gt, type GezmodelEngine as gu, GezmodelEngineSchema as gv, type GezmodelFile as gw, GezmodelFileSchema as gx, type GezmodelImportReview as gy, GezmodelImportReviewSchema as gz, type ProjectManagedWorkspaceWritePolicy as h, type GitLogEntry as h$, type GitCommitResponse as h0, GitCommitResponseSchema as h1, type GitCompleteMergeRequest as h2, GitCompleteMergeRequestSchema as h3, type GitCompleteMergeResponse as h4, GitCompleteMergeResponseSchema as h5, type GitConflictFile as h6, GitConflictFileSchema as h7, type GitConflictKind as h8, GitConflictKindSchema as h9, GitHubIdentitySchema as hA, type GitHubLoginPollRequest as hB, GitHubLoginPollRequestSchema as hC, type GitHubLoginPollResponse as hD, GitHubLoginPollResponseSchema as hE, type GitHubLoginStartResponse as hF, GitHubLoginStartResponseSchema as hG, type GitHubPullComment as hH, GitHubPullCommentSchema as hI, type GitHubPullDetail as hJ, GitHubPullDetailSchema as hK, type GitHubPullDiffResponse as hL, GitHubPullDiffResponseSchema as hM, type GitHubPullFile as hN, GitHubPullFileSchema as hO, type GitHubPullSummary as hP, GitHubPullSummarySchema as hQ, type GitHubRepoPreviewRequest as hR, GitHubRepoPreviewRequestSchema as hS, type GitHubRepoPreviewResponse as hT, GitHubRepoPreviewResponseSchema as hU, type GitHubRepoSummary as hV, GitHubRepoSummarySchema as hW, type GitHubReposResponse as hX, GitHubReposResponseSchema as hY, type GitHubWorkflowRun as hZ, GitHubWorkflowRunSchema as h_, type GitConflictVersionsResponse as ha, GitConflictVersionsResponseSchema as hb, type GitDiscardRequest as hc, GitDiscardRequestSchema as hd, type GitDiscardResponse as he, GitDiscardResponseSchema as hf, type GitFetchResponse as hg, GitFetchResponseSchema as hh, type GitFileDiffResponse as hi, GitFileDiffResponseSchema as hj, type GitHubAuthMeta as hk, GitHubAuthMetaSchema as hl, type GitHubCheckStatusResponse as hm, GitHubCheckStatusResponseSchema as hn, type GitHubCreateCommentRequest as ho, GitHubCreateCommentRequestSchema as hp, type GitHubCreateCommentResponse as hq, GitHubCreateCommentResponseSchema as hr, type GitHubCreatePullRequest as hs, GitHubCreatePullRequestSchema as ht, type GitHubCreatePullResponse as hu, GitHubCreatePullResponseSchema as hv, type GitHubCredentialSource as hw, type GitHubIdentity as hx, type GitHubIdentityResponse as hy, GitHubIdentityResponseSchema as hz, type CodexPermissionMode as i, type GithubCreatePullRequest as i$, GitLogEntrySchema as i0, type GitLogResponse as i1, GitLogResponseSchema as i2, type GitMergeStateResponse as i3, GitMergeStateResponseSchema as i4, type GitPushResponse as i5, GitPushResponseSchema as i6, type GitResolveConflictRequest as i7, GitResolveConflictRequestSchema as i8, type GitResolveConflictResponse as i9, GithubChangeKindSchema as iA, type GithubChangesResponse as iB, GithubChangesResponseSchema as iC, type GithubCheckStatusResponse as iD, GithubCheckStatusResponseSchema as iE, type GithubCloneResponse as iF, GithubCloneResponseSchema as iG, type GithubCommitDetailResponse as iH, GithubCommitDetailResponseSchema as iI, type GithubCommitRequest as iJ, GithubCommitRequestSchema as iK, type GithubCommitResponse as iL, GithubCommitResponseSchema as iM, type GithubCompleteMergeRequest as iN, GithubCompleteMergeRequestSchema as iO, type GithubCompleteMergeResponse as iP, GithubCompleteMergeResponseSchema as iQ, type GithubConflictFile as iR, GithubConflictFileSchema as iS, type GithubConflictKind as iT, GithubConflictKindSchema as iU, type GithubConflictVersionsResponse as iV, GithubConflictVersionsResponseSchema as iW, type GithubCreateCommentRequest as iX, GithubCreateCommentRequestSchema as iY, type GithubCreateCommentResponse as iZ, GithubCreateCommentResponseSchema as i_, GitResolveConflictResponseSchema as ia, type GitStatusResponse as ib, GitStatusResponseSchema as ic, type GitSuggestMessageResponse as id, GitSuggestMessageResponseSchema as ie, type GitSyncResponse as ig, GitSyncResponseSchema as ih, type GitSyncState as ii, GitSyncStateSchema as ij, type GitWorkingChange as ik, GitWorkingChangeSchema as il, type GithubAbandonMergeResponse as im, GithubAbandonMergeResponseSchema as io, type GithubAiMergeRequest as ip, GithubAiMergeRequestSchema as iq, type GithubAiMergeResponse as ir, GithubAiMergeResponseSchema as is, type GithubAuthMeta as it, GithubAuthMetaSchema as iu, type GithubBranchSwitchRequest as iv, GithubBranchSwitchRequestSchema as iw, type GithubBranchesResponse as ix, GithubBranchesResponseSchema as iy, type GithubChangeKind as iz, type ClaudePermissionMode as j, GithubWorkingChangeSchema as j$, GithubCreatePullRequestSchema as j0, type GithubCreatePullResponse as j1, GithubCreatePullResponseSchema as j2, type GithubCredentialSource as j3, type GithubDiscardRequest as j4, GithubDiscardRequestSchema as j5, type GithubDiscardResponse as j6, GithubDiscardResponseSchema as j7, type GithubFetchResponse as j8, GithubFetchResponseSchema as j9, type GithubPullSummary as jA, GithubPullSummarySchema as jB, type GithubPushResponse as jC, GithubPushResponseSchema as jD, type GithubRepoPreviewRequest as jE, GithubRepoPreviewRequestSchema as jF, type GithubRepoPreviewResponse as jG, GithubRepoPreviewResponseSchema as jH, type GithubRepoSummary as jI, GithubRepoSummarySchema as jJ, type GithubReposResponse as jK, GithubReposResponseSchema as jL, type GithubResolveConflictRequest as jM, GithubResolveConflictRequestSchema as jN, type GithubResolveConflictResponse as jO, GithubResolveConflictResponseSchema as jP, type GithubStatusResponse as jQ, GithubStatusResponseSchema as jR, type GithubSuggestMessageResponse as jS, GithubSuggestMessageResponseSchema as jT, type GithubSyncResponse as jU, GithubSyncResponseSchema as jV, type GithubSyncState as jW, GithubSyncStateSchema as jX, type GithubWorkflowRun as jY, GithubWorkflowRunSchema as jZ, type GithubWorkingChange as j_, type GithubFileDiffResponse as ja, GithubFileDiffResponseSchema as jb, type GithubIdentity as jc, type GithubIdentityResponse as jd, GithubIdentityResponseSchema as je, GithubIdentitySchema as jf, type GithubLogEntry as jg, GithubLogEntrySchema as jh, type GithubLogResponse as ji, GithubLogResponseSchema as jj, type GithubLoginPollRequest as jk, GithubLoginPollRequestSchema as jl, type GithubLoginPollResponse as jm, GithubLoginPollResponseSchema as jn, type GithubLoginStartResponse as jo, GithubLoginStartResponseSchema as jp, type GithubMergeStateResponse as jq, GithubMergeStateResponseSchema as jr, type GithubPullComment as js, GithubPullCommentSchema as jt, type GithubPullDetail as ju, GithubPullDetailSchema as jv, type GithubPullDiffResponse as jw, GithubPullDiffResponseSchema as jx, type GithubPullFile as jy, GithubPullFileSchema as jz, type SystemDiagnostics as k, HttpsOriginSchema as k$, type GpuProcessMemory as k0, GpuProcessMemorySchema as k1, type GpuProcessOwner as k2, GpuProcessOwnerSchema as k3, type GrepArtifactRequest as k4, GrepArtifactRequestSchema as k5, type GrepArtifactResponse as k6, GrepArtifactResponseSchema as k7, type GrowthEvidence as k8, GrowthEvidenceSchema as k9, HandboekTocEntrySchema as kA, HandboekTocSchema as kB, type HandboekTocSubcategory as kC, HandboekTocSubcategorySchema as kD, type HealthResponse as kE, HealthResponseSchema as kF, type HistoryEntry as kG, HistoryEntrySchema as kH, type HistoryEvent as kI, HistoryEventEntrySchema as kJ, type HistoryEventKind as kK, HistoryEventKindSchema as kL, HistoryEventSchema as kM, type HistoryFilter as kN, HistoryFilterSchema as kO, type HistorySessionEntry as kP, HistorySessionEntrySchema as kQ, type HookDecision as kR, HookDecisionSchema as kS, type HookPhase as kT, HookPhaseSchema as kU, type HookResult as kV, HookResultSchema as kW, type HookSpec as kX, HookSpecSchema as kY, type HtmlLayer as kZ, HtmlLayerSchema as k_, type GrowthProposal as ka, GrowthProposalSchema as kb, type GrowthSignals as kc, GrowthSignalsSchema as kd, type GzelBundleItem as ke, GzelBundleItemSchema as kf, type GzelBundleManifest as kg, GzelBundleManifestSchema as kh, type HandboekArea as ki, HandboekAreaSchema as kj, type HandboekArticle as kk, HandboekArticleSchema as kl, type HandboekFigure as km, HandboekFigureSchema as kn, type HandboekHowDoIResponse as ko, HandboekHowDoIResponseSchema as kp, type HandboekNarrationResponse as kq, HandboekNarrationResponseSchema as kr, type HandboekNarrationSegment as ks, HandboekNarrationSegmentSchema as kt, type HandboekRenderMode as ku, HandboekRenderModeSchema as kv, type HandboekToc as kw, type HandboekTocArea as kx, HandboekTocAreaSchema as ky, type HandboekTocEntry as kz, type ChatModelManifest as l, InstalledToolsetSchema as l$, type ImageEngineStatusResponse as l0, ImageEngineStatusResponseSchema as l1, type ImageExif as l2, ImageExifSchema as l3, type ImageGenerationApprovalIntent as l4, ImageGenerationApprovalIntentSchema as l5, type ImageGenerationMeta as l6, ImageGenerationMetaSchema as l7, type ImageGenerationRequest as l8, ImageGenerationRequestSchema as l9, type ImportCustomMcpConfigRequest as lA, ImportCustomMcpConfigRequestSchema as lB, type ImportCustomMcpConfigResponse as lC, ImportCustomMcpConfigResponseSchema as lD, type ImportProvenance as lE, ImportProvenanceSchema as lF, type ImportedAboutProvenance as lG, ImportedAboutProvenanceSchema as lH, type ImportedCraftbookProvenance as lI, ImportedCraftbookProvenanceSchema as lJ, type ImportedGezelProvenance as lK, ImportedGezelProvenanceSchema as lL, type InsertAtMarkerInProjectWorkspaceFileRequest as lM, InsertAtMarkerInProjectWorkspaceFileRequestSchema as lN, type InstallPackageRequest as lO, InstallPackageRequestSchema as lP, type InstallPackageResponse as lQ, InstallPackageResponseSchema as lR, type InstalledAudioModel as lS, InstalledAudioModelSchema as lT, type InstalledImageModel as lU, InstalledImageModelSchema as lV, type InstalledPackage as lW, InstalledPackageSchema as lX, type InstalledRecognitionModel as lY, InstalledRecognitionModelSchema as lZ, type InstalledToolset as l_, type ImageGenerationResponse as la, ImageGenerationResponseSchema as lb, type ImageInputSource as lc, ImageInputSourceSchema as ld, type ImageLayer as le, ImageLayerSchema as lf, type ImageModelAuxiliaryFile as lg, ImageModelAuxiliaryFileSchema as lh, type ImageModelAuxiliaryRole as li, ImageModelAuxiliaryRoleSchema as lj, type ImageModelCategory as lk, ImageModelCategorySchema as ll, type ImageModelHardwareTier as lm, ImageModelHardwareTierSchema as ln, type ImageModelIdentity as lo, ImageModelIdentitySchema as lp, type ImageModelManifest as lq, ImageModelManifestSchema as lr, type ImageModelPullEvent as ls, ImageModelPullEventSchema as lt, type ImageModelVersionManifest as lu, ImageModelVersionManifestSchema as lv, type ImageRecognition as lw, ImageRecognitionSchema as lx, type ImageStaticMeta as ly, ImageStaticMetaSchema as lz, type ModelFitnessRecord as m, ListEntityMentionsRequestSchema as m$, type InstalledVideoModel as m0, InstalledVideoModelSchema as m1, type InstructionMergeMode as m2, InstructionMergeModeSchema as m3, type InstructionSourceFile as m4, InstructionSourceFileSchema as m5, type InterruptSessionRequest as m6, InterruptSessionRequestSchema as m7, type InvokePageToolRequest as m8, InvokePageToolRequestSchema as m9, LayerSchema as mA, type LegacyCodexPermissionMode as mB, LegacyCodexPermissionModeSchema as mC, type LicenseClass as mD, LicenseClassSchema as mE, LicenseMetaShape as mF, type ListActiveImagePullsResponse as mG, ListActiveImagePullsResponseSchema as mH, type ListActiveVideoPullsResponse as mI, ListActiveVideoPullsResponseSchema as mJ, type ListAudioCatalogResponse as mK, ListAudioCatalogResponseSchema as mL, type ListAudioVoicesResponse as mM, ListAudioVoicesResponseSchema as mN, type ListCatalogItemVersionsResponse as mO, ListCatalogItemVersionsResponseSchema as mP, type ListCatalogItemsResponse as mQ, ListCatalogItemsResponseSchema as mR, type ListChatSessionsResponse as mS, ListChatSessionsResponseSchema as mT, type ListCodeReviewsResponse as mU, ListCodeReviewsResponseSchema as mV, type ListCraftbooksResponse as mW, ListCraftbooksResponseSchema as mX, type ListDependenciesResponse as mY, ListDependenciesResponseSchema as mZ, type ListEntityMentionsRequest as m_, type InvokePageToolResponse as ma, InvokePageToolResponseSchema as mb, type InvokeSessionToolRequest as mc, InvokeSessionToolRequestSchema as md, type InvokeSessionToolResponse as me, InvokeSessionToolResponseSchema as mf, KNOWN_PROFILE_IDS as mg, type KeurmeesterAction as mh, KeurmeesterActionSchema as mi, type KeurmeesterCaseClosed as mj, KeurmeesterCaseClosedSchema as mk, type KeurmeesterCaseOpened as ml, KeurmeesterCaseOpenedSchema as mm, type KeurmeesterCaseOutcome as mn, KeurmeesterCaseOutcomeSchema as mo, type KeurmeesterCaseRecord as mp, KeurmeesterCaseRecordSchema as mq, type KeurmeesterFailureClass as mr, KeurmeesterFailureClassSchema as ms, type KeurmeesterTriggerKind as mt, KeurmeesterTriggerKindSchema as mu, type KeurmeesterVerdict as mv, KeurmeesterVerdictSchema as mw, type KnownProfileId as mx, LEVEL_THRESHOLDS as my, type Layer as mz, type GateScriptRef as n, type LlamaCppContextSizingResponse as n$, type ListEntityMentionsResponse as n0, ListEntityMentionsResponseSchema as n1, type ListFileIssuesRequest as n2, ListFileIssuesRequestSchema as n3, type ListFileIssuesResponse as n4, ListFileIssuesResponseSchema as n5, type ListGezelsResponse as n6, ListGezelsResponseSchema as n7, type ListGitHubPullCommentsResponse as n8, ListGitHubPullCommentsResponseSchema as n9, type ListModelsResponse as nA, ListModelsResponseSchema as nB, type ListPackageScriptsResponse as nC, ListPackageScriptsResponseSchema as nD, type ListProjectsForGezelResponse as nE, ListProjectsForGezelResponseSchema as nF, type ListProjectsResponse as nG, ListProjectsResponseSchema as nH, type ListQuestionsResponse as nI, ListQuestionsResponseSchema as nJ, type ListRecognitionCatalogResponse as nK, ListRecognitionCatalogResponseSchema as nL, type ListScriptsResponse as nM, ListScriptsResponseSchema as nN, type ListSessionQueueResponse as nO, ListSessionQueueResponseSchema as nP, type ListSessionToolsResponse as nQ, ListSessionToolsResponseSchema as nR, type ListTaskNotesResponse as nS, ListTaskNotesResponseSchema as nT, type ListTasksResponse as nU, ListTasksResponseSchema as nV, type ListTerminalThreadsResponse as nW, ListTerminalThreadsResponseSchema as nX, type ListTimelineResponse as nY, ListTimelineResponseSchema as nZ, type LlamaCppContextSizing as n_, type ListGitHubPullFilesResponse as na, ListGitHubPullFilesResponseSchema as nb, type ListGitHubPullsResponse as nc, ListGitHubPullsResponseSchema as nd, type ListGitHubWorkflowRunsResponse as ne, ListGitHubWorkflowRunsResponseSchema as nf, type ListGithubPullCommentsResponse as ng, ListGithubPullCommentsResponseSchema as nh, type ListGithubPullFilesResponse as ni, ListGithubPullFilesResponseSchema as nj, type ListGithubPullsResponse as nk, ListGithubPullsResponseSchema as nl, type ListGithubWorkflowRunsResponse as nm, ListGithubWorkflowRunsResponseSchema as nn, type ListHistoryResponse as no, ListHistoryResponseSchema as np, type ListInstalledAudioModelsResponse as nq, ListInstalledAudioModelsResponseSchema as nr, type ListInstalledImageModelsResponse as ns, ListInstalledImageModelsResponseSchema as nt, type ListInstalledRecognitionModelsResponse as nu, ListInstalledRecognitionModelsResponseSchema as nv, type ListInstalledVideoModelsResponse as nw, ListInstalledVideoModelsResponseSchema as nx, type ListMentionCandidatesResponse as ny, ListMentionCandidatesResponseSchema as nz, type ModelTier as o, type ModelContextOverrideUpdate as o$, LlamaCppContextSizingResponseSchema as o0, LlamaCppContextSizingSchema as o1, type LlamaCppEngineConfig as o2, LlamaCppEngineConfigSchema as o3, type LocalEngineLifecycle as o4, LocalEngineLifecycleSchema as o5, MEESTER_STATUS_HEADLINE_MAX as o6, MODEL_TIER_ORDER as o7, type MachineMemoryKind as o8, MachineMemoryKindSchema as o9, type MeesterStatusAction as oA, MeesterStatusActionSchema as oB, type MeesterStatusCta as oC, MeesterStatusCtaSchema as oD, type MeesterStatusModelOutput as oE, MeesterStatusModelOutputSchema as oF, type MeesterStatusReport as oG, MeesterStatusReportSchema as oH, type MeesterStatusResponse as oI, MeesterStatusResponseSchema as oJ, type MeesterStatusState as oK, MeesterStatusStateSchema as oL, type MentionCandidate as oM, MentionCandidateSchema as oN, type MessageGezelRequest as oO, MessageGezelRequestSchema as oP, type MessageGezelResponse as oQ, MessageGezelResponseSchema as oR, type MessageImageDigest as oS, MessageImageDigestSchema as oT, MinGezelVersionShape as oU, type MlxRuntimeStatus as oV, MlxRuntimeStatusSchema as oW, type MockHttpRoute as oX, MockHttpRouteSchema as oY, type MockService as oZ, MockServiceSchema as o_, type MachineMemoryUsage as oa, MachineMemoryUsageSchema as ob, type MapAttackSurfaceResponse as oc, MapAttackSurfaceResponseSchema as od, type MapBlock as oe, type MapBlockHealth as of, MapBlockHealthSchema as og, MapBlockSchema as oh, MapBuildingSchema as oi, MapDistrictSchema as oj, MapPlazaSchema as ok, type MapPrChange as ol, MapPrChangeSchema as om, type MapPrOverlay as on, MapPrOverlaySchema as oo, type MapRepoRequest as op, MapRepoRequestSchema as oq, type MapRepoResponse as or, MapRepoResponseSchema as os, type MapRoad as ot, MapRoadSchema as ou, MapStreetSchema as ov, type MapUrbanity as ow, MapUrbanitySchema as ox, type McpToolInfo as oy, McpToolInfoSchema as oz, type GateCheck as p, OutlineFileRequestSchema as p$, ModelContextOverrideUpdateSchema as p0, type ModelContextOverridesResponse as p1, ModelContextOverridesResponseSchema as p2, type ModelDownloadPreflightRequest as p3, ModelDownloadPreflightRequestSchema as p4, type ModelDownloadPreflightResponse as p5, ModelDownloadPreflightResponseSchema as p6, type ModelFamily as p7, ModelFamilySchema as p8, ModelFitnessRecordSchema as p9, type NightShiftCompletedTask as pA, NightShiftCompletedTaskSchema as pB, type NightShiftReport as pC, NightShiftReportSchema as pD, type NightShiftReviewIntent as pE, NightShiftReviewIntentSchema as pF, type NightShiftReviewResponse as pG, NightShiftReviewResponseSchema as pH, type NightShiftTaskBrief as pI, NightShiftTaskBriefSchema as pJ, type NightShiftTasksResponse as pK, NightShiftTasksResponseSchema as pL, type NodeScriptPassesCheck as pM, NodeScriptPassesCheckSchema as pN, type NormalizedStepGate as pO, type NpmInstallApprovalDecision as pP, NpmInstallApprovalDecisionSchema as pQ, type NpmInstallApprovalPackage as pR, NpmInstallApprovalPackageSchema as pS, type NpmInstallRequest as pT, NpmInstallRequestSchema as pU, NpmPackageNameSchema as pV, type NpmRegistryPackageRequest as pW, NpmRegistryPackageRequestSchema as pX, NpmRegistryVersionSchema as pY, OutcomeSchema as pZ, type OutlineFileRequest as p_, type ModelFitnessStatus as pa, ModelFitnessStatusSchema as pb, type ModelFitnessTrigger as pc, ModelFitnessTriggerSchema as pd, type ModelInfo as pe, ModelInfoSchema as pf, type ModelStyle as pg, ModelStyleSchema as ph, ModelTierSchema as pi, type NamedScriptCapability as pj, NamedScriptCapabilitySchema as pk, type NativeEngineInstallStatus as pl, NativeEngineInstallStatusSchema as pm, type NativeEngineName as pn, NativeEngineNameSchema as po, type NativeEngineResolveEvent as pp, NativeEngineResolveEventSchema as pq, type NativeEngineStatusResponse as pr, NativeEngineStatusResponseSchema as ps, NewCraftbookStepSchema as pt, type NewTaskFanout as pu, NewTaskFanoutSchema as pv, type NewTaskStep as pw, NewTaskStepSchema as px, type NightShiftBackgroundWorkBrief as py, NightShiftBackgroundWorkBriefSchema as pz, type StepGate as q, ProjectConnectorBindingSchema as q$, type OutlineFileResponse as q0, OutlineFileResponseSchema as q1, PAGE_BRIDGE_VERSION as q2, type PageApiBootstrap as q3, PageApiBootstrapSchema as q4, type PageBridgeErrorCode as q5, PageBridgeErrorCodeSchema as q6, type PageCheckRequest as q7, PageCheckRequestSchema as q8, type PageCheckResponse as q9, type PendingImportItem as qA, PendingImportItemSchema as qB, type PendingImports as qC, PendingImportsSchema as qD, type PendingLevelUp as qE, PendingLevelUpSchema as qF, type PendingPersona as qG, PendingPersonaSchema as qH, type PendingScript as qI, PendingScriptSchema as qJ, type PixelsLayer as qK, PixelsLayerSchema as qL, type PreviewLogEntry as qM, PreviewLogEntrySchema as qN, type PreviewSource as qO, PreviewSourceSchema as qP, type ProfileKind as qQ, type ProfileMeta as qR, type ProjectAboutPreviewRequest as qS, ProjectAboutPreviewRequestSchema as qT, type ProjectAboutPreviewResponse as qU, ProjectAboutPreviewResponseSchema as qV, type ProjectActivity as qW, ProjectActivitySchema as qX, type ProjectApprovalsResponse as qY, ProjectApprovalsResponseSchema as qZ, type ProjectConnectorBinding as q_, PageCheckResponseSchema as qa, PageHelloMessageSchema as qb, PageInvokeMessageSchema as qc, type PageReadEntry as qd, PageReadEntrySchema as qe, PageReadMessageSchema as qf, type PageReadRequest as qg, PageReadRequestSchema as qh, type PageReadResponse as qi, PageReadResponseSchema as qj, type PageReadSource as qk, PageReadSourceSchema as ql, PageRefreshMessageSchema as qm, type PageToParentMessage as qn, PageToParentMessageSchema as qo, PageUnwatchMessageSchema as qp, PageWatchMessageSchema as qq, ParentChangeMessageSchema as qr, ParentInitMessageSchema as qs, ParentReadResultMessageSchema as qt, ParentResultMessageSchema as qu, ParentThemeMessageSchema as qv, type ParentToPageMessage as qw, ParentToPageMessageSchema as qx, type ParseCraftbookTestSpecOptions as qy, type ParseCraftbookTestSpecResult as qz, type CraftbookStep as r, QueuedMessageSchema as r$, type ProjectCraftbookProvenance as r0, ProjectCraftbookProvenanceSchema as r1, type ProjectDetail as r2, ProjectDetailSchema as r3, type ProjectFileEntry as r4, ProjectFileEntrySchema as r5, type ProjectFolderPreviewRequest as r6, ProjectFolderPreviewRequestSchema as r7, type ProjectFolderPreviewResponse as r8, ProjectFolderPreviewResponseSchema as r9, type ProjectTypePages as rA, ProjectTypePagesSchema as rB, type ProjectTypePreviewRead as rC, ProjectTypePreviewReadSchema as rD, type ProjectTypeProvenance as rE, ProjectTypeProvenanceSchema as rF, type ProjectTypeSchedule as rG, ProjectTypeScheduleSchema as rH, type ProjectTypeTool as rI, type ProjectTypeToolReaction as rJ, ProjectTypeToolReactionSchema as rK, ProjectTypeToolSchema as rL, type ProjectTypeToolsetRef as rM, ProjectTypeToolsetSchema as rN, type ProjectTypeVersionManifest as rO, ProjectTypeVersionManifestSchema as rP, type PrometheusAlertsCheck as rQ, PrometheusAlertsCheckSchema as rR, type PromptTags as rS, PromptTagsSchema as rT, type Question as rU, type QuestionAnswer as rV, QuestionAnswerSchema as rW, type QuestionIntent as rX, QuestionIntentSchema as rY, QuestionSchema as rZ, type QueuedMessage as r_, type ProjectForGezel as ra, ProjectForGezelSchema as rb, type ProjectGitHub as rc, ProjectGitHubSchema as rd, type ProjectGithub as re, ProjectGithubSchema as rf, type ProjectLocalConfig as rg, ProjectLocalConfigSchema as rh, ProjectManagedWorkspaceWritePolicySchema as ri, type ProjectNudgeConfig as rj, ProjectNudgeConfigSchema as rk, type ProjectNudgeState as rl, ProjectNudgeStateSchema as rm, type ProjectResponse as rn, ProjectResponseSchema as ro, ProjectSchema as rp, type ProjectTabVisibility as rq, ProjectTabVisibilitySchema as rr, type ProjectTypeCategory as rs, ProjectTypeCategorySchema as rt, type ProjectTypeGezelRef as ru, ProjectTypeGezelSchema as rv, type ProjectTypeIdentity as rw, ProjectTypeIdentitySchema as rx, type ProjectTypeManifest as ry, ProjectTypeManifestSchema as rz, type StepDeliverable as s, ReplaceInProjectWorkspaceFileRequestSchema as s$, type ReadArtifactSliceOpts as s0, ReadArtifactSliceOptsSchema as s1, type ReadArtifactSliceResponse as s2, ReadArtifactSliceResponseSchema as s3, type ReadDocAsMarkdownRequest as s4, ReadDocAsMarkdownRequestSchema as s5, type ReadDocAsMarkdownResponse as s6, ReadDocAsMarkdownResponseSchema as s7, type ReadImageBase64Request as s8, ReadImageBase64RequestSchema as s9, RecognitionModeSchema as sA, type RecognitionPullEvent as sB, RecognitionPullEventSchema as sC, type RecognitionRequest as sD, RecognitionRequestSchema as sE, type RecognitionResponse as sF, RecognitionResponseSchema as sG, RectSchema as sH, type ReferenceFileLocationRequest as sI, ReferenceFileLocationRequestSchema as sJ, type ReferenceFileLocationResponse as sK, ReferenceFileLocationResponseSchema as sL, type ReferencePreviewRequest as sM, ReferencePreviewRequestSchema as sN, type ReferencePreviewResponse as sO, ReferencePreviewResponseSchema as sP, type RemoteServingConfig as sQ, RemoteServingConfigSchema as sR, type RenameDocumentRequest as sS, RenameDocumentRequestSchema as sT, type RenameGezelRequest as sU, RenameGezelRequestSchema as sV, type RenderImageRequest as sW, RenderImageRequestSchema as sX, type RenderImageResponse as sY, RenderImageResponseSchema as sZ, type ReplaceInProjectWorkspaceFileRequest as s_, type ReadImageBase64Response as sa, ReadImageBase64ResponseSchema as sb, type ReadSymbolRequest as sc, ReadSymbolRequestSchema as sd, type ReadSymbolResponse as se, ReadSymbolResponseSchema as sf, type ReadWorkspaceFilesRequest as sg, ReadWorkspaceFilesRequestSchema as sh, type ReadWorkspaceFilesResponse as si, ReadWorkspaceFilesResponseSchema as sj, type ReasoningBlock as sk, ReasoningBlockSchema as sl, type ReasoningFormat as sm, ReasoningFormatSchema as sn, type RecentTab as so, type RecentTabArea as sp, RecentTabAreaSchema as sq, RecentTabSchema as sr, RecoMetaShape as ss, type RecognitionCatalogEntry as st, RecognitionCatalogEntrySchema as su, type RecognitionHealth as sv, RecognitionHealthSchema as sw, type RecognitionMode as sx, type RecognitionModeRequest as sy, RecognitionModeRequestSchema as sz, type Craftbook as t, ScheduleMaterializationSchema as t$, type ReplaceLinesInProjectWorkspaceFileRequest as t0, ReplaceLinesInProjectWorkspaceFileRequestSchema as t1, type ReportPreviewLogRequest as t2, ReportPreviewLogRequestSchema as t3, type RequestAskRequest as t4, RequestAskRequestSchema as t5, type RequestAskResponse as t6, RequestAskResponseSchema as t7, type RequestPermissionRequest as t8, RequestPermissionRequestSchema as t9, type RunNpxResponse as tA, RunNpxResponseSchema as tB, type RunPackageScriptRequest as tC, RunPackageScriptRequestSchema as tD, type RunPackageScriptResponse as tE, RunPackageScriptResponseSchema as tF, type RunScriptRequest as tG, RunScriptRequestSchema as tH, type RunScriptResponse as tI, RunScriptResponseSchema as tJ, type RunTerminalCommandRequest as tK, RunTerminalCommandRequestSchema as tL, type RunTerminalCommandResponse as tM, RunTerminalCommandResponseSchema as tN, type SamplingBlock as tO, SamplingBlockSchema as tP, type SaveScriptSourceRequest as tQ, SaveScriptSourceRequestSchema as tR, type SaveScriptSourceResponse as tS, SaveScriptSourceResponseSchema as tT, type ScanFindingsRequest as tU, ScanFindingsRequestSchema as tV, type ScanFindingsResponse as tW, ScanFindingsResponseSchema as tX, type ScheduleApprovalIntent as tY, ScheduleApprovalIntentSchema as tZ, type ScheduleMaterialization as t_, type RequestPermissionResponse as ta, RequestPermissionResponseSchema as tb, type RerollGezelPoppetjeRequest as tc, RerollGezelPoppetjeRequestSchema as td, type ResidentEngineModel as te, ResidentEngineModelSchema as tf, type ResolveArtifactResponse as tg, ResolveArtifactResponseSchema as th, type ResolveSecurityFindingRequest as ti, ResolveSecurityFindingRequestSchema as tj, type ResolveSecurityFindingResponse as tk, ResolveSecurityFindingResponseSchema as tl, type RevertGezelIconRequest as tm, RevertGezelIconRequestSchema as tn, type RewriteTextContext as to, RewriteTextContextSchema as tp, type RewriteTextRequest as tq, RewriteTextRequestSchema as tr, type RewriteTextResponse as ts, RewriteTextResponseSchema as tt, type RunGitRequest as tu, RunGitRequestSchema as tv, type RunGitResponse as tw, RunGitResponseSchema as tx, type RunNpxRequest as ty, RunNpxRequestSchema as tz, type Task as u, type SearchFilesRequest as u$, ScriptArrayOutputSchema as u0, ScriptBooleanInputSchema as u1, ScriptBooleanOutputSchema as u2, type ScriptCapability as u3, ScriptCapabilitySchema as u4, ScriptChoiceInputSchema as u5, type ScriptDiagnostic as u6, ScriptDiagnosticSchema as u7, ScriptInputError as u8, ScriptInputFieldSchema as u9, ScriptRunStatusSchema as uA, type ScriptRunTrigger as uB, ScriptRunTriggerSchema as uC, type ScriptScope as uD, ScriptScopeSchema as uE, ScriptStringInputSchema as uF, ScriptStringOutputSchema as uG, type ScriptTemplateId as uH, ScriptTemplateIdSchema as uI, type SdkTypesResponse as uJ, SdkTypesResponseSchema as uK, type SearchCodeRequest as uL, SearchCodeRequestSchema as uM, type SearchCodeResponse as uN, SearchCodeResponseSchema as uO, type SearchDocsRequest as uP, SearchDocsRequestSchema as uQ, type SearchDocsResponse as uR, SearchDocsResponseSchema as uS, type SearchDocumentsRequest as uT, SearchDocumentsRequestSchema as uU, type SearchDocumentsResponse as uV, SearchDocumentsResponseSchema as uW, type SearchFilesContextLine as uX, SearchFilesContextLineSchema as uY, type SearchFilesMatch as uZ, SearchFilesMatchSchema as u_, type ScriptInputs as ua, ScriptInputsSchema as ub, ScriptJsonInputSchema as uc, ScriptJsonOutputSchema as ud, ScriptMetaSchema as ue, ScriptNameSchema as uf, ScriptNumberInputSchema as ug, ScriptNumberOutputSchema as uh, ScriptObjectOutputSchema as ui, ScriptOutputFieldSchema as uj, type ScriptOutputPredicate as uk, ScriptOutputPredicateSchema as ul, type ScriptOutputs as um, ScriptOutputsSchema as un, type ScriptProvenance as uo, ScriptProvenanceSchema as up, type ScriptRef as uq, ScriptRefInputSchema as ur, type ScriptRefList as us, ScriptRefListSchema as ut, ScriptRefSchema as uu, type ScriptRun as uv, type ScriptRunCall as uw, ScriptRunCallSchema as ux, ScriptRunSchema as uy, type ScriptRunStatus as uz, type CatalogItemSummary as v, type SharedModelMigrationRequest as v$, SearchFilesRequestSchema as v0, type SearchFilesResponse as v1, SearchFilesResponseSchema as v2, type SearchImagesRequest as v3, SearchImagesRequestSchema as v4, type SearchImagesResponse as v5, SearchImagesResponseSchema as v6, type SearchResult as v7, SearchResultSchema as v8, type SearchSessionsRequest as v9, SendChatResponseSchema as vA, type SendToSessionRequest as vB, SendToSessionRequestSchema as vC, type SendToSessionResponse as vD, SendToSessionResponseSchema as vE, type ServiceRole as vF, ServiceRoleSchema as vG, type SessionDebugSnapshot as vH, SessionDebugSnapshotSchema as vI, type SessionGpuTask as vJ, SessionGpuTaskSchema as vK, type SessionSearchResult as vL, SessionSearchResultSchema as vM, type SessionTelemetry as vN, type SessionTelemetryListResponse as vO, SessionTelemetryListResponseSchema as vP, SessionTelemetrySchema as vQ, type SessionTurnTelemetry as vR, SessionTurnTelemetrySchema as vS, type SetTaskStatusRequest as vT, SetTaskStatusRequestSchema as vU, type Settlement as vV, SettlementSchema as vW, type SharedModelMigrationCandidate as vX, SharedModelMigrationCandidateSchema as vY, type SharedModelMigrationCandidatesResponse as vZ, SharedModelMigrationCandidatesResponseSchema as v_, SearchSessionsRequestSchema as va, type SearchSessionsResponse as vb, SearchSessionsResponseSchema as vc, type SecurityDependency as vd, SecurityDependencySchema as ve, SecurityFindingSchema as vf, type SecurityFindingStatus as vg, SecurityFindingStatusSchema as vh, type SecurityFindingWire as vi, type SecurityOverviewResponse as vj, SecurityOverviewResponseSchema as vk, SecurityPolicySchema as vl, type SecurityScanRequest as vm, SecurityScanRequestSchema as vn, type SecurityScanResponse as vo, SecurityScanResponseSchema as vp, SecuritySeveritySchema as vq, type SecuritySeverityWire as vr, SecuritySourceSchema as vs, type SendChannelMessageRequest as vt, SendChannelMessageRequestSchema as vu, type SendChannelMessageResponse as vv, SendChannelMessageResponseSchema as vw, type SendChatRequest as vx, SendChatRequestSchema as vy, type SendChatResponse as vz, type AcceptGrowthProposalRequest as w, type TaskNightShift as w$, SharedModelMigrationRequestSchema as w0, type SharedModelMigrationResult as w1, SharedModelMigrationResultSchema as w2, type SharedModelMigrationSource as w3, SharedModelMigrationSourceSchema as w4, type SpawnTaskInstancesRequest as w5, SpawnTaskInstancesRequestSchema as w6, type StartCodeReviewRequest as w7, StartCodeReviewRequestSchema as w8, type StartCodeReviewResponse as w9, type SymbolContext as wA, SymbolContextSchema as wB, type SystemBootstrapStatus as wC, SystemBootstrapStatusSchema as wD, SystemDiagnosticsSchema as wE, type SystemHomeInfo as wF, SystemHomeInfoSchema as wG, type SystemToolsetInstallEvent as wH, SystemToolsetInstallEventSchema as wI, type SystemToolsetInstallPhase as wJ, type SystemToolsetInstallSnapshot as wK, SystemToolsetInstallSnapshotSchema as wL, TOOL_CALL_DIFF_MAX_BYTES as wM, type TaskAssignee as wN, TaskAssigneeSchema as wO, type TaskCraftbook as wP, TaskCraftbookSchema as wQ, type TaskCraftbookSource as wR, TaskCraftbookSourceSchema as wS, type TaskCraftbookStep as wT, TaskCraftbookStepSchema as wU, type TaskCron as wV, type TaskCronOverlap as wW, TaskCronOverlapSchema as wX, TaskCronSchema as wY, type TaskFanout as wZ, TaskFanoutSchema as w_, StartCodeReviewResponseSchema as wa, StepDeliverableSchema as wb, StepGateSchema as wc, type StepGateUnion as wd, StepGateUnionSchema as we, type StepPatch as wf, type StepPosition as wg, StepPositionSchema as wh, type StepSniff as wi, StepSniffSchema as wj, type StructuredOutput as wk, StructuredOutputSchema as wl, type SuggestCraftbooksResponse as wm, SuggestCraftbooksResponseSchema as wn, type SuggestedCraftbook as wo, SuggestedCraftbookSchema as wp, type SuggestedWorkItem as wq, SuggestedWorkItemSchema as wr, type SuggestedWorkResponse as ws, SuggestedWorkResponseSchema as wt, type SuggestedWorkSource as wu, SuggestedWorkSourceSchema as wv, type SuggestedWorkState as ww, SuggestedWorkStateSchema as wx, type SvgLayer as wy, SvgLayerSchema as wz, AcceptGrowthProposalRequestSchema as x, ToolsetRuntimeSchema as x$, TaskNightShiftSchema as x0, type TaskNote as x1, type TaskNoteAuthor as x2, TaskNoteAuthorSchema as x3, TaskNoteSchema as x4, type TaskPausedIntent as x5, TaskPausedIntentSchema as x6, type TaskPausedReason as x7, TaskPausedReasonSchema as x8, TaskRefSchema as x9, TerminalThreadSummarySchema as xA, type TerminalTimelineEntry as xB, TerminalTimelineEntrySchema as xC, type TerminalWorkingDirChangedEvent as xD, TerminalWorkingDirChangedEventSchema as xE, type TextLayer as xF, TextLayerSchema as xG, type TimelineMessage as xH, TimelineMessageSchema as xI, type ToolCallFormat as xJ, ToolCallFormatSchema as xK, type ToolPermissionIntent as xL, ToolPermissionIntentSchema as xM, type ToolsetCategory as xN, ToolsetCategorySchema as xO, type ToolsetConfig as xP, type ToolsetConfigField as xQ, ToolsetConfigFieldSchema as xR, ToolsetConfigSchema as xS, type ToolsetIdentity as xT, ToolsetIdentitySchema as xU, type ToolsetInstallApprovalIntent as xV, ToolsetInstallApprovalIntentSchema as xW, type ToolsetManifest as xX, ToolsetManifestSchema as xY, type ToolsetPlatform as xZ, ToolsetPlatformSchema as x_, type TaskResponse as xa, TaskResponseSchema as xb, TaskSchema as xc, type TaskStatus as xd, TaskStatusSchema as xe, type TaskVariation as xf, TaskVariationSchema as xg, type TerminalEventEnvelope as xh, TerminalEventEnvelopeSchema as xi, type TerminalFileReference as xj, TerminalFileReferenceSchema as xk, type TerminalInputRequestedEvent as xl, TerminalInputRequestedEventSchema as xm, type TerminalMessage as xn, type TerminalMessageEvent as xo, TerminalMessageEventSchema as xp, TerminalMessageSchema as xq, type TerminalOpenFileEvent as xr, TerminalOpenFileEventSchema as xs, type TerminalOutputChunkEvent as xt, TerminalOutputChunkEventSchema as xu, type TerminalRunStartedEvent as xv, TerminalRunStartedEventSchema as xw, type TerminalThread as xx, TerminalThreadSchema as xy, type TerminalThreadSummary as xz, type ActiveImagePull as y, type UpdateTaskRequest as y$, type ToolsetVersionManifest as y0, ToolsetVersionManifestSchema as y1, type ToolsetsScope as y2, ToolsetsScopeSchema as y3, type TraceTaintRequest as y4, TraceTaintRequestSchema as y5, type TraceTaintResponse as y6, TraceTaintResponseSchema as y7, type TraitProposal as y8, TraitProposalSchema as y9, UpdateConfigRequestSchema as yA, type UpdateCraftbookRequest as yB, UpdateCraftbookRequestSchema as yC, type UpdateGezelAboutRequest as yD, UpdateGezelAboutRequestSchema as yE, type UpdateGezelFixedFunctionDefaultsRequest as yF, UpdateGezelFixedFunctionDefaultsRequestSchema as yG, type UpdateGezelIconRequest as yH, UpdateGezelIconRequestSchema as yI, type UpdateGezelMarkdownRequest as yJ, UpdateGezelMarkdownRequestSchema as yK, type UpdateGezelPoppetjeRequest as yL, UpdateGezelPoppetjeRequestSchema as yM, type UpdateGezelSettingsRequest as yN, UpdateGezelSettingsRequestSchema as yO, type UpdateProjectRequest as yP, UpdateProjectRequestSchema as yQ, type UpdateQueuedMessageRequest as yR, UpdateQueuedMessageRequestSchema as yS, type UpdateQueuedMessageResponse as yT, UpdateQueuedMessageResponseSchema as yU, type UpdateTaskCraftbookRequest as yV, UpdateTaskCraftbookRequestSchema as yW, type UpdateTaskNoteRequest as yX, UpdateTaskNoteRequestSchema as yY, type UpdateTaskNoteResponse as yZ, UpdateTaskNoteResponseSchema as y_, type TransformStreamEvent as ya, TransformStreamEventSchema as yb, type TransformTextMode as yc, TransformTextModeSchema as yd, type TransformTextRequest as ye, TransformTextRequestSchema as yf, type TuningAction as yg, TuningActionSchema as yh, type TuningProfileId as yi, TuningProfileIdSchema as yj, type TuningProposal as yk, TuningProposalSchema as yl, UNIFIED_SEARCH_RESULT_KINDS as ym, type UnifiedSearchRequest as yn, UnifiedSearchRequestSchema as yo, type UnifiedSearchResponse as yp, UnifiedSearchResponseSchema as yq, type UnifiedSearchResult as yr, type UnifiedSearchResultKind as ys, UnifiedSearchResultKindSchema as yt, UnifiedSearchResultSchema as yu, type UpdateBoekwachterIssueRequest as yv, UpdateBoekwachterIssueRequestSchema as yw, type UpdateBoekwachterIssueResponse as yx, UpdateBoekwachterIssueResponseSchema as yy, type UpdateConfigRequest as yz, ActiveImagePullSchema as z, type WorkspaceCommandShapes as z$, UpdateTaskRequestSchema as z0, type UpdateTaskStepRequest as z1, UpdateTaskStepRequestSchema as z2, type UpdateTaskStepResponse as z3, UpdateTaskStepResponseSchema as z4, VILLAGE_FILE_ABOUT as z5, VILLAGE_FILE_SCHEMA_VERSION as z6, type VideoAccelerator as z7, VideoAcceleratorSchema as z8, type VideoEngineStatusResponse as z9, type VillageDomainState as zA, VillageDomainStateSchema as zB, type VillageDowntown as zC, VillageDowntownSchema as zD, type VillageFile as zE, VillageFileSchema as zF, type VillageJournalNode as zG, VillageJournalNodeSchema as zH, VillageOverrideSchema as zI, WORKSPACE_READ_DEADLINE_MS as zJ, WORKSPACE_READ_MAX_BATCH_LINES as zK, WORKSPACE_READ_MAX_BATCH_RESULT_BYTES as zL, WORKSPACE_READ_MAX_BATCH_SCAN_BYTES as zM, WORKSPACE_READ_MAX_FILES as zN, WORKSPACE_READ_MAX_RANGE_LINES as zO, WORKSPACE_READ_MAX_RESULT_BYTES as zP, WORKSPACE_READ_MAX_SCAN_BYTES as zQ, type WebSearchRequest as zR, WebSearchRequestSchema as zS, type WebSearchResponse as zT, WebSearchResponseSchema as zU, type WebhookChannelConfig as zV, WebhookChannelConfigSchema as zW, type WikipediaSearchRequest as zX, WikipediaSearchRequestSchema as zY, type WorkspaceCommandIndex as zZ, WorkspaceCommandIndexSchema as z_, VideoEngineStatusResponseSchema as za, type VideoGenerationApprovalIntent as zb, VideoGenerationApprovalIntentSchema as zc, type VideoGenerationMeta as zd, VideoGenerationMetaSchema as ze, type VideoGenerationRequest as zf, VideoGenerationRequestSchema as zg, type VideoGenerationResponse as zh, VideoGenerationResponseSchema as zi, type VideoInputSource as zj, VideoInputSourceSchema as zk, type VideoModelFamily as zl, VideoModelFamilySchema as zm, type VideoModelIdentity as zn, VideoModelIdentitySchema as zo, type VideoModelLoad as zp, VideoModelLoadSchema as zq, type VideoModelManifest as zr, VideoModelManifestSchema as zs, type VideoModelPullEvent as zt, VideoModelPullEventSchema as zu, type VideoModelSource as zv, VideoModelSourceSchema as zw, type VideoModelVersionManifest as zx, VideoModelVersionManifestSchema as zy, VillageAnchorSchema as zz };