@bendyline/gezel 1.0.2 → 1.0.4
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.
- package/dist/checks/index.d.ts +1 -1
- package/dist/checks/index.js +2 -2
- package/dist/{index-CWMNVAhp.d.ts → index-Cj_G8Y-S.d.ts} +1369 -11
- package/dist/index.d.ts +46 -8
- package/dist/index.js +2247 -1053
- package/dist/markdown/index.d.ts +1 -1
- package/dist/markdown/index.js +55 -6
- package/dist/{report-action-DIz_2QOu.d.ts → report-action-UJ-pJpZO.d.ts} +43 -0
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.js +730 -571
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import './report-action-
|
|
2
|
+
import './report-action-UJ-pJpZO.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,10 +208,17 @@ 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;
|
|
213
220
|
outlineFile: z.ZodString;
|
|
221
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
214
222
|
}, z.core.$strip>, z.ZodObject<{
|
|
215
223
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
216
224
|
file: z.ZodString;
|
|
@@ -317,6 +325,7 @@ declare const GateSpecSchema: z.ZodObject<{
|
|
|
317
325
|
pattern: z.ZodString;
|
|
318
326
|
flags: z.ZodOptional<z.ZodString>;
|
|
319
327
|
label: z.ZodOptional<z.ZodString>;
|
|
328
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
320
329
|
}, z.core.$strip>, z.ZodObject<{
|
|
321
330
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
322
331
|
file: z.ZodString;
|
|
@@ -377,10 +386,17 @@ declare const GateSpecSchema: z.ZodObject<{
|
|
|
377
386
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
378
387
|
tools: z.ZodArray<z.ZodString>;
|
|
379
388
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
389
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
390
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
391
|
+
file: z.ZodString;
|
|
392
|
+
corpusDir: z.ZodString;
|
|
393
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
394
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
380
395
|
}, z.core.$strip>, z.ZodObject<{
|
|
381
396
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
382
397
|
file: z.ZodString;
|
|
383
398
|
outlineFile: z.ZodString;
|
|
399
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
384
400
|
}, z.core.$strip>, z.ZodObject<{
|
|
385
401
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
386
402
|
file: z.ZodString;
|
|
@@ -544,6 +560,7 @@ declare const StepGateSchema: z.ZodObject<{
|
|
|
544
560
|
pattern: z.ZodString;
|
|
545
561
|
flags: z.ZodOptional<z.ZodString>;
|
|
546
562
|
label: z.ZodOptional<z.ZodString>;
|
|
563
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
547
564
|
}, z.core.$strip>, z.ZodObject<{
|
|
548
565
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
549
566
|
file: z.ZodString;
|
|
@@ -604,10 +621,17 @@ declare const StepGateSchema: z.ZodObject<{
|
|
|
604
621
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
605
622
|
tools: z.ZodArray<z.ZodString>;
|
|
606
623
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
624
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
625
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
626
|
+
file: z.ZodString;
|
|
627
|
+
corpusDir: z.ZodString;
|
|
628
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
629
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
607
630
|
}, z.core.$strip>, z.ZodObject<{
|
|
608
631
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
609
632
|
file: z.ZodString;
|
|
610
633
|
outlineFile: z.ZodString;
|
|
634
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
611
635
|
}, z.core.$strip>, z.ZodObject<{
|
|
612
636
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
613
637
|
file: z.ZodString;
|
|
@@ -729,6 +753,7 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
729
753
|
pattern: z.ZodString;
|
|
730
754
|
flags: z.ZodOptional<z.ZodString>;
|
|
731
755
|
label: z.ZodOptional<z.ZodString>;
|
|
756
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
732
757
|
}, z.core.$strip>, z.ZodObject<{
|
|
733
758
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
734
759
|
file: z.ZodString;
|
|
@@ -789,10 +814,17 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
789
814
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
790
815
|
tools: z.ZodArray<z.ZodString>;
|
|
791
816
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
817
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
818
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
819
|
+
file: z.ZodString;
|
|
820
|
+
corpusDir: z.ZodString;
|
|
821
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
822
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
792
823
|
}, z.core.$strip>, z.ZodObject<{
|
|
793
824
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
794
825
|
file: z.ZodString;
|
|
795
826
|
outlineFile: z.ZodString;
|
|
827
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
796
828
|
}, z.core.$strip>, z.ZodObject<{
|
|
797
829
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
798
830
|
file: z.ZodString;
|
|
@@ -903,6 +935,7 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
903
935
|
pattern: z.ZodString;
|
|
904
936
|
flags: z.ZodOptional<z.ZodString>;
|
|
905
937
|
label: z.ZodOptional<z.ZodString>;
|
|
938
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
906
939
|
}, z.core.$strip>, z.ZodObject<{
|
|
907
940
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
908
941
|
file: z.ZodString;
|
|
@@ -963,10 +996,17 @@ declare const StepGateUnionSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
963
996
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
964
997
|
tools: z.ZodArray<z.ZodString>;
|
|
965
998
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
999
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1000
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
1001
|
+
file: z.ZodString;
|
|
1002
|
+
corpusDir: z.ZodString;
|
|
1003
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
1004
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
966
1005
|
}, z.core.$strip>, z.ZodObject<{
|
|
967
1006
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
968
1007
|
file: z.ZodString;
|
|
969
1008
|
outlineFile: z.ZodString;
|
|
1009
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
970
1010
|
}, z.core.$strip>, z.ZodObject<{
|
|
971
1011
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
972
1012
|
file: z.ZodString;
|
|
@@ -2324,6 +2364,16 @@ declare const AdvanceWhenSchema: z.ZodObject<{
|
|
|
2324
2364
|
goto: z.ZodOptional<z.ZodString>;
|
|
2325
2365
|
}, z.core.$strip>;
|
|
2326
2366
|
type AdvanceWhen = z.infer<typeof AdvanceWhenSchema>;
|
|
2367
|
+
/**
|
|
2368
|
+
* A file a step must read before it can do its work. Declaring the drawer
|
|
2369
|
+
* here keeps handoffs unambiguous: the runtime can name the exact read tool
|
|
2370
|
+
* instead of asking the model to infer provenance from a bare relative path.
|
|
2371
|
+
*/
|
|
2372
|
+
declare const CraftbookStepInputSchema: z.ZodObject<{
|
|
2373
|
+
file: z.ZodString;
|
|
2374
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
2375
|
+
}, z.core.$strip>;
|
|
2376
|
+
type CraftbookStepInput = z.infer<typeof CraftbookStepInputSchema>;
|
|
2327
2377
|
/**
|
|
2328
2378
|
* Wire twin of {@link ModelTier} (roles/tier.ts) — derived from the
|
|
2329
2379
|
* canonical `MODEL_TIER_ORDER` tuple so the two can never drift.
|
|
@@ -2473,6 +2523,10 @@ declare const CraftbookStepSchema: z.ZodObject<{
|
|
|
2473
2523
|
value: z.ZodNumber;
|
|
2474
2524
|
}, z.core.$strip>], "op">>;
|
|
2475
2525
|
}, z.core.$strip>>]>>;
|
|
2526
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2527
|
+
file: z.ZodString;
|
|
2528
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
2529
|
+
}, z.core.$strip>>>;
|
|
2476
2530
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
2477
2531
|
file: z.ZodString;
|
|
2478
2532
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2549,6 +2603,7 @@ declare const CraftbookStepSchema: z.ZodObject<{
|
|
|
2549
2603
|
pattern: z.ZodString;
|
|
2550
2604
|
flags: z.ZodOptional<z.ZodString>;
|
|
2551
2605
|
label: z.ZodOptional<z.ZodString>;
|
|
2606
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
2552
2607
|
}, z.core.$strip>, z.ZodObject<{
|
|
2553
2608
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
2554
2609
|
file: z.ZodString;
|
|
@@ -2609,10 +2664,17 @@ declare const CraftbookStepSchema: z.ZodObject<{
|
|
|
2609
2664
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
2610
2665
|
tools: z.ZodArray<z.ZodString>;
|
|
2611
2666
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
2667
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2668
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
2669
|
+
file: z.ZodString;
|
|
2670
|
+
corpusDir: z.ZodString;
|
|
2671
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
2672
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
2612
2673
|
}, z.core.$strip>, z.ZodObject<{
|
|
2613
2674
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
2614
2675
|
file: z.ZodString;
|
|
2615
2676
|
outlineFile: z.ZodString;
|
|
2677
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
2616
2678
|
}, z.core.$strip>, z.ZodObject<{
|
|
2617
2679
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
2618
2680
|
file: z.ZodString;
|
|
@@ -2723,6 +2785,7 @@ declare const CraftbookStepSchema: z.ZodObject<{
|
|
|
2723
2785
|
pattern: z.ZodString;
|
|
2724
2786
|
flags: z.ZodOptional<z.ZodString>;
|
|
2725
2787
|
label: z.ZodOptional<z.ZodString>;
|
|
2788
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
2726
2789
|
}, z.core.$strip>, z.ZodObject<{
|
|
2727
2790
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
2728
2791
|
file: z.ZodString;
|
|
@@ -2783,10 +2846,17 @@ declare const CraftbookStepSchema: z.ZodObject<{
|
|
|
2783
2846
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
2784
2847
|
tools: z.ZodArray<z.ZodString>;
|
|
2785
2848
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
2849
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2850
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
2851
|
+
file: z.ZodString;
|
|
2852
|
+
corpusDir: z.ZodString;
|
|
2853
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
2854
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
2786
2855
|
}, z.core.$strip>, z.ZodObject<{
|
|
2787
2856
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
2788
2857
|
file: z.ZodString;
|
|
2789
2858
|
outlineFile: z.ZodString;
|
|
2859
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
2790
2860
|
}, z.core.$strip>, z.ZodObject<{
|
|
2791
2861
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
2792
2862
|
file: z.ZodString;
|
|
@@ -2860,15 +2930,17 @@ type CraftbookStep = z.infer<typeof CraftbookStepSchema>;
|
|
|
2860
2930
|
/**
|
|
2861
2931
|
* Declarative per-item fanout config. A craftbook that declares `spawn`
|
|
2862
2932
|
* becomes a spawn host: when its `spawnFanout` step activates, the runtime
|
|
2863
|
-
* reads `overFile` (a
|
|
2933
|
+
* reads `overFile` (a JSON file the parent produces on the declared surface),
|
|
2864
2934
|
* extracts the item array (the file IS the array, or the array at the
|
|
2865
2935
|
* dotted `itemsPath`), and spawns one child task per item from `steps`
|
|
2866
2936
|
* (each item's fields become the child's `variation.context`, string-
|
|
2867
|
-
* substituted into the child step prompts
|
|
2937
|
+
* substituted into the child step prompts, declared inputs, and
|
|
2938
|
+
* gate/advanceWhen paths).
|
|
2868
2939
|
* The runtime fans out; no model tool call is involved.
|
|
2869
2940
|
*/
|
|
2870
2941
|
declare const CraftbookSpawnSchema: z.ZodObject<{
|
|
2871
2942
|
overFile: z.ZodString;
|
|
2943
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
2872
2944
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
2873
2945
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
2874
2946
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -3009,6 +3081,10 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
|
|
|
3009
3081
|
value: z.ZodNumber;
|
|
3010
3082
|
}, z.core.$strip>], "op">>;
|
|
3011
3083
|
}, z.core.$strip>>]>>;
|
|
3084
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3085
|
+
file: z.ZodString;
|
|
3086
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
3087
|
+
}, z.core.$strip>>>;
|
|
3012
3088
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
3013
3089
|
file: z.ZodString;
|
|
3014
3090
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3085,6 +3161,7 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
|
|
|
3085
3161
|
pattern: z.ZodString;
|
|
3086
3162
|
flags: z.ZodOptional<z.ZodString>;
|
|
3087
3163
|
label: z.ZodOptional<z.ZodString>;
|
|
3164
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
3088
3165
|
}, z.core.$strip>, z.ZodObject<{
|
|
3089
3166
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
3090
3167
|
file: z.ZodString;
|
|
@@ -3145,10 +3222,17 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
|
|
|
3145
3222
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
3146
3223
|
tools: z.ZodArray<z.ZodString>;
|
|
3147
3224
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
3225
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3226
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
3227
|
+
file: z.ZodString;
|
|
3228
|
+
corpusDir: z.ZodString;
|
|
3229
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
3230
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
3148
3231
|
}, z.core.$strip>, z.ZodObject<{
|
|
3149
3232
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
3150
3233
|
file: z.ZodString;
|
|
3151
3234
|
outlineFile: z.ZodString;
|
|
3235
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
3152
3236
|
}, z.core.$strip>, z.ZodObject<{
|
|
3153
3237
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
3154
3238
|
file: z.ZodString;
|
|
@@ -3259,6 +3343,7 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
|
|
|
3259
3343
|
pattern: z.ZodString;
|
|
3260
3344
|
flags: z.ZodOptional<z.ZodString>;
|
|
3261
3345
|
label: z.ZodOptional<z.ZodString>;
|
|
3346
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
3262
3347
|
}, z.core.$strip>, z.ZodObject<{
|
|
3263
3348
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
3264
3349
|
file: z.ZodString;
|
|
@@ -3319,10 +3404,17 @@ declare const CraftbookSpawnSchema: z.ZodObject<{
|
|
|
3319
3404
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
3320
3405
|
tools: z.ZodArray<z.ZodString>;
|
|
3321
3406
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
3407
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3408
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
3409
|
+
file: z.ZodString;
|
|
3410
|
+
corpusDir: z.ZodString;
|
|
3411
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
3412
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
3322
3413
|
}, z.core.$strip>, z.ZodObject<{
|
|
3323
3414
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
3324
3415
|
file: z.ZodString;
|
|
3325
3416
|
outlineFile: z.ZodString;
|
|
3417
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
3326
3418
|
}, z.core.$strip>, z.ZodObject<{
|
|
3327
3419
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
3328
3420
|
file: z.ZodString;
|
|
@@ -3709,6 +3801,10 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
3709
3801
|
value: z.ZodNumber;
|
|
3710
3802
|
}, z.core.$strip>], "op">>;
|
|
3711
3803
|
}, z.core.$strip>>]>>;
|
|
3804
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3805
|
+
file: z.ZodString;
|
|
3806
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
3807
|
+
}, z.core.$strip>>>;
|
|
3712
3808
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
3713
3809
|
file: z.ZodString;
|
|
3714
3810
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3785,6 +3881,7 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
3785
3881
|
pattern: z.ZodString;
|
|
3786
3882
|
flags: z.ZodOptional<z.ZodString>;
|
|
3787
3883
|
label: z.ZodOptional<z.ZodString>;
|
|
3884
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
3788
3885
|
}, z.core.$strip>, z.ZodObject<{
|
|
3789
3886
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
3790
3887
|
file: z.ZodString;
|
|
@@ -3845,10 +3942,17 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
3845
3942
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
3846
3943
|
tools: z.ZodArray<z.ZodString>;
|
|
3847
3944
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
3945
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3946
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
3947
|
+
file: z.ZodString;
|
|
3948
|
+
corpusDir: z.ZodString;
|
|
3949
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
3950
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
3848
3951
|
}, z.core.$strip>, z.ZodObject<{
|
|
3849
3952
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
3850
3953
|
file: z.ZodString;
|
|
3851
3954
|
outlineFile: z.ZodString;
|
|
3955
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
3852
3956
|
}, z.core.$strip>, z.ZodObject<{
|
|
3853
3957
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
3854
3958
|
file: z.ZodString;
|
|
@@ -3959,6 +4063,7 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
3959
4063
|
pattern: z.ZodString;
|
|
3960
4064
|
flags: z.ZodOptional<z.ZodString>;
|
|
3961
4065
|
label: z.ZodOptional<z.ZodString>;
|
|
4066
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
3962
4067
|
}, z.core.$strip>, z.ZodObject<{
|
|
3963
4068
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
3964
4069
|
file: z.ZodString;
|
|
@@ -4019,10 +4124,17 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
4019
4124
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
4020
4125
|
tools: z.ZodArray<z.ZodString>;
|
|
4021
4126
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
4127
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4128
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
4129
|
+
file: z.ZodString;
|
|
4130
|
+
corpusDir: z.ZodString;
|
|
4131
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
4132
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
4022
4133
|
}, z.core.$strip>, z.ZodObject<{
|
|
4023
4134
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
4024
4135
|
file: z.ZodString;
|
|
4025
4136
|
outlineFile: z.ZodString;
|
|
4137
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
4026
4138
|
}, z.core.$strip>, z.ZodObject<{
|
|
4027
4139
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
4028
4140
|
file: z.ZodString;
|
|
@@ -4171,6 +4283,7 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
4171
4283
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4172
4284
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
4173
4285
|
overFile: z.ZodString;
|
|
4286
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
4174
4287
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
4175
4288
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
4176
4289
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -4311,6 +4424,10 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
4311
4424
|
value: z.ZodNumber;
|
|
4312
4425
|
}, z.core.$strip>], "op">>;
|
|
4313
4426
|
}, z.core.$strip>>]>>;
|
|
4427
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4428
|
+
file: z.ZodString;
|
|
4429
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
4430
|
+
}, z.core.$strip>>>;
|
|
4314
4431
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
4315
4432
|
file: z.ZodString;
|
|
4316
4433
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4387,6 +4504,7 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
4387
4504
|
pattern: z.ZodString;
|
|
4388
4505
|
flags: z.ZodOptional<z.ZodString>;
|
|
4389
4506
|
label: z.ZodOptional<z.ZodString>;
|
|
4507
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
4390
4508
|
}, z.core.$strip>, z.ZodObject<{
|
|
4391
4509
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
4392
4510
|
file: z.ZodString;
|
|
@@ -4447,10 +4565,17 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
4447
4565
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
4448
4566
|
tools: z.ZodArray<z.ZodString>;
|
|
4449
4567
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
4568
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4569
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
4570
|
+
file: z.ZodString;
|
|
4571
|
+
corpusDir: z.ZodString;
|
|
4572
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
4573
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
4450
4574
|
}, z.core.$strip>, z.ZodObject<{
|
|
4451
4575
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
4452
4576
|
file: z.ZodString;
|
|
4453
4577
|
outlineFile: z.ZodString;
|
|
4578
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
4454
4579
|
}, z.core.$strip>, z.ZodObject<{
|
|
4455
4580
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
4456
4581
|
file: z.ZodString;
|
|
@@ -4561,6 +4686,7 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
4561
4686
|
pattern: z.ZodString;
|
|
4562
4687
|
flags: z.ZodOptional<z.ZodString>;
|
|
4563
4688
|
label: z.ZodOptional<z.ZodString>;
|
|
4689
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
4564
4690
|
}, z.core.$strip>, z.ZodObject<{
|
|
4565
4691
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
4566
4692
|
file: z.ZodString;
|
|
@@ -4621,10 +4747,17 @@ declare const CraftbookSchema: z.ZodObject<{
|
|
|
4621
4747
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
4622
4748
|
tools: z.ZodArray<z.ZodString>;
|
|
4623
4749
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
4750
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4751
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
4752
|
+
file: z.ZodString;
|
|
4753
|
+
corpusDir: z.ZodString;
|
|
4754
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
4755
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
4624
4756
|
}, z.core.$strip>, z.ZodObject<{
|
|
4625
4757
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
4626
4758
|
file: z.ZodString;
|
|
4627
4759
|
outlineFile: z.ZodString;
|
|
4760
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
4628
4761
|
}, z.core.$strip>, z.ZodObject<{
|
|
4629
4762
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
4630
4763
|
file: z.ZodString;
|
|
@@ -4905,6 +5038,10 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
|
|
|
4905
5038
|
value: z.ZodNumber;
|
|
4906
5039
|
}, z.core.$strip>], "op">>;
|
|
4907
5040
|
}, z.core.$strip>>]>>;
|
|
5041
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5042
|
+
file: z.ZodString;
|
|
5043
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
5044
|
+
}, z.core.$strip>>>;
|
|
4908
5045
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
4909
5046
|
file: z.ZodString;
|
|
4910
5047
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4981,6 +5118,7 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
|
|
|
4981
5118
|
pattern: z.ZodString;
|
|
4982
5119
|
flags: z.ZodOptional<z.ZodString>;
|
|
4983
5120
|
label: z.ZodOptional<z.ZodString>;
|
|
5121
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
4984
5122
|
}, z.core.$strip>, z.ZodObject<{
|
|
4985
5123
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
4986
5124
|
file: z.ZodString;
|
|
@@ -5041,10 +5179,17 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
|
|
|
5041
5179
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
5042
5180
|
tools: z.ZodArray<z.ZodString>;
|
|
5043
5181
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
5182
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5183
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
5184
|
+
file: z.ZodString;
|
|
5185
|
+
corpusDir: z.ZodString;
|
|
5186
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
5187
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
5044
5188
|
}, z.core.$strip>, z.ZodObject<{
|
|
5045
5189
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
5046
5190
|
file: z.ZodString;
|
|
5047
5191
|
outlineFile: z.ZodString;
|
|
5192
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
5048
5193
|
}, z.core.$strip>, z.ZodObject<{
|
|
5049
5194
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
5050
5195
|
file: z.ZodString;
|
|
@@ -5155,6 +5300,7 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
|
|
|
5155
5300
|
pattern: z.ZodString;
|
|
5156
5301
|
flags: z.ZodOptional<z.ZodString>;
|
|
5157
5302
|
label: z.ZodOptional<z.ZodString>;
|
|
5303
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
5158
5304
|
}, z.core.$strip>, z.ZodObject<{
|
|
5159
5305
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
5160
5306
|
file: z.ZodString;
|
|
@@ -5215,10 +5361,17 @@ declare const NewCraftbookStepSchema: z.ZodObject<{
|
|
|
5215
5361
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
5216
5362
|
tools: z.ZodArray<z.ZodString>;
|
|
5217
5363
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
5364
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5365
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
5366
|
+
file: z.ZodString;
|
|
5367
|
+
corpusDir: z.ZodString;
|
|
5368
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
5369
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
5218
5370
|
}, z.core.$strip>, z.ZodObject<{
|
|
5219
5371
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
5220
5372
|
file: z.ZodString;
|
|
5221
5373
|
outlineFile: z.ZodString;
|
|
5374
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
5222
5375
|
}, z.core.$strip>, z.ZodObject<{
|
|
5223
5376
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
5224
5377
|
file: z.ZodString;
|
|
@@ -5476,6 +5629,10 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
|
|
|
5476
5629
|
value: z.ZodNumber;
|
|
5477
5630
|
}, z.core.$strip>], "op">>;
|
|
5478
5631
|
}, z.core.$strip>>]>>;
|
|
5632
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5633
|
+
file: z.ZodString;
|
|
5634
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
5635
|
+
}, z.core.$strip>>>;
|
|
5479
5636
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
5480
5637
|
file: z.ZodString;
|
|
5481
5638
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5552,6 +5709,7 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
|
|
|
5552
5709
|
pattern: z.ZodString;
|
|
5553
5710
|
flags: z.ZodOptional<z.ZodString>;
|
|
5554
5711
|
label: z.ZodOptional<z.ZodString>;
|
|
5712
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
5555
5713
|
}, z.core.$strip>, z.ZodObject<{
|
|
5556
5714
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
5557
5715
|
file: z.ZodString;
|
|
@@ -5612,10 +5770,17 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
|
|
|
5612
5770
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
5613
5771
|
tools: z.ZodArray<z.ZodString>;
|
|
5614
5772
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
5773
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5774
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
5775
|
+
file: z.ZodString;
|
|
5776
|
+
corpusDir: z.ZodString;
|
|
5777
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
5778
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
5615
5779
|
}, z.core.$strip>, z.ZodObject<{
|
|
5616
5780
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
5617
5781
|
file: z.ZodString;
|
|
5618
5782
|
outlineFile: z.ZodString;
|
|
5783
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
5619
5784
|
}, z.core.$strip>, z.ZodObject<{
|
|
5620
5785
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
5621
5786
|
file: z.ZodString;
|
|
@@ -5726,6 +5891,7 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
|
|
|
5726
5891
|
pattern: z.ZodString;
|
|
5727
5892
|
flags: z.ZodOptional<z.ZodString>;
|
|
5728
5893
|
label: z.ZodOptional<z.ZodString>;
|
|
5894
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
5729
5895
|
}, z.core.$strip>, z.ZodObject<{
|
|
5730
5896
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
5731
5897
|
file: z.ZodString;
|
|
@@ -5786,10 +5952,17 @@ declare const CreateCraftbookRequestSchema: z.ZodObject<{
|
|
|
5786
5952
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
5787
5953
|
tools: z.ZodArray<z.ZodString>;
|
|
5788
5954
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
5955
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5956
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
5957
|
+
file: z.ZodString;
|
|
5958
|
+
corpusDir: z.ZodString;
|
|
5959
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
5960
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
5789
5961
|
}, z.core.$strip>, z.ZodObject<{
|
|
5790
5962
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
5791
5963
|
file: z.ZodString;
|
|
5792
5964
|
outlineFile: z.ZodString;
|
|
5965
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
5793
5966
|
}, z.core.$strip>, z.ZodObject<{
|
|
5794
5967
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
5795
5968
|
file: z.ZodString;
|
|
@@ -6069,6 +6242,10 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
|
|
|
6069
6242
|
value: z.ZodNumber;
|
|
6070
6243
|
}, z.core.$strip>], "op">>;
|
|
6071
6244
|
}, z.core.$strip>>]>>;
|
|
6245
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6246
|
+
file: z.ZodString;
|
|
6247
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
6248
|
+
}, z.core.$strip>>>;
|
|
6072
6249
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
6073
6250
|
file: z.ZodString;
|
|
6074
6251
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6145,6 +6322,7 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
|
|
|
6145
6322
|
pattern: z.ZodString;
|
|
6146
6323
|
flags: z.ZodOptional<z.ZodString>;
|
|
6147
6324
|
label: z.ZodOptional<z.ZodString>;
|
|
6325
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
6148
6326
|
}, z.core.$strip>, z.ZodObject<{
|
|
6149
6327
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
6150
6328
|
file: z.ZodString;
|
|
@@ -6205,10 +6383,17 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
|
|
|
6205
6383
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
6206
6384
|
tools: z.ZodArray<z.ZodString>;
|
|
6207
6385
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
6386
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6387
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
6388
|
+
file: z.ZodString;
|
|
6389
|
+
corpusDir: z.ZodString;
|
|
6390
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
6391
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
6208
6392
|
}, z.core.$strip>, z.ZodObject<{
|
|
6209
6393
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
6210
6394
|
file: z.ZodString;
|
|
6211
6395
|
outlineFile: z.ZodString;
|
|
6396
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
6212
6397
|
}, z.core.$strip>, z.ZodObject<{
|
|
6213
6398
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
6214
6399
|
file: z.ZodString;
|
|
@@ -6319,6 +6504,7 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
|
|
|
6319
6504
|
pattern: z.ZodString;
|
|
6320
6505
|
flags: z.ZodOptional<z.ZodString>;
|
|
6321
6506
|
label: z.ZodOptional<z.ZodString>;
|
|
6507
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
6322
6508
|
}, z.core.$strip>, z.ZodObject<{
|
|
6323
6509
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
6324
6510
|
file: z.ZodString;
|
|
@@ -6379,10 +6565,17 @@ declare const UpdateCraftbookRequestSchema: z.ZodObject<{
|
|
|
6379
6565
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
6380
6566
|
tools: z.ZodArray<z.ZodString>;
|
|
6381
6567
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
6568
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6569
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
6570
|
+
file: z.ZodString;
|
|
6571
|
+
corpusDir: z.ZodString;
|
|
6572
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
6573
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
6382
6574
|
}, z.core.$strip>, z.ZodObject<{
|
|
6383
6575
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
6384
6576
|
file: z.ZodString;
|
|
6385
6577
|
outlineFile: z.ZodString;
|
|
6578
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
6386
6579
|
}, z.core.$strip>, z.ZodObject<{
|
|
6387
6580
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
6388
6581
|
file: z.ZodString;
|
|
@@ -6778,6 +6971,10 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
6778
6971
|
value: z.ZodNumber;
|
|
6779
6972
|
}, z.core.$strip>], "op">>;
|
|
6780
6973
|
}, z.core.$strip>>]>>;
|
|
6974
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6975
|
+
file: z.ZodString;
|
|
6976
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
6977
|
+
}, z.core.$strip>>>;
|
|
6781
6978
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
6782
6979
|
file: z.ZodString;
|
|
6783
6980
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6854,6 +7051,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
6854
7051
|
pattern: z.ZodString;
|
|
6855
7052
|
flags: z.ZodOptional<z.ZodString>;
|
|
6856
7053
|
label: z.ZodOptional<z.ZodString>;
|
|
7054
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
6857
7055
|
}, z.core.$strip>, z.ZodObject<{
|
|
6858
7056
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
6859
7057
|
file: z.ZodString;
|
|
@@ -6914,10 +7112,17 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
6914
7112
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
6915
7113
|
tools: z.ZodArray<z.ZodString>;
|
|
6916
7114
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
7115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7116
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
7117
|
+
file: z.ZodString;
|
|
7118
|
+
corpusDir: z.ZodString;
|
|
7119
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
7120
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
6917
7121
|
}, z.core.$strip>, z.ZodObject<{
|
|
6918
7122
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
6919
7123
|
file: z.ZodString;
|
|
6920
7124
|
outlineFile: z.ZodString;
|
|
7125
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
6921
7126
|
}, z.core.$strip>, z.ZodObject<{
|
|
6922
7127
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
6923
7128
|
file: z.ZodString;
|
|
@@ -7028,6 +7233,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7028
7233
|
pattern: z.ZodString;
|
|
7029
7234
|
flags: z.ZodOptional<z.ZodString>;
|
|
7030
7235
|
label: z.ZodOptional<z.ZodString>;
|
|
7236
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
7031
7237
|
}, z.core.$strip>, z.ZodObject<{
|
|
7032
7238
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
7033
7239
|
file: z.ZodString;
|
|
@@ -7088,10 +7294,17 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7088
7294
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
7089
7295
|
tools: z.ZodArray<z.ZodString>;
|
|
7090
7296
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
7297
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7298
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
7299
|
+
file: z.ZodString;
|
|
7300
|
+
corpusDir: z.ZodString;
|
|
7301
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
7302
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
7091
7303
|
}, z.core.$strip>, z.ZodObject<{
|
|
7092
7304
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
7093
7305
|
file: z.ZodString;
|
|
7094
7306
|
outlineFile: z.ZodString;
|
|
7307
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
7095
7308
|
}, z.core.$strip>, z.ZodObject<{
|
|
7096
7309
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
7097
7310
|
file: z.ZodString;
|
|
@@ -7240,6 +7453,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7240
7453
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7241
7454
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
7242
7455
|
overFile: z.ZodString;
|
|
7456
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
7243
7457
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
7244
7458
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
7245
7459
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -7380,6 +7594,10 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7380
7594
|
value: z.ZodNumber;
|
|
7381
7595
|
}, z.core.$strip>], "op">>;
|
|
7382
7596
|
}, z.core.$strip>>]>>;
|
|
7597
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7598
|
+
file: z.ZodString;
|
|
7599
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
7600
|
+
}, z.core.$strip>>>;
|
|
7383
7601
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
7384
7602
|
file: z.ZodString;
|
|
7385
7603
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7456,6 +7674,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7456
7674
|
pattern: z.ZodString;
|
|
7457
7675
|
flags: z.ZodOptional<z.ZodString>;
|
|
7458
7676
|
label: z.ZodOptional<z.ZodString>;
|
|
7677
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
7459
7678
|
}, z.core.$strip>, z.ZodObject<{
|
|
7460
7679
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
7461
7680
|
file: z.ZodString;
|
|
@@ -7516,10 +7735,17 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7516
7735
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
7517
7736
|
tools: z.ZodArray<z.ZodString>;
|
|
7518
7737
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
7738
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7739
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
7740
|
+
file: z.ZodString;
|
|
7741
|
+
corpusDir: z.ZodString;
|
|
7742
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
7743
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
7519
7744
|
}, z.core.$strip>, z.ZodObject<{
|
|
7520
7745
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
7521
7746
|
file: z.ZodString;
|
|
7522
7747
|
outlineFile: z.ZodString;
|
|
7748
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
7523
7749
|
}, z.core.$strip>, z.ZodObject<{
|
|
7524
7750
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
7525
7751
|
file: z.ZodString;
|
|
@@ -7630,6 +7856,7 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7630
7856
|
pattern: z.ZodString;
|
|
7631
7857
|
flags: z.ZodOptional<z.ZodString>;
|
|
7632
7858
|
label: z.ZodOptional<z.ZodString>;
|
|
7859
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
7633
7860
|
}, z.core.$strip>, z.ZodObject<{
|
|
7634
7861
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
7635
7862
|
file: z.ZodString;
|
|
@@ -7690,10 +7917,17 @@ declare const CraftbookResponseSchema: z.ZodObject<{
|
|
|
7690
7917
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
7691
7918
|
tools: z.ZodArray<z.ZodString>;
|
|
7692
7919
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
7920
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7921
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
7922
|
+
file: z.ZodString;
|
|
7923
|
+
corpusDir: z.ZodString;
|
|
7924
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
7925
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
7693
7926
|
}, z.core.$strip>, z.ZodObject<{
|
|
7694
7927
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
7695
7928
|
file: z.ZodString;
|
|
7696
7929
|
outlineFile: z.ZodString;
|
|
7930
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
7697
7931
|
}, z.core.$strip>, z.ZodObject<{
|
|
7698
7932
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
7699
7933
|
file: z.ZodString;
|
|
@@ -7824,6 +8058,7 @@ interface StepPatch {
|
|
|
7824
8058
|
suggestedGezelId?: string | null;
|
|
7825
8059
|
onEnter?: ScriptRefList | null;
|
|
7826
8060
|
onExit?: ScriptRefList | null;
|
|
8061
|
+
consumes?: CraftbookStepInput[] | null;
|
|
7827
8062
|
advanceWhen?: AdvanceWhen | null;
|
|
7828
8063
|
gate?: StepGateUnion | null;
|
|
7829
8064
|
next?: string | null;
|
|
@@ -7968,6 +8203,7 @@ declare const CraftbookTestCheckSchema: z.ZodUnion<readonly [z.ZodDiscriminatedU
|
|
|
7968
8203
|
pattern: z.ZodString;
|
|
7969
8204
|
flags: z.ZodOptional<z.ZodString>;
|
|
7970
8205
|
label: z.ZodOptional<z.ZodString>;
|
|
8206
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
7971
8207
|
}, z.core.$strip>, z.ZodObject<{
|
|
7972
8208
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
7973
8209
|
file: z.ZodString;
|
|
@@ -8028,10 +8264,17 @@ declare const CraftbookTestCheckSchema: z.ZodUnion<readonly [z.ZodDiscriminatedU
|
|
|
8028
8264
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
8029
8265
|
tools: z.ZodArray<z.ZodString>;
|
|
8030
8266
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
8267
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8268
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
8269
|
+
file: z.ZodString;
|
|
8270
|
+
corpusDir: z.ZodString;
|
|
8271
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
8272
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
8031
8273
|
}, z.core.$strip>, z.ZodObject<{
|
|
8032
8274
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
8033
8275
|
file: z.ZodString;
|
|
8034
8276
|
outlineFile: z.ZodString;
|
|
8277
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
8035
8278
|
}, z.core.$strip>, z.ZodObject<{
|
|
8036
8279
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
8037
8280
|
file: z.ZodString;
|
|
@@ -8194,6 +8437,11 @@ declare const CraftbookTestSetupSchema: z.ZodObject<{
|
|
|
8194
8437
|
projectName: z.ZodString;
|
|
8195
8438
|
about: z.ZodOptional<z.ZodString>;
|
|
8196
8439
|
missionObjectives: z.ZodOptional<z.ZodString>;
|
|
8440
|
+
managedWorkspaceWritePolicy: z.ZodOptional<z.ZodEnum<{
|
|
8441
|
+
auto: "auto";
|
|
8442
|
+
allow: "allow";
|
|
8443
|
+
deny: "deny";
|
|
8444
|
+
}>>;
|
|
8197
8445
|
files: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
8198
8446
|
path: z.ZodString;
|
|
8199
8447
|
content: z.ZodString;
|
|
@@ -8234,6 +8482,7 @@ declare const CraftbookTestDeliverableSchema: z.ZodObject<{
|
|
|
8234
8482
|
"data-file": "data-file";
|
|
8235
8483
|
"generic-file": "generic-file";
|
|
8236
8484
|
}>;
|
|
8485
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
8237
8486
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
8238
8487
|
checks: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
8239
8488
|
kind: z.ZodLiteral<"minBytes">;
|
|
@@ -8292,6 +8541,7 @@ declare const CraftbookTestDeliverableSchema: z.ZodObject<{
|
|
|
8292
8541
|
pattern: z.ZodString;
|
|
8293
8542
|
flags: z.ZodOptional<z.ZodString>;
|
|
8294
8543
|
label: z.ZodOptional<z.ZodString>;
|
|
8544
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
8295
8545
|
}, z.core.$strip>, z.ZodObject<{
|
|
8296
8546
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
8297
8547
|
file: z.ZodString;
|
|
@@ -8352,10 +8602,17 @@ declare const CraftbookTestDeliverableSchema: z.ZodObject<{
|
|
|
8352
8602
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
8353
8603
|
tools: z.ZodArray<z.ZodString>;
|
|
8354
8604
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
8605
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8606
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
8607
|
+
file: z.ZodString;
|
|
8608
|
+
corpusDir: z.ZodString;
|
|
8609
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
8610
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
8355
8611
|
}, z.core.$strip>, z.ZodObject<{
|
|
8356
8612
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
8357
8613
|
file: z.ZodString;
|
|
8358
8614
|
outlineFile: z.ZodString;
|
|
8615
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
8359
8616
|
}, z.core.$strip>, z.ZodObject<{
|
|
8360
8617
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
8361
8618
|
file: z.ZodString;
|
|
@@ -8588,6 +8845,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
8588
8845
|
"data-file": "data-file";
|
|
8589
8846
|
"generic-file": "generic-file";
|
|
8590
8847
|
}>;
|
|
8848
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
8591
8849
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
8592
8850
|
checks: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
8593
8851
|
kind: z.ZodLiteral<"minBytes">;
|
|
@@ -8646,6 +8904,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
8646
8904
|
pattern: z.ZodString;
|
|
8647
8905
|
flags: z.ZodOptional<z.ZodString>;
|
|
8648
8906
|
label: z.ZodOptional<z.ZodString>;
|
|
8907
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
8649
8908
|
}, z.core.$strip>, z.ZodObject<{
|
|
8650
8909
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
8651
8910
|
file: z.ZodString;
|
|
@@ -8706,10 +8965,17 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
8706
8965
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
8707
8966
|
tools: z.ZodArray<z.ZodString>;
|
|
8708
8967
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
8968
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8969
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
8970
|
+
file: z.ZodString;
|
|
8971
|
+
corpusDir: z.ZodString;
|
|
8972
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
8973
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
8709
8974
|
}, z.core.$strip>, z.ZodObject<{
|
|
8710
8975
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
8711
8976
|
file: z.ZodString;
|
|
8712
8977
|
outlineFile: z.ZodString;
|
|
8978
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
8713
8979
|
}, z.core.$strip>, z.ZodObject<{
|
|
8714
8980
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
8715
8981
|
file: z.ZodString;
|
|
@@ -8828,6 +9094,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
8828
9094
|
pattern: z.ZodString;
|
|
8829
9095
|
flags: z.ZodOptional<z.ZodString>;
|
|
8830
9096
|
label: z.ZodOptional<z.ZodString>;
|
|
9097
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
8831
9098
|
}, z.core.$strip>, z.ZodObject<{
|
|
8832
9099
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
8833
9100
|
file: z.ZodString;
|
|
@@ -8888,10 +9155,17 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
8888
9155
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
8889
9156
|
tools: z.ZodArray<z.ZodString>;
|
|
8890
9157
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
9158
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9159
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
9160
|
+
file: z.ZodString;
|
|
9161
|
+
corpusDir: z.ZodString;
|
|
9162
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
9163
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
8891
9164
|
}, z.core.$strip>, z.ZodObject<{
|
|
8892
9165
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
8893
9166
|
file: z.ZodString;
|
|
8894
9167
|
outlineFile: z.ZodString;
|
|
9168
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
8895
9169
|
}, z.core.$strip>, z.ZodObject<{
|
|
8896
9170
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
8897
9171
|
file: z.ZodString;
|
|
@@ -9011,6 +9285,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
9011
9285
|
pattern: z.ZodString;
|
|
9012
9286
|
flags: z.ZodOptional<z.ZodString>;
|
|
9013
9287
|
label: z.ZodOptional<z.ZodString>;
|
|
9288
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
9014
9289
|
}, z.core.$strip>, z.ZodObject<{
|
|
9015
9290
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
9016
9291
|
file: z.ZodString;
|
|
@@ -9071,10 +9346,17 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
9071
9346
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
9072
9347
|
tools: z.ZodArray<z.ZodString>;
|
|
9073
9348
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
9349
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9350
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
9351
|
+
file: z.ZodString;
|
|
9352
|
+
corpusDir: z.ZodString;
|
|
9353
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
9354
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
9074
9355
|
}, z.core.$strip>, z.ZodObject<{
|
|
9075
9356
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
9076
9357
|
file: z.ZodString;
|
|
9077
9358
|
outlineFile: z.ZodString;
|
|
9359
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
9078
9360
|
}, z.core.$strip>, z.ZodObject<{
|
|
9079
9361
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
9080
9362
|
file: z.ZodString;
|
|
@@ -9195,6 +9477,7 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
9195
9477
|
pattern: z.ZodString;
|
|
9196
9478
|
flags: z.ZodOptional<z.ZodString>;
|
|
9197
9479
|
label: z.ZodOptional<z.ZodString>;
|
|
9480
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
9198
9481
|
}, z.core.$strip>, z.ZodObject<{
|
|
9199
9482
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
9200
9483
|
file: z.ZodString;
|
|
@@ -9255,10 +9538,17 @@ declare const CraftbookTestSuccessSchema: z.ZodObject<{
|
|
|
9255
9538
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
9256
9539
|
tools: z.ZodArray<z.ZodString>;
|
|
9257
9540
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
9541
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9542
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
9543
|
+
file: z.ZodString;
|
|
9544
|
+
corpusDir: z.ZodString;
|
|
9545
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
9546
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
9258
9547
|
}, z.core.$strip>, z.ZodObject<{
|
|
9259
9548
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
9260
9549
|
file: z.ZodString;
|
|
9261
9550
|
outlineFile: z.ZodString;
|
|
9551
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
9262
9552
|
}, z.core.$strip>, z.ZodObject<{
|
|
9263
9553
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
9264
9554
|
file: z.ZodString;
|
|
@@ -9509,6 +9799,11 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
9509
9799
|
projectName: z.ZodString;
|
|
9510
9800
|
about: z.ZodOptional<z.ZodString>;
|
|
9511
9801
|
missionObjectives: z.ZodOptional<z.ZodString>;
|
|
9802
|
+
managedWorkspaceWritePolicy: z.ZodOptional<z.ZodEnum<{
|
|
9803
|
+
auto: "auto";
|
|
9804
|
+
allow: "allow";
|
|
9805
|
+
deny: "deny";
|
|
9806
|
+
}>>;
|
|
9512
9807
|
files: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
9513
9808
|
path: z.ZodString;
|
|
9514
9809
|
content: z.ZodString;
|
|
@@ -9613,6 +9908,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
9613
9908
|
"data-file": "data-file";
|
|
9614
9909
|
"generic-file": "generic-file";
|
|
9615
9910
|
}>;
|
|
9911
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
9616
9912
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
9617
9913
|
checks: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
9618
9914
|
kind: z.ZodLiteral<"minBytes">;
|
|
@@ -9671,6 +9967,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
9671
9967
|
pattern: z.ZodString;
|
|
9672
9968
|
flags: z.ZodOptional<z.ZodString>;
|
|
9673
9969
|
label: z.ZodOptional<z.ZodString>;
|
|
9970
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
9674
9971
|
}, z.core.$strip>, z.ZodObject<{
|
|
9675
9972
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
9676
9973
|
file: z.ZodString;
|
|
@@ -9731,10 +10028,17 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
9731
10028
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
9732
10029
|
tools: z.ZodArray<z.ZodString>;
|
|
9733
10030
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
10031
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10032
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
10033
|
+
file: z.ZodString;
|
|
10034
|
+
corpusDir: z.ZodString;
|
|
10035
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
10036
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
9734
10037
|
}, z.core.$strip>, z.ZodObject<{
|
|
9735
10038
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
9736
10039
|
file: z.ZodString;
|
|
9737
10040
|
outlineFile: z.ZodString;
|
|
10041
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
9738
10042
|
}, z.core.$strip>, z.ZodObject<{
|
|
9739
10043
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
9740
10044
|
file: z.ZodString;
|
|
@@ -9853,6 +10157,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
9853
10157
|
pattern: z.ZodString;
|
|
9854
10158
|
flags: z.ZodOptional<z.ZodString>;
|
|
9855
10159
|
label: z.ZodOptional<z.ZodString>;
|
|
10160
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
9856
10161
|
}, z.core.$strip>, z.ZodObject<{
|
|
9857
10162
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
9858
10163
|
file: z.ZodString;
|
|
@@ -9913,10 +10218,17 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
9913
10218
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
9914
10219
|
tools: z.ZodArray<z.ZodString>;
|
|
9915
10220
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
10221
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10222
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
10223
|
+
file: z.ZodString;
|
|
10224
|
+
corpusDir: z.ZodString;
|
|
10225
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
10226
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
9916
10227
|
}, z.core.$strip>, z.ZodObject<{
|
|
9917
10228
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
9918
10229
|
file: z.ZodString;
|
|
9919
10230
|
outlineFile: z.ZodString;
|
|
10231
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
9920
10232
|
}, z.core.$strip>, z.ZodObject<{
|
|
9921
10233
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
9922
10234
|
file: z.ZodString;
|
|
@@ -10036,6 +10348,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
10036
10348
|
pattern: z.ZodString;
|
|
10037
10349
|
flags: z.ZodOptional<z.ZodString>;
|
|
10038
10350
|
label: z.ZodOptional<z.ZodString>;
|
|
10351
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
10039
10352
|
}, z.core.$strip>, z.ZodObject<{
|
|
10040
10353
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
10041
10354
|
file: z.ZodString;
|
|
@@ -10096,10 +10409,17 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
10096
10409
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
10097
10410
|
tools: z.ZodArray<z.ZodString>;
|
|
10098
10411
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
10412
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10413
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
10414
|
+
file: z.ZodString;
|
|
10415
|
+
corpusDir: z.ZodString;
|
|
10416
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
10417
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
10099
10418
|
}, z.core.$strip>, z.ZodObject<{
|
|
10100
10419
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
10101
10420
|
file: z.ZodString;
|
|
10102
10421
|
outlineFile: z.ZodString;
|
|
10422
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
10103
10423
|
}, z.core.$strip>, z.ZodObject<{
|
|
10104
10424
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
10105
10425
|
file: z.ZodString;
|
|
@@ -10220,6 +10540,7 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
10220
10540
|
pattern: z.ZodString;
|
|
10221
10541
|
flags: z.ZodOptional<z.ZodString>;
|
|
10222
10542
|
label: z.ZodOptional<z.ZodString>;
|
|
10543
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
10223
10544
|
}, z.core.$strip>, z.ZodObject<{
|
|
10224
10545
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
10225
10546
|
file: z.ZodString;
|
|
@@ -10280,10 +10601,17 @@ declare const CraftbookTestSpecSchema: z.ZodObject<{
|
|
|
10280
10601
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
10281
10602
|
tools: z.ZodArray<z.ZodString>;
|
|
10282
10603
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
10604
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10605
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
10606
|
+
file: z.ZodString;
|
|
10607
|
+
corpusDir: z.ZodString;
|
|
10608
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
10609
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
10283
10610
|
}, z.core.$strip>, z.ZodObject<{
|
|
10284
10611
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
10285
10612
|
file: z.ZodString;
|
|
10286
10613
|
outlineFile: z.ZodString;
|
|
10614
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
10287
10615
|
}, z.core.$strip>, z.ZodObject<{
|
|
10288
10616
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
10289
10617
|
file: z.ZodString;
|
|
@@ -11734,6 +12062,10 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
11734
12062
|
value: z.ZodNumber;
|
|
11735
12063
|
}, z.core.$strip>], "op">>;
|
|
11736
12064
|
}, z.core.$strip>>]>>;
|
|
12065
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12066
|
+
file: z.ZodString;
|
|
12067
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
12068
|
+
}, z.core.$strip>>>;
|
|
11737
12069
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
11738
12070
|
file: z.ZodString;
|
|
11739
12071
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11810,6 +12142,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
11810
12142
|
pattern: z.ZodString;
|
|
11811
12143
|
flags: z.ZodOptional<z.ZodString>;
|
|
11812
12144
|
label: z.ZodOptional<z.ZodString>;
|
|
12145
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
11813
12146
|
}, z.core.$strip>, z.ZodObject<{
|
|
11814
12147
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
11815
12148
|
file: z.ZodString;
|
|
@@ -11870,10 +12203,17 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
11870
12203
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
11871
12204
|
tools: z.ZodArray<z.ZodString>;
|
|
11872
12205
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
12206
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12207
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
12208
|
+
file: z.ZodString;
|
|
12209
|
+
corpusDir: z.ZodString;
|
|
12210
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
12211
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
11873
12212
|
}, z.core.$strip>, z.ZodObject<{
|
|
11874
12213
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
11875
12214
|
file: z.ZodString;
|
|
11876
12215
|
outlineFile: z.ZodString;
|
|
12216
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
11877
12217
|
}, z.core.$strip>, z.ZodObject<{
|
|
11878
12218
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
11879
12219
|
file: z.ZodString;
|
|
@@ -11984,6 +12324,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
11984
12324
|
pattern: z.ZodString;
|
|
11985
12325
|
flags: z.ZodOptional<z.ZodString>;
|
|
11986
12326
|
label: z.ZodOptional<z.ZodString>;
|
|
12327
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
11987
12328
|
}, z.core.$strip>, z.ZodObject<{
|
|
11988
12329
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
11989
12330
|
file: z.ZodString;
|
|
@@ -12044,10 +12385,17 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
12044
12385
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
12045
12386
|
tools: z.ZodArray<z.ZodString>;
|
|
12046
12387
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
12388
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12389
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
12390
|
+
file: z.ZodString;
|
|
12391
|
+
corpusDir: z.ZodString;
|
|
12392
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
12393
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
12047
12394
|
}, z.core.$strip>, z.ZodObject<{
|
|
12048
12395
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
12049
12396
|
file: z.ZodString;
|
|
12050
12397
|
outlineFile: z.ZodString;
|
|
12398
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
12051
12399
|
}, z.core.$strip>, z.ZodObject<{
|
|
12052
12400
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
12053
12401
|
file: z.ZodString;
|
|
@@ -12196,6 +12544,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
12196
12544
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
12197
12545
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
12198
12546
|
overFile: z.ZodString;
|
|
12547
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
12199
12548
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
12200
12549
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
12201
12550
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -12336,6 +12685,10 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
12336
12685
|
value: z.ZodNumber;
|
|
12337
12686
|
}, z.core.$strip>], "op">>;
|
|
12338
12687
|
}, z.core.$strip>>]>>;
|
|
12688
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12689
|
+
file: z.ZodString;
|
|
12690
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
12691
|
+
}, z.core.$strip>>>;
|
|
12339
12692
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
12340
12693
|
file: z.ZodString;
|
|
12341
12694
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12412,6 +12765,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
12412
12765
|
pattern: z.ZodString;
|
|
12413
12766
|
flags: z.ZodOptional<z.ZodString>;
|
|
12414
12767
|
label: z.ZodOptional<z.ZodString>;
|
|
12768
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
12415
12769
|
}, z.core.$strip>, z.ZodObject<{
|
|
12416
12770
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
12417
12771
|
file: z.ZodString;
|
|
@@ -12472,10 +12826,17 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
12472
12826
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
12473
12827
|
tools: z.ZodArray<z.ZodString>;
|
|
12474
12828
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
12829
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12830
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
12831
|
+
file: z.ZodString;
|
|
12832
|
+
corpusDir: z.ZodString;
|
|
12833
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
12834
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
12475
12835
|
}, z.core.$strip>, z.ZodObject<{
|
|
12476
12836
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
12477
12837
|
file: z.ZodString;
|
|
12478
12838
|
outlineFile: z.ZodString;
|
|
12839
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
12479
12840
|
}, z.core.$strip>, z.ZodObject<{
|
|
12480
12841
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
12481
12842
|
file: z.ZodString;
|
|
@@ -12586,6 +12947,7 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
12586
12947
|
pattern: z.ZodString;
|
|
12587
12948
|
flags: z.ZodOptional<z.ZodString>;
|
|
12588
12949
|
label: z.ZodOptional<z.ZodString>;
|
|
12950
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
12589
12951
|
}, z.core.$strip>, z.ZodObject<{
|
|
12590
12952
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
12591
12953
|
file: z.ZodString;
|
|
@@ -12646,10 +13008,17 @@ declare const PendingImportItemSchema: z.ZodObject<{
|
|
|
12646
13008
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
12647
13009
|
tools: z.ZodArray<z.ZodString>;
|
|
12648
13010
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
13011
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13012
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
13013
|
+
file: z.ZodString;
|
|
13014
|
+
corpusDir: z.ZodString;
|
|
13015
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
13016
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
12649
13017
|
}, z.core.$strip>, z.ZodObject<{
|
|
12650
13018
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
12651
13019
|
file: z.ZodString;
|
|
12652
13020
|
outlineFile: z.ZodString;
|
|
13021
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
12653
13022
|
}, z.core.$strip>, z.ZodObject<{
|
|
12654
13023
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
12655
13024
|
file: z.ZodString;
|
|
@@ -12901,6 +13270,10 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
12901
13270
|
value: z.ZodNumber;
|
|
12902
13271
|
}, z.core.$strip>], "op">>;
|
|
12903
13272
|
}, z.core.$strip>>]>>;
|
|
13273
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13274
|
+
file: z.ZodString;
|
|
13275
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
13276
|
+
}, z.core.$strip>>>;
|
|
12904
13277
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
12905
13278
|
file: z.ZodString;
|
|
12906
13279
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12977,6 +13350,7 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
12977
13350
|
pattern: z.ZodString;
|
|
12978
13351
|
flags: z.ZodOptional<z.ZodString>;
|
|
12979
13352
|
label: z.ZodOptional<z.ZodString>;
|
|
13353
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
12980
13354
|
}, z.core.$strip>, z.ZodObject<{
|
|
12981
13355
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
12982
13356
|
file: z.ZodString;
|
|
@@ -13037,10 +13411,17 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13037
13411
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
13038
13412
|
tools: z.ZodArray<z.ZodString>;
|
|
13039
13413
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
13414
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13415
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
13416
|
+
file: z.ZodString;
|
|
13417
|
+
corpusDir: z.ZodString;
|
|
13418
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
13419
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
13040
13420
|
}, z.core.$strip>, z.ZodObject<{
|
|
13041
13421
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
13042
13422
|
file: z.ZodString;
|
|
13043
13423
|
outlineFile: z.ZodString;
|
|
13424
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
13044
13425
|
}, z.core.$strip>, z.ZodObject<{
|
|
13045
13426
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
13046
13427
|
file: z.ZodString;
|
|
@@ -13151,6 +13532,7 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13151
13532
|
pattern: z.ZodString;
|
|
13152
13533
|
flags: z.ZodOptional<z.ZodString>;
|
|
13153
13534
|
label: z.ZodOptional<z.ZodString>;
|
|
13535
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
13154
13536
|
}, z.core.$strip>, z.ZodObject<{
|
|
13155
13537
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
13156
13538
|
file: z.ZodString;
|
|
@@ -13211,10 +13593,17 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13211
13593
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
13212
13594
|
tools: z.ZodArray<z.ZodString>;
|
|
13213
13595
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
13596
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13597
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
13598
|
+
file: z.ZodString;
|
|
13599
|
+
corpusDir: z.ZodString;
|
|
13600
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
13601
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
13214
13602
|
}, z.core.$strip>, z.ZodObject<{
|
|
13215
13603
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
13216
13604
|
file: z.ZodString;
|
|
13217
13605
|
outlineFile: z.ZodString;
|
|
13606
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
13218
13607
|
}, z.core.$strip>, z.ZodObject<{
|
|
13219
13608
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
13220
13609
|
file: z.ZodString;
|
|
@@ -13363,6 +13752,7 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13363
13752
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
13364
13753
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
13365
13754
|
overFile: z.ZodString;
|
|
13755
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
13366
13756
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
13367
13757
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
13368
13758
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -13503,6 +13893,10 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13503
13893
|
value: z.ZodNumber;
|
|
13504
13894
|
}, z.core.$strip>], "op">>;
|
|
13505
13895
|
}, z.core.$strip>>]>>;
|
|
13896
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13897
|
+
file: z.ZodString;
|
|
13898
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
13899
|
+
}, z.core.$strip>>>;
|
|
13506
13900
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
13507
13901
|
file: z.ZodString;
|
|
13508
13902
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13579,6 +13973,7 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13579
13973
|
pattern: z.ZodString;
|
|
13580
13974
|
flags: z.ZodOptional<z.ZodString>;
|
|
13581
13975
|
label: z.ZodOptional<z.ZodString>;
|
|
13976
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
13582
13977
|
}, z.core.$strip>, z.ZodObject<{
|
|
13583
13978
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
13584
13979
|
file: z.ZodString;
|
|
@@ -13639,10 +14034,17 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13639
14034
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
13640
14035
|
tools: z.ZodArray<z.ZodString>;
|
|
13641
14036
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
14037
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14038
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
14039
|
+
file: z.ZodString;
|
|
14040
|
+
corpusDir: z.ZodString;
|
|
14041
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
14042
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
13642
14043
|
}, z.core.$strip>, z.ZodObject<{
|
|
13643
14044
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
13644
14045
|
file: z.ZodString;
|
|
13645
14046
|
outlineFile: z.ZodString;
|
|
14047
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
13646
14048
|
}, z.core.$strip>, z.ZodObject<{
|
|
13647
14049
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
13648
14050
|
file: z.ZodString;
|
|
@@ -13753,6 +14155,7 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13753
14155
|
pattern: z.ZodString;
|
|
13754
14156
|
flags: z.ZodOptional<z.ZodString>;
|
|
13755
14157
|
label: z.ZodOptional<z.ZodString>;
|
|
14158
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
13756
14159
|
}, z.core.$strip>, z.ZodObject<{
|
|
13757
14160
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
13758
14161
|
file: z.ZodString;
|
|
@@ -13813,10 +14216,17 @@ declare const PendingImportsSchema: z.ZodObject<{
|
|
|
13813
14216
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
13814
14217
|
tools: z.ZodArray<z.ZodString>;
|
|
13815
14218
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
14219
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14220
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
14221
|
+
file: z.ZodString;
|
|
14222
|
+
corpusDir: z.ZodString;
|
|
14223
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
14224
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
13816
14225
|
}, z.core.$strip>, z.ZodObject<{
|
|
13817
14226
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
13818
14227
|
file: z.ZodString;
|
|
13819
14228
|
outlineFile: z.ZodString;
|
|
14229
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
13820
14230
|
}, z.core.$strip>, z.ZodObject<{
|
|
13821
14231
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
13822
14232
|
file: z.ZodString;
|
|
@@ -14159,6 +14569,10 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
|
|
|
14159
14569
|
value: z.ZodNumber;
|
|
14160
14570
|
}, z.core.$strip>], "op">>;
|
|
14161
14571
|
}, z.core.$strip>>]>>;
|
|
14572
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14573
|
+
file: z.ZodString;
|
|
14574
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
14575
|
+
}, z.core.$strip>>>;
|
|
14162
14576
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
14163
14577
|
file: z.ZodString;
|
|
14164
14578
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -14235,6 +14649,7 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
|
|
|
14235
14649
|
pattern: z.ZodString;
|
|
14236
14650
|
flags: z.ZodOptional<z.ZodString>;
|
|
14237
14651
|
label: z.ZodOptional<z.ZodString>;
|
|
14652
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
14238
14653
|
}, z.core.$strip>, z.ZodObject<{
|
|
14239
14654
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
14240
14655
|
file: z.ZodString;
|
|
@@ -14295,10 +14710,17 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
|
|
|
14295
14710
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
14296
14711
|
tools: z.ZodArray<z.ZodString>;
|
|
14297
14712
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
14713
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14714
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
14715
|
+
file: z.ZodString;
|
|
14716
|
+
corpusDir: z.ZodString;
|
|
14717
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
14718
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
14298
14719
|
}, z.core.$strip>, z.ZodObject<{
|
|
14299
14720
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
14300
14721
|
file: z.ZodString;
|
|
14301
14722
|
outlineFile: z.ZodString;
|
|
14723
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
14302
14724
|
}, z.core.$strip>, z.ZodObject<{
|
|
14303
14725
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
14304
14726
|
file: z.ZodString;
|
|
@@ -14409,6 +14831,7 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
|
|
|
14409
14831
|
pattern: z.ZodString;
|
|
14410
14832
|
flags: z.ZodOptional<z.ZodString>;
|
|
14411
14833
|
label: z.ZodOptional<z.ZodString>;
|
|
14834
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
14412
14835
|
}, z.core.$strip>, z.ZodObject<{
|
|
14413
14836
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
14414
14837
|
file: z.ZodString;
|
|
@@ -14469,10 +14892,17 @@ declare const TaskCraftbookStepSchema: z.ZodObject<{
|
|
|
14469
14892
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
14470
14893
|
tools: z.ZodArray<z.ZodString>;
|
|
14471
14894
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
14895
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14896
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
14897
|
+
file: z.ZodString;
|
|
14898
|
+
corpusDir: z.ZodString;
|
|
14899
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
14900
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
14472
14901
|
}, z.core.$strip>, z.ZodObject<{
|
|
14473
14902
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
14474
14903
|
file: z.ZodString;
|
|
14475
14904
|
outlineFile: z.ZodString;
|
|
14905
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
14476
14906
|
}, z.core.$strip>, z.ZodObject<{
|
|
14477
14907
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
14478
14908
|
file: z.ZodString;
|
|
@@ -14731,6 +15161,10 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
14731
15161
|
value: z.ZodNumber;
|
|
14732
15162
|
}, z.core.$strip>], "op">>;
|
|
14733
15163
|
}, z.core.$strip>>]>>;
|
|
15164
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15165
|
+
file: z.ZodString;
|
|
15166
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
15167
|
+
}, z.core.$strip>>>;
|
|
14734
15168
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
14735
15169
|
file: z.ZodString;
|
|
14736
15170
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -14807,6 +15241,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
14807
15241
|
pattern: z.ZodString;
|
|
14808
15242
|
flags: z.ZodOptional<z.ZodString>;
|
|
14809
15243
|
label: z.ZodOptional<z.ZodString>;
|
|
15244
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
14810
15245
|
}, z.core.$strip>, z.ZodObject<{
|
|
14811
15246
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
14812
15247
|
file: z.ZodString;
|
|
@@ -14867,10 +15302,17 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
14867
15302
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
14868
15303
|
tools: z.ZodArray<z.ZodString>;
|
|
14869
15304
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
15305
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15306
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
15307
|
+
file: z.ZodString;
|
|
15308
|
+
corpusDir: z.ZodString;
|
|
15309
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
15310
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
14870
15311
|
}, z.core.$strip>, z.ZodObject<{
|
|
14871
15312
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
14872
15313
|
file: z.ZodString;
|
|
14873
15314
|
outlineFile: z.ZodString;
|
|
15315
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
14874
15316
|
}, z.core.$strip>, z.ZodObject<{
|
|
14875
15317
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
14876
15318
|
file: z.ZodString;
|
|
@@ -14981,6 +15423,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
14981
15423
|
pattern: z.ZodString;
|
|
14982
15424
|
flags: z.ZodOptional<z.ZodString>;
|
|
14983
15425
|
label: z.ZodOptional<z.ZodString>;
|
|
15426
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
14984
15427
|
}, z.core.$strip>, z.ZodObject<{
|
|
14985
15428
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
14986
15429
|
file: z.ZodString;
|
|
@@ -15041,10 +15484,17 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
15041
15484
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
15042
15485
|
tools: z.ZodArray<z.ZodString>;
|
|
15043
15486
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
15487
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15488
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
15489
|
+
file: z.ZodString;
|
|
15490
|
+
corpusDir: z.ZodString;
|
|
15491
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
15492
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
15044
15493
|
}, z.core.$strip>, z.ZodObject<{
|
|
15045
15494
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
15046
15495
|
file: z.ZodString;
|
|
15047
15496
|
outlineFile: z.ZodString;
|
|
15497
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
15048
15498
|
}, z.core.$strip>, z.ZodObject<{
|
|
15049
15499
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
15050
15500
|
file: z.ZodString;
|
|
@@ -15199,6 +15649,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
15199
15649
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15200
15650
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
15201
15651
|
overFile: z.ZodString;
|
|
15652
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
15202
15653
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
15203
15654
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
15204
15655
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -15339,6 +15790,10 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
15339
15790
|
value: z.ZodNumber;
|
|
15340
15791
|
}, z.core.$strip>], "op">>;
|
|
15341
15792
|
}, z.core.$strip>>]>>;
|
|
15793
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15794
|
+
file: z.ZodString;
|
|
15795
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
15796
|
+
}, z.core.$strip>>>;
|
|
15342
15797
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
15343
15798
|
file: z.ZodString;
|
|
15344
15799
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15415,6 +15870,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
15415
15870
|
pattern: z.ZodString;
|
|
15416
15871
|
flags: z.ZodOptional<z.ZodString>;
|
|
15417
15872
|
label: z.ZodOptional<z.ZodString>;
|
|
15873
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
15418
15874
|
}, z.core.$strip>, z.ZodObject<{
|
|
15419
15875
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
15420
15876
|
file: z.ZodString;
|
|
@@ -15475,10 +15931,17 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
15475
15931
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
15476
15932
|
tools: z.ZodArray<z.ZodString>;
|
|
15477
15933
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
15934
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15935
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
15936
|
+
file: z.ZodString;
|
|
15937
|
+
corpusDir: z.ZodString;
|
|
15938
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
15939
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
15478
15940
|
}, z.core.$strip>, z.ZodObject<{
|
|
15479
15941
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
15480
15942
|
file: z.ZodString;
|
|
15481
15943
|
outlineFile: z.ZodString;
|
|
15944
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
15482
15945
|
}, z.core.$strip>, z.ZodObject<{
|
|
15483
15946
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
15484
15947
|
file: z.ZodString;
|
|
@@ -15589,6 +16052,7 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
15589
16052
|
pattern: z.ZodString;
|
|
15590
16053
|
flags: z.ZodOptional<z.ZodString>;
|
|
15591
16054
|
label: z.ZodOptional<z.ZodString>;
|
|
16055
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
15592
16056
|
}, z.core.$strip>, z.ZodObject<{
|
|
15593
16057
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
15594
16058
|
file: z.ZodString;
|
|
@@ -15649,10 +16113,17 @@ declare const TaskCraftbookSchema: z.ZodObject<{
|
|
|
15649
16113
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
15650
16114
|
tools: z.ZodArray<z.ZodString>;
|
|
15651
16115
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
16116
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16117
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
16118
|
+
file: z.ZodString;
|
|
16119
|
+
corpusDir: z.ZodString;
|
|
16120
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
16121
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
15652
16122
|
}, z.core.$strip>, z.ZodObject<{
|
|
15653
16123
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
15654
16124
|
file: z.ZodString;
|
|
15655
16125
|
outlineFile: z.ZodString;
|
|
16126
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
15656
16127
|
}, z.core.$strip>, z.ZodObject<{
|
|
15657
16128
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
15658
16129
|
file: z.ZodString;
|
|
@@ -15966,6 +16437,10 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
15966
16437
|
value: z.ZodNumber;
|
|
15967
16438
|
}, z.core.$strip>], "op">>;
|
|
15968
16439
|
}, z.core.$strip>>]>>;
|
|
16440
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
16441
|
+
file: z.ZodString;
|
|
16442
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
16443
|
+
}, z.core.$strip>>>;
|
|
15969
16444
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
15970
16445
|
file: z.ZodString;
|
|
15971
16446
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16042,6 +16517,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16042
16517
|
pattern: z.ZodString;
|
|
16043
16518
|
flags: z.ZodOptional<z.ZodString>;
|
|
16044
16519
|
label: z.ZodOptional<z.ZodString>;
|
|
16520
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
16045
16521
|
}, z.core.$strip>, z.ZodObject<{
|
|
16046
16522
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
16047
16523
|
file: z.ZodString;
|
|
@@ -16102,10 +16578,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16102
16578
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
16103
16579
|
tools: z.ZodArray<z.ZodString>;
|
|
16104
16580
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
16581
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16582
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
16583
|
+
file: z.ZodString;
|
|
16584
|
+
corpusDir: z.ZodString;
|
|
16585
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
16586
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
16105
16587
|
}, z.core.$strip>, z.ZodObject<{
|
|
16106
16588
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
16107
16589
|
file: z.ZodString;
|
|
16108
16590
|
outlineFile: z.ZodString;
|
|
16591
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
16109
16592
|
}, z.core.$strip>, z.ZodObject<{
|
|
16110
16593
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
16111
16594
|
file: z.ZodString;
|
|
@@ -16216,6 +16699,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16216
16699
|
pattern: z.ZodString;
|
|
16217
16700
|
flags: z.ZodOptional<z.ZodString>;
|
|
16218
16701
|
label: z.ZodOptional<z.ZodString>;
|
|
16702
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
16219
16703
|
}, z.core.$strip>, z.ZodObject<{
|
|
16220
16704
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
16221
16705
|
file: z.ZodString;
|
|
@@ -16276,10 +16760,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16276
16760
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
16277
16761
|
tools: z.ZodArray<z.ZodString>;
|
|
16278
16762
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
16763
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16764
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
16765
|
+
file: z.ZodString;
|
|
16766
|
+
corpusDir: z.ZodString;
|
|
16767
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
16768
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
16279
16769
|
}, z.core.$strip>, z.ZodObject<{
|
|
16280
16770
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
16281
16771
|
file: z.ZodString;
|
|
16282
16772
|
outlineFile: z.ZodString;
|
|
16773
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
16283
16774
|
}, z.core.$strip>, z.ZodObject<{
|
|
16284
16775
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
16285
16776
|
file: z.ZodString;
|
|
@@ -16434,6 +16925,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16434
16925
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
16435
16926
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
16436
16927
|
overFile: z.ZodString;
|
|
16928
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
16437
16929
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
16438
16930
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
16439
16931
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -16574,6 +17066,10 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16574
17066
|
value: z.ZodNumber;
|
|
16575
17067
|
}, z.core.$strip>], "op">>;
|
|
16576
17068
|
}, z.core.$strip>>]>>;
|
|
17069
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
17070
|
+
file: z.ZodString;
|
|
17071
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
17072
|
+
}, z.core.$strip>>>;
|
|
16577
17073
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
16578
17074
|
file: z.ZodString;
|
|
16579
17075
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16650,6 +17146,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16650
17146
|
pattern: z.ZodString;
|
|
16651
17147
|
flags: z.ZodOptional<z.ZodString>;
|
|
16652
17148
|
label: z.ZodOptional<z.ZodString>;
|
|
17149
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
16653
17150
|
}, z.core.$strip>, z.ZodObject<{
|
|
16654
17151
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
16655
17152
|
file: z.ZodString;
|
|
@@ -16710,10 +17207,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16710
17207
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
16711
17208
|
tools: z.ZodArray<z.ZodString>;
|
|
16712
17209
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
17210
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17211
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
17212
|
+
file: z.ZodString;
|
|
17213
|
+
corpusDir: z.ZodString;
|
|
17214
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
17215
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
16713
17216
|
}, z.core.$strip>, z.ZodObject<{
|
|
16714
17217
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
16715
17218
|
file: z.ZodString;
|
|
16716
17219
|
outlineFile: z.ZodString;
|
|
17220
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
16717
17221
|
}, z.core.$strip>, z.ZodObject<{
|
|
16718
17222
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
16719
17223
|
file: z.ZodString;
|
|
@@ -16824,6 +17328,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16824
17328
|
pattern: z.ZodString;
|
|
16825
17329
|
flags: z.ZodOptional<z.ZodString>;
|
|
16826
17330
|
label: z.ZodOptional<z.ZodString>;
|
|
17331
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
16827
17332
|
}, z.core.$strip>, z.ZodObject<{
|
|
16828
17333
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
16829
17334
|
file: z.ZodString;
|
|
@@ -16884,10 +17389,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
16884
17389
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
16885
17390
|
tools: z.ZodArray<z.ZodString>;
|
|
16886
17391
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
17392
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17393
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
17394
|
+
file: z.ZodString;
|
|
17395
|
+
corpusDir: z.ZodString;
|
|
17396
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
17397
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
16887
17398
|
}, z.core.$strip>, z.ZodObject<{
|
|
16888
17399
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
16889
17400
|
file: z.ZodString;
|
|
16890
17401
|
outlineFile: z.ZodString;
|
|
17402
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
16891
17403
|
}, z.core.$strip>, z.ZodObject<{
|
|
16892
17404
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
16893
17405
|
file: z.ZodString;
|
|
@@ -17122,6 +17634,10 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17122
17634
|
value: z.ZodNumber;
|
|
17123
17635
|
}, z.core.$strip>], "op">>;
|
|
17124
17636
|
}, z.core.$strip>>]>>;
|
|
17637
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
17638
|
+
file: z.ZodString;
|
|
17639
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
17640
|
+
}, z.core.$strip>>>;
|
|
17125
17641
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
17126
17642
|
file: z.ZodString;
|
|
17127
17643
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -17198,6 +17714,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17198
17714
|
pattern: z.ZodString;
|
|
17199
17715
|
flags: z.ZodOptional<z.ZodString>;
|
|
17200
17716
|
label: z.ZodOptional<z.ZodString>;
|
|
17717
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
17201
17718
|
}, z.core.$strip>, z.ZodObject<{
|
|
17202
17719
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
17203
17720
|
file: z.ZodString;
|
|
@@ -17258,10 +17775,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17258
17775
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
17259
17776
|
tools: z.ZodArray<z.ZodString>;
|
|
17260
17777
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
17778
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17779
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
17780
|
+
file: z.ZodString;
|
|
17781
|
+
corpusDir: z.ZodString;
|
|
17782
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
17783
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
17261
17784
|
}, z.core.$strip>, z.ZodObject<{
|
|
17262
17785
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
17263
17786
|
file: z.ZodString;
|
|
17264
17787
|
outlineFile: z.ZodString;
|
|
17788
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
17265
17789
|
}, z.core.$strip>, z.ZodObject<{
|
|
17266
17790
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
17267
17791
|
file: z.ZodString;
|
|
@@ -17372,6 +17896,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17372
17896
|
pattern: z.ZodString;
|
|
17373
17897
|
flags: z.ZodOptional<z.ZodString>;
|
|
17374
17898
|
label: z.ZodOptional<z.ZodString>;
|
|
17899
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
17375
17900
|
}, z.core.$strip>, z.ZodObject<{
|
|
17376
17901
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
17377
17902
|
file: z.ZodString;
|
|
@@ -17432,10 +17957,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17432
17957
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
17433
17958
|
tools: z.ZodArray<z.ZodString>;
|
|
17434
17959
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
17960
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17961
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
17962
|
+
file: z.ZodString;
|
|
17963
|
+
corpusDir: z.ZodString;
|
|
17964
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
17965
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
17435
17966
|
}, z.core.$strip>, z.ZodObject<{
|
|
17436
17967
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
17437
17968
|
file: z.ZodString;
|
|
17438
17969
|
outlineFile: z.ZodString;
|
|
17970
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
17439
17971
|
}, z.core.$strip>, z.ZodObject<{
|
|
17440
17972
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
17441
17973
|
file: z.ZodString;
|
|
@@ -17590,6 +18122,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17590
18122
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
17591
18123
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
17592
18124
|
overFile: z.ZodString;
|
|
18125
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
17593
18126
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
17594
18127
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
17595
18128
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -17730,6 +18263,10 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17730
18263
|
value: z.ZodNumber;
|
|
17731
18264
|
}, z.core.$strip>], "op">>;
|
|
17732
18265
|
}, z.core.$strip>>]>>;
|
|
18266
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
18267
|
+
file: z.ZodString;
|
|
18268
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
18269
|
+
}, z.core.$strip>>>;
|
|
17733
18270
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
17734
18271
|
file: z.ZodString;
|
|
17735
18272
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -17806,6 +18343,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17806
18343
|
pattern: z.ZodString;
|
|
17807
18344
|
flags: z.ZodOptional<z.ZodString>;
|
|
17808
18345
|
label: z.ZodOptional<z.ZodString>;
|
|
18346
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
17809
18347
|
}, z.core.$strip>, z.ZodObject<{
|
|
17810
18348
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
17811
18349
|
file: z.ZodString;
|
|
@@ -17866,10 +18404,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17866
18404
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
17867
18405
|
tools: z.ZodArray<z.ZodString>;
|
|
17868
18406
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
18407
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18408
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
18409
|
+
file: z.ZodString;
|
|
18410
|
+
corpusDir: z.ZodString;
|
|
18411
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
18412
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
17869
18413
|
}, z.core.$strip>, z.ZodObject<{
|
|
17870
18414
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
17871
18415
|
file: z.ZodString;
|
|
17872
18416
|
outlineFile: z.ZodString;
|
|
18417
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
17873
18418
|
}, z.core.$strip>, z.ZodObject<{
|
|
17874
18419
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
17875
18420
|
file: z.ZodString;
|
|
@@ -17980,6 +18525,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
17980
18525
|
pattern: z.ZodString;
|
|
17981
18526
|
flags: z.ZodOptional<z.ZodString>;
|
|
17982
18527
|
label: z.ZodOptional<z.ZodString>;
|
|
18528
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
17983
18529
|
}, z.core.$strip>, z.ZodObject<{
|
|
17984
18530
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
17985
18531
|
file: z.ZodString;
|
|
@@ -18040,10 +18586,17 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
18040
18586
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
18041
18587
|
tools: z.ZodArray<z.ZodString>;
|
|
18042
18588
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
18589
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18590
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
18591
|
+
file: z.ZodString;
|
|
18592
|
+
corpusDir: z.ZodString;
|
|
18593
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
18594
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
18043
18595
|
}, z.core.$strip>, z.ZodObject<{
|
|
18044
18596
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
18045
18597
|
file: z.ZodString;
|
|
18046
18598
|
outlineFile: z.ZodString;
|
|
18599
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
18047
18600
|
}, z.core.$strip>, z.ZodObject<{
|
|
18048
18601
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
18049
18602
|
file: z.ZodString;
|
|
@@ -18149,6 +18702,9 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
18149
18702
|
kind: z.ZodLiteral<"boekwachter-issue">;
|
|
18150
18703
|
issueRef: z.ZodString;
|
|
18151
18704
|
path: z.ZodString;
|
|
18705
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18706
|
+
kind: z.ZodLiteral<"craftbook-invocation">;
|
|
18707
|
+
key: z.ZodString;
|
|
18152
18708
|
}, z.core.$strip>, z.ZodObject<{
|
|
18153
18709
|
kind: z.ZodLiteral<"gezel-suggested-craftbook">;
|
|
18154
18710
|
templateId: z.ZodString;
|
|
@@ -18186,6 +18742,7 @@ declare const TaskSchema: z.ZodObject<{
|
|
|
18186
18742
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
18187
18743
|
at: z.ZodString;
|
|
18188
18744
|
}, z.core.$strip>>;
|
|
18745
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
18189
18746
|
createdAt: z.ZodString;
|
|
18190
18747
|
updatedAt: z.ZodString;
|
|
18191
18748
|
createdBy: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -18370,6 +18927,10 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
18370
18927
|
value: z.ZodNumber;
|
|
18371
18928
|
}, z.core.$strip>], "op">>;
|
|
18372
18929
|
}, z.core.$strip>>]>>;
|
|
18930
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
18931
|
+
file: z.ZodString;
|
|
18932
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
18933
|
+
}, z.core.$strip>>>;
|
|
18373
18934
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
18374
18935
|
file: z.ZodString;
|
|
18375
18936
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -18446,6 +19007,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
18446
19007
|
pattern: z.ZodString;
|
|
18447
19008
|
flags: z.ZodOptional<z.ZodString>;
|
|
18448
19009
|
label: z.ZodOptional<z.ZodString>;
|
|
19010
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
18449
19011
|
}, z.core.$strip>, z.ZodObject<{
|
|
18450
19012
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
18451
19013
|
file: z.ZodString;
|
|
@@ -18506,10 +19068,17 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
18506
19068
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
18507
19069
|
tools: z.ZodArray<z.ZodString>;
|
|
18508
19070
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
19071
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19072
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
19073
|
+
file: z.ZodString;
|
|
19074
|
+
corpusDir: z.ZodString;
|
|
19075
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
19076
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
18509
19077
|
}, z.core.$strip>, z.ZodObject<{
|
|
18510
19078
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
18511
19079
|
file: z.ZodString;
|
|
18512
19080
|
outlineFile: z.ZodString;
|
|
19081
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
18513
19082
|
}, z.core.$strip>, z.ZodObject<{
|
|
18514
19083
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
18515
19084
|
file: z.ZodString;
|
|
@@ -18620,6 +19189,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
18620
19189
|
pattern: z.ZodString;
|
|
18621
19190
|
flags: z.ZodOptional<z.ZodString>;
|
|
18622
19191
|
label: z.ZodOptional<z.ZodString>;
|
|
19192
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
18623
19193
|
}, z.core.$strip>, z.ZodObject<{
|
|
18624
19194
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
18625
19195
|
file: z.ZodString;
|
|
@@ -18680,10 +19250,17 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
18680
19250
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
18681
19251
|
tools: z.ZodArray<z.ZodString>;
|
|
18682
19252
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
19253
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19254
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
19255
|
+
file: z.ZodString;
|
|
19256
|
+
corpusDir: z.ZodString;
|
|
19257
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
19258
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
18683
19259
|
}, z.core.$strip>, z.ZodObject<{
|
|
18684
19260
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
18685
19261
|
file: z.ZodString;
|
|
18686
19262
|
outlineFile: z.ZodString;
|
|
19263
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
18687
19264
|
}, z.core.$strip>, z.ZodObject<{
|
|
18688
19265
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
18689
19266
|
file: z.ZodString;
|
|
@@ -18926,6 +19503,10 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
18926
19503
|
value: z.ZodNumber;
|
|
18927
19504
|
}, z.core.$strip>], "op">>;
|
|
18928
19505
|
}, z.core.$strip>>]>>;
|
|
19506
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
19507
|
+
file: z.ZodString;
|
|
19508
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
19509
|
+
}, z.core.$strip>>>;
|
|
18929
19510
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
18930
19511
|
file: z.ZodString;
|
|
18931
19512
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -19002,6 +19583,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
19002
19583
|
pattern: z.ZodString;
|
|
19003
19584
|
flags: z.ZodOptional<z.ZodString>;
|
|
19004
19585
|
label: z.ZodOptional<z.ZodString>;
|
|
19586
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
19005
19587
|
}, z.core.$strip>, z.ZodObject<{
|
|
19006
19588
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
19007
19589
|
file: z.ZodString;
|
|
@@ -19062,10 +19644,17 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
19062
19644
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
19063
19645
|
tools: z.ZodArray<z.ZodString>;
|
|
19064
19646
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
19647
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19648
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
19649
|
+
file: z.ZodString;
|
|
19650
|
+
corpusDir: z.ZodString;
|
|
19651
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
19652
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
19065
19653
|
}, z.core.$strip>, z.ZodObject<{
|
|
19066
19654
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
19067
19655
|
file: z.ZodString;
|
|
19068
19656
|
outlineFile: z.ZodString;
|
|
19657
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
19069
19658
|
}, z.core.$strip>, z.ZodObject<{
|
|
19070
19659
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
19071
19660
|
file: z.ZodString;
|
|
@@ -19176,6 +19765,7 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
19176
19765
|
pattern: z.ZodString;
|
|
19177
19766
|
flags: z.ZodOptional<z.ZodString>;
|
|
19178
19767
|
label: z.ZodOptional<z.ZodString>;
|
|
19768
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
19179
19769
|
}, z.core.$strip>, z.ZodObject<{
|
|
19180
19770
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
19181
19771
|
file: z.ZodString;
|
|
@@ -19236,10 +19826,17 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
19236
19826
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
19237
19827
|
tools: z.ZodArray<z.ZodString>;
|
|
19238
19828
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
19829
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19830
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
19831
|
+
file: z.ZodString;
|
|
19832
|
+
corpusDir: z.ZodString;
|
|
19833
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
19834
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
19239
19835
|
}, z.core.$strip>, z.ZodObject<{
|
|
19240
19836
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
19241
19837
|
file: z.ZodString;
|
|
19242
19838
|
outlineFile: z.ZodString;
|
|
19839
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
19243
19840
|
}, z.core.$strip>, z.ZodObject<{
|
|
19244
19841
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
19245
19842
|
file: z.ZodString;
|
|
@@ -19367,7 +19964,9 @@ declare const CreateTaskRequestSchema: z.ZodObject<{
|
|
|
19367
19964
|
}, z.core.$strip>, z.ZodObject<{
|
|
19368
19965
|
kind: z.ZodLiteral<"user">;
|
|
19369
19966
|
}, z.core.$strip>], "kind">>;
|
|
19967
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
19370
19968
|
dispatchEntry: z.ZodOptional<z.ZodBoolean>;
|
|
19969
|
+
craftbookInvocationKey: z.ZodOptional<z.ZodString>;
|
|
19371
19970
|
}, z.core.$strip>;
|
|
19372
19971
|
type CreateTaskRequest = z.infer<typeof CreateTaskRequestSchema>;
|
|
19373
19972
|
declare const UpdateTaskRequestSchema: z.ZodObject<{
|
|
@@ -19639,6 +20238,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
19639
20238
|
value: z.ZodNumber;
|
|
19640
20239
|
}, z.core.$strip>], "op">>;
|
|
19641
20240
|
}, z.core.$strip>>]>>;
|
|
20241
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20242
|
+
file: z.ZodString;
|
|
20243
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
20244
|
+
}, z.core.$strip>>>;
|
|
19642
20245
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
19643
20246
|
file: z.ZodString;
|
|
19644
20247
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -19715,6 +20318,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
19715
20318
|
pattern: z.ZodString;
|
|
19716
20319
|
flags: z.ZodOptional<z.ZodString>;
|
|
19717
20320
|
label: z.ZodOptional<z.ZodString>;
|
|
20321
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
19718
20322
|
}, z.core.$strip>, z.ZodObject<{
|
|
19719
20323
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
19720
20324
|
file: z.ZodString;
|
|
@@ -19775,10 +20379,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
19775
20379
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
19776
20380
|
tools: z.ZodArray<z.ZodString>;
|
|
19777
20381
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
20382
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20383
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
20384
|
+
file: z.ZodString;
|
|
20385
|
+
corpusDir: z.ZodString;
|
|
20386
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
20387
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
19778
20388
|
}, z.core.$strip>, z.ZodObject<{
|
|
19779
20389
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
19780
20390
|
file: z.ZodString;
|
|
19781
20391
|
outlineFile: z.ZodString;
|
|
20392
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
19782
20393
|
}, z.core.$strip>, z.ZodObject<{
|
|
19783
20394
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
19784
20395
|
file: z.ZodString;
|
|
@@ -19889,6 +20500,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
19889
20500
|
pattern: z.ZodString;
|
|
19890
20501
|
flags: z.ZodOptional<z.ZodString>;
|
|
19891
20502
|
label: z.ZodOptional<z.ZodString>;
|
|
20503
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
19892
20504
|
}, z.core.$strip>, z.ZodObject<{
|
|
19893
20505
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
19894
20506
|
file: z.ZodString;
|
|
@@ -19949,10 +20561,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
19949
20561
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
19950
20562
|
tools: z.ZodArray<z.ZodString>;
|
|
19951
20563
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
20564
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20565
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
20566
|
+
file: z.ZodString;
|
|
20567
|
+
corpusDir: z.ZodString;
|
|
20568
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
20569
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
19952
20570
|
}, z.core.$strip>, z.ZodObject<{
|
|
19953
20571
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
19954
20572
|
file: z.ZodString;
|
|
19955
20573
|
outlineFile: z.ZodString;
|
|
20574
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
19956
20575
|
}, z.core.$strip>, z.ZodObject<{
|
|
19957
20576
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
19958
20577
|
file: z.ZodString;
|
|
@@ -20107,6 +20726,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20107
20726
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
20108
20727
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
20109
20728
|
overFile: z.ZodString;
|
|
20729
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
20110
20730
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
20111
20731
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
20112
20732
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -20247,6 +20867,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20247
20867
|
value: z.ZodNumber;
|
|
20248
20868
|
}, z.core.$strip>], "op">>;
|
|
20249
20869
|
}, z.core.$strip>>]>>;
|
|
20870
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20871
|
+
file: z.ZodString;
|
|
20872
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
20873
|
+
}, z.core.$strip>>>;
|
|
20250
20874
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
20251
20875
|
file: z.ZodString;
|
|
20252
20876
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -20323,6 +20947,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20323
20947
|
pattern: z.ZodString;
|
|
20324
20948
|
flags: z.ZodOptional<z.ZodString>;
|
|
20325
20949
|
label: z.ZodOptional<z.ZodString>;
|
|
20950
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
20326
20951
|
}, z.core.$strip>, z.ZodObject<{
|
|
20327
20952
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
20328
20953
|
file: z.ZodString;
|
|
@@ -20383,10 +21008,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20383
21008
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
20384
21009
|
tools: z.ZodArray<z.ZodString>;
|
|
20385
21010
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
21011
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21012
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
21013
|
+
file: z.ZodString;
|
|
21014
|
+
corpusDir: z.ZodString;
|
|
21015
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
21016
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
20386
21017
|
}, z.core.$strip>, z.ZodObject<{
|
|
20387
21018
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
20388
21019
|
file: z.ZodString;
|
|
20389
21020
|
outlineFile: z.ZodString;
|
|
21021
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
20390
21022
|
}, z.core.$strip>, z.ZodObject<{
|
|
20391
21023
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
20392
21024
|
file: z.ZodString;
|
|
@@ -20497,6 +21129,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20497
21129
|
pattern: z.ZodString;
|
|
20498
21130
|
flags: z.ZodOptional<z.ZodString>;
|
|
20499
21131
|
label: z.ZodOptional<z.ZodString>;
|
|
21132
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
20500
21133
|
}, z.core.$strip>, z.ZodObject<{
|
|
20501
21134
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
20502
21135
|
file: z.ZodString;
|
|
@@ -20557,10 +21190,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20557
21190
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
20558
21191
|
tools: z.ZodArray<z.ZodString>;
|
|
20559
21192
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
21193
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21194
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
21195
|
+
file: z.ZodString;
|
|
21196
|
+
corpusDir: z.ZodString;
|
|
21197
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
21198
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
20560
21199
|
}, z.core.$strip>, z.ZodObject<{
|
|
20561
21200
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
20562
21201
|
file: z.ZodString;
|
|
20563
21202
|
outlineFile: z.ZodString;
|
|
21203
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
20564
21204
|
}, z.core.$strip>, z.ZodObject<{
|
|
20565
21205
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
20566
21206
|
file: z.ZodString;
|
|
@@ -20795,6 +21435,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20795
21435
|
value: z.ZodNumber;
|
|
20796
21436
|
}, z.core.$strip>], "op">>;
|
|
20797
21437
|
}, z.core.$strip>>]>>;
|
|
21438
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21439
|
+
file: z.ZodString;
|
|
21440
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
21441
|
+
}, z.core.$strip>>>;
|
|
20798
21442
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
20799
21443
|
file: z.ZodString;
|
|
20800
21444
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -20871,6 +21515,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20871
21515
|
pattern: z.ZodString;
|
|
20872
21516
|
flags: z.ZodOptional<z.ZodString>;
|
|
20873
21517
|
label: z.ZodOptional<z.ZodString>;
|
|
21518
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
20874
21519
|
}, z.core.$strip>, z.ZodObject<{
|
|
20875
21520
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
20876
21521
|
file: z.ZodString;
|
|
@@ -20931,10 +21576,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
20931
21576
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
20932
21577
|
tools: z.ZodArray<z.ZodString>;
|
|
20933
21578
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
21579
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21580
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
21581
|
+
file: z.ZodString;
|
|
21582
|
+
corpusDir: z.ZodString;
|
|
21583
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
21584
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
20934
21585
|
}, z.core.$strip>, z.ZodObject<{
|
|
20935
21586
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
20936
21587
|
file: z.ZodString;
|
|
20937
21588
|
outlineFile: z.ZodString;
|
|
21589
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
20938
21590
|
}, z.core.$strip>, z.ZodObject<{
|
|
20939
21591
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
20940
21592
|
file: z.ZodString;
|
|
@@ -21045,6 +21697,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21045
21697
|
pattern: z.ZodString;
|
|
21046
21698
|
flags: z.ZodOptional<z.ZodString>;
|
|
21047
21699
|
label: z.ZodOptional<z.ZodString>;
|
|
21700
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
21048
21701
|
}, z.core.$strip>, z.ZodObject<{
|
|
21049
21702
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
21050
21703
|
file: z.ZodString;
|
|
@@ -21105,10 +21758,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21105
21758
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
21106
21759
|
tools: z.ZodArray<z.ZodString>;
|
|
21107
21760
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
21761
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21762
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
21763
|
+
file: z.ZodString;
|
|
21764
|
+
corpusDir: z.ZodString;
|
|
21765
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
21766
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
21108
21767
|
}, z.core.$strip>, z.ZodObject<{
|
|
21109
21768
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
21110
21769
|
file: z.ZodString;
|
|
21111
21770
|
outlineFile: z.ZodString;
|
|
21771
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
21112
21772
|
}, z.core.$strip>, z.ZodObject<{
|
|
21113
21773
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
21114
21774
|
file: z.ZodString;
|
|
@@ -21263,6 +21923,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21263
21923
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
21264
21924
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
21265
21925
|
overFile: z.ZodString;
|
|
21926
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
21266
21927
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
21267
21928
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
21268
21929
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -21403,6 +22064,10 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21403
22064
|
value: z.ZodNumber;
|
|
21404
22065
|
}, z.core.$strip>], "op">>;
|
|
21405
22066
|
}, z.core.$strip>>]>>;
|
|
22067
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
22068
|
+
file: z.ZodString;
|
|
22069
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
22070
|
+
}, z.core.$strip>>>;
|
|
21406
22071
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
21407
22072
|
file: z.ZodString;
|
|
21408
22073
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -21479,6 +22144,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21479
22144
|
pattern: z.ZodString;
|
|
21480
22145
|
flags: z.ZodOptional<z.ZodString>;
|
|
21481
22146
|
label: z.ZodOptional<z.ZodString>;
|
|
22147
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
21482
22148
|
}, z.core.$strip>, z.ZodObject<{
|
|
21483
22149
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
21484
22150
|
file: z.ZodString;
|
|
@@ -21539,10 +22205,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21539
22205
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
21540
22206
|
tools: z.ZodArray<z.ZodString>;
|
|
21541
22207
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
22208
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22209
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
22210
|
+
file: z.ZodString;
|
|
22211
|
+
corpusDir: z.ZodString;
|
|
22212
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
22213
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
21542
22214
|
}, z.core.$strip>, z.ZodObject<{
|
|
21543
22215
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
21544
22216
|
file: z.ZodString;
|
|
21545
22217
|
outlineFile: z.ZodString;
|
|
22218
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
21546
22219
|
}, z.core.$strip>, z.ZodObject<{
|
|
21547
22220
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
21548
22221
|
file: z.ZodString;
|
|
@@ -21653,6 +22326,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21653
22326
|
pattern: z.ZodString;
|
|
21654
22327
|
flags: z.ZodOptional<z.ZodString>;
|
|
21655
22328
|
label: z.ZodOptional<z.ZodString>;
|
|
22329
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
21656
22330
|
}, z.core.$strip>, z.ZodObject<{
|
|
21657
22331
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
21658
22332
|
file: z.ZodString;
|
|
@@ -21713,10 +22387,17 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21713
22387
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
21714
22388
|
tools: z.ZodArray<z.ZodString>;
|
|
21715
22389
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
22390
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22391
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
22392
|
+
file: z.ZodString;
|
|
22393
|
+
corpusDir: z.ZodString;
|
|
22394
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
22395
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
21716
22396
|
}, z.core.$strip>, z.ZodObject<{
|
|
21717
22397
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
21718
22398
|
file: z.ZodString;
|
|
21719
22399
|
outlineFile: z.ZodString;
|
|
22400
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
21720
22401
|
}, z.core.$strip>, z.ZodObject<{
|
|
21721
22402
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
21722
22403
|
file: z.ZodString;
|
|
@@ -21822,6 +22503,9 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21822
22503
|
kind: z.ZodLiteral<"boekwachter-issue">;
|
|
21823
22504
|
issueRef: z.ZodString;
|
|
21824
22505
|
path: z.ZodString;
|
|
22506
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22507
|
+
kind: z.ZodLiteral<"craftbook-invocation">;
|
|
22508
|
+
key: z.ZodString;
|
|
21825
22509
|
}, z.core.$strip>, z.ZodObject<{
|
|
21826
22510
|
kind: z.ZodLiteral<"gezel-suggested-craftbook">;
|
|
21827
22511
|
templateId: z.ZodString;
|
|
@@ -21859,6 +22543,7 @@ declare const CompleteStepResponseSchema: z.ZodObject<{
|
|
|
21859
22543
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
21860
22544
|
at: z.ZodString;
|
|
21861
22545
|
}, z.core.$strip>>;
|
|
22546
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
21862
22547
|
createdAt: z.ZodString;
|
|
21863
22548
|
updatedAt: z.ZodString;
|
|
21864
22549
|
createdBy: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -22026,6 +22711,10 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
|
|
|
22026
22711
|
value: z.ZodNumber;
|
|
22027
22712
|
}, z.core.$strip>], "op">>;
|
|
22028
22713
|
}, z.core.$strip>>]>>>;
|
|
22714
|
+
consumes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
22715
|
+
file: z.ZodString;
|
|
22716
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
22717
|
+
}, z.core.$strip>>>>;
|
|
22029
22718
|
advanceWhen: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22030
22719
|
file: z.ZodString;
|
|
22031
22720
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -22102,6 +22791,7 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
|
|
|
22102
22791
|
pattern: z.ZodString;
|
|
22103
22792
|
flags: z.ZodOptional<z.ZodString>;
|
|
22104
22793
|
label: z.ZodOptional<z.ZodString>;
|
|
22794
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
22105
22795
|
}, z.core.$strip>, z.ZodObject<{
|
|
22106
22796
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
22107
22797
|
file: z.ZodString;
|
|
@@ -22162,10 +22852,17 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
|
|
|
22162
22852
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
22163
22853
|
tools: z.ZodArray<z.ZodString>;
|
|
22164
22854
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
22855
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22856
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
22857
|
+
file: z.ZodString;
|
|
22858
|
+
corpusDir: z.ZodString;
|
|
22859
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
22860
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
22165
22861
|
}, z.core.$strip>, z.ZodObject<{
|
|
22166
22862
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
22167
22863
|
file: z.ZodString;
|
|
22168
22864
|
outlineFile: z.ZodString;
|
|
22865
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
22169
22866
|
}, z.core.$strip>, z.ZodObject<{
|
|
22170
22867
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
22171
22868
|
file: z.ZodString;
|
|
@@ -22276,6 +22973,7 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
|
|
|
22276
22973
|
pattern: z.ZodString;
|
|
22277
22974
|
flags: z.ZodOptional<z.ZodString>;
|
|
22278
22975
|
label: z.ZodOptional<z.ZodString>;
|
|
22976
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
22279
22977
|
}, z.core.$strip>, z.ZodObject<{
|
|
22280
22978
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
22281
22979
|
file: z.ZodString;
|
|
@@ -22336,10 +23034,17 @@ declare const UpdateTaskStepRequestSchema: z.ZodObject<{
|
|
|
22336
23034
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
22337
23035
|
tools: z.ZodArray<z.ZodString>;
|
|
22338
23036
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
23037
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23038
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
23039
|
+
file: z.ZodString;
|
|
23040
|
+
corpusDir: z.ZodString;
|
|
23041
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
23042
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
22339
23043
|
}, z.core.$strip>, z.ZodObject<{
|
|
22340
23044
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
22341
23045
|
file: z.ZodString;
|
|
22342
23046
|
outlineFile: z.ZodString;
|
|
23047
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
22343
23048
|
}, z.core.$strip>, z.ZodObject<{
|
|
22344
23049
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
22345
23050
|
file: z.ZodString;
|
|
@@ -22592,6 +23297,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
22592
23297
|
value: z.ZodNumber;
|
|
22593
23298
|
}, z.core.$strip>], "op">>;
|
|
22594
23299
|
}, z.core.$strip>>]>>;
|
|
23300
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23301
|
+
file: z.ZodString;
|
|
23302
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
23303
|
+
}, z.core.$strip>>>;
|
|
22595
23304
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
22596
23305
|
file: z.ZodString;
|
|
22597
23306
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -22668,6 +23377,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
22668
23377
|
pattern: z.ZodString;
|
|
22669
23378
|
flags: z.ZodOptional<z.ZodString>;
|
|
22670
23379
|
label: z.ZodOptional<z.ZodString>;
|
|
23380
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
22671
23381
|
}, z.core.$strip>, z.ZodObject<{
|
|
22672
23382
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
22673
23383
|
file: z.ZodString;
|
|
@@ -22728,10 +23438,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
22728
23438
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
22729
23439
|
tools: z.ZodArray<z.ZodString>;
|
|
22730
23440
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
23441
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23442
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
23443
|
+
file: z.ZodString;
|
|
23444
|
+
corpusDir: z.ZodString;
|
|
23445
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
23446
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
22731
23447
|
}, z.core.$strip>, z.ZodObject<{
|
|
22732
23448
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
22733
23449
|
file: z.ZodString;
|
|
22734
23450
|
outlineFile: z.ZodString;
|
|
23451
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
22735
23452
|
}, z.core.$strip>, z.ZodObject<{
|
|
22736
23453
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
22737
23454
|
file: z.ZodString;
|
|
@@ -22842,6 +23559,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
22842
23559
|
pattern: z.ZodString;
|
|
22843
23560
|
flags: z.ZodOptional<z.ZodString>;
|
|
22844
23561
|
label: z.ZodOptional<z.ZodString>;
|
|
23562
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
22845
23563
|
}, z.core.$strip>, z.ZodObject<{
|
|
22846
23564
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
22847
23565
|
file: z.ZodString;
|
|
@@ -22902,10 +23620,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
22902
23620
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
22903
23621
|
tools: z.ZodArray<z.ZodString>;
|
|
22904
23622
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
23623
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23624
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
23625
|
+
file: z.ZodString;
|
|
23626
|
+
corpusDir: z.ZodString;
|
|
23627
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
23628
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
22905
23629
|
}, z.core.$strip>, z.ZodObject<{
|
|
22906
23630
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
22907
23631
|
file: z.ZodString;
|
|
22908
23632
|
outlineFile: z.ZodString;
|
|
23633
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
22909
23634
|
}, z.core.$strip>, z.ZodObject<{
|
|
22910
23635
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
22911
23636
|
file: z.ZodString;
|
|
@@ -23060,6 +23785,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23060
23785
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
23061
23786
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
23062
23787
|
overFile: z.ZodString;
|
|
23788
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
23063
23789
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
23064
23790
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
23065
23791
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -23200,6 +23926,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23200
23926
|
value: z.ZodNumber;
|
|
23201
23927
|
}, z.core.$strip>], "op">>;
|
|
23202
23928
|
}, z.core.$strip>>]>>;
|
|
23929
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23930
|
+
file: z.ZodString;
|
|
23931
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
23932
|
+
}, z.core.$strip>>>;
|
|
23203
23933
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
23204
23934
|
file: z.ZodString;
|
|
23205
23935
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -23276,6 +24006,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23276
24006
|
pattern: z.ZodString;
|
|
23277
24007
|
flags: z.ZodOptional<z.ZodString>;
|
|
23278
24008
|
label: z.ZodOptional<z.ZodString>;
|
|
24009
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
23279
24010
|
}, z.core.$strip>, z.ZodObject<{
|
|
23280
24011
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
23281
24012
|
file: z.ZodString;
|
|
@@ -23336,10 +24067,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23336
24067
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
23337
24068
|
tools: z.ZodArray<z.ZodString>;
|
|
23338
24069
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
24070
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24071
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
24072
|
+
file: z.ZodString;
|
|
24073
|
+
corpusDir: z.ZodString;
|
|
24074
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
24075
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
23339
24076
|
}, z.core.$strip>, z.ZodObject<{
|
|
23340
24077
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
23341
24078
|
file: z.ZodString;
|
|
23342
24079
|
outlineFile: z.ZodString;
|
|
24080
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
23343
24081
|
}, z.core.$strip>, z.ZodObject<{
|
|
23344
24082
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
23345
24083
|
file: z.ZodString;
|
|
@@ -23450,6 +24188,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23450
24188
|
pattern: z.ZodString;
|
|
23451
24189
|
flags: z.ZodOptional<z.ZodString>;
|
|
23452
24190
|
label: z.ZodOptional<z.ZodString>;
|
|
24191
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
23453
24192
|
}, z.core.$strip>, z.ZodObject<{
|
|
23454
24193
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
23455
24194
|
file: z.ZodString;
|
|
@@ -23510,10 +24249,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23510
24249
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
23511
24250
|
tools: z.ZodArray<z.ZodString>;
|
|
23512
24251
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
24252
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24253
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
24254
|
+
file: z.ZodString;
|
|
24255
|
+
corpusDir: z.ZodString;
|
|
24256
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
24257
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
23513
24258
|
}, z.core.$strip>, z.ZodObject<{
|
|
23514
24259
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
23515
24260
|
file: z.ZodString;
|
|
23516
24261
|
outlineFile: z.ZodString;
|
|
24262
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
23517
24263
|
}, z.core.$strip>, z.ZodObject<{
|
|
23518
24264
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
23519
24265
|
file: z.ZodString;
|
|
@@ -23748,6 +24494,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23748
24494
|
value: z.ZodNumber;
|
|
23749
24495
|
}, z.core.$strip>], "op">>;
|
|
23750
24496
|
}, z.core.$strip>>]>>;
|
|
24497
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24498
|
+
file: z.ZodString;
|
|
24499
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
24500
|
+
}, z.core.$strip>>>;
|
|
23751
24501
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
23752
24502
|
file: z.ZodString;
|
|
23753
24503
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -23824,6 +24574,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23824
24574
|
pattern: z.ZodString;
|
|
23825
24575
|
flags: z.ZodOptional<z.ZodString>;
|
|
23826
24576
|
label: z.ZodOptional<z.ZodString>;
|
|
24577
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
23827
24578
|
}, z.core.$strip>, z.ZodObject<{
|
|
23828
24579
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
23829
24580
|
file: z.ZodString;
|
|
@@ -23884,10 +24635,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23884
24635
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
23885
24636
|
tools: z.ZodArray<z.ZodString>;
|
|
23886
24637
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
24638
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24639
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
24640
|
+
file: z.ZodString;
|
|
24641
|
+
corpusDir: z.ZodString;
|
|
24642
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
24643
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
23887
24644
|
}, z.core.$strip>, z.ZodObject<{
|
|
23888
24645
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
23889
24646
|
file: z.ZodString;
|
|
23890
24647
|
outlineFile: z.ZodString;
|
|
24648
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
23891
24649
|
}, z.core.$strip>, z.ZodObject<{
|
|
23892
24650
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
23893
24651
|
file: z.ZodString;
|
|
@@ -23998,6 +24756,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
23998
24756
|
pattern: z.ZodString;
|
|
23999
24757
|
flags: z.ZodOptional<z.ZodString>;
|
|
24000
24758
|
label: z.ZodOptional<z.ZodString>;
|
|
24759
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
24001
24760
|
}, z.core.$strip>, z.ZodObject<{
|
|
24002
24761
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
24003
24762
|
file: z.ZodString;
|
|
@@ -24058,10 +24817,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24058
24817
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
24059
24818
|
tools: z.ZodArray<z.ZodString>;
|
|
24060
24819
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
24820
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24821
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
24822
|
+
file: z.ZodString;
|
|
24823
|
+
corpusDir: z.ZodString;
|
|
24824
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
24825
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
24061
24826
|
}, z.core.$strip>, z.ZodObject<{
|
|
24062
24827
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
24063
24828
|
file: z.ZodString;
|
|
24064
24829
|
outlineFile: z.ZodString;
|
|
24830
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
24065
24831
|
}, z.core.$strip>, z.ZodObject<{
|
|
24066
24832
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
24067
24833
|
file: z.ZodString;
|
|
@@ -24216,6 +24982,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24216
24982
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
24217
24983
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
24218
24984
|
overFile: z.ZodString;
|
|
24985
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
24219
24986
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
24220
24987
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
24221
24988
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -24356,6 +25123,10 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24356
25123
|
value: z.ZodNumber;
|
|
24357
25124
|
}, z.core.$strip>], "op">>;
|
|
24358
25125
|
}, z.core.$strip>>]>>;
|
|
25126
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
25127
|
+
file: z.ZodString;
|
|
25128
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
25129
|
+
}, z.core.$strip>>>;
|
|
24359
25130
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
24360
25131
|
file: z.ZodString;
|
|
24361
25132
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -24432,6 +25203,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24432
25203
|
pattern: z.ZodString;
|
|
24433
25204
|
flags: z.ZodOptional<z.ZodString>;
|
|
24434
25205
|
label: z.ZodOptional<z.ZodString>;
|
|
25206
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
24435
25207
|
}, z.core.$strip>, z.ZodObject<{
|
|
24436
25208
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
24437
25209
|
file: z.ZodString;
|
|
@@ -24492,10 +25264,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24492
25264
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
24493
25265
|
tools: z.ZodArray<z.ZodString>;
|
|
24494
25266
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
25267
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25268
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
25269
|
+
file: z.ZodString;
|
|
25270
|
+
corpusDir: z.ZodString;
|
|
25271
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
25272
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
24495
25273
|
}, z.core.$strip>, z.ZodObject<{
|
|
24496
25274
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
24497
25275
|
file: z.ZodString;
|
|
24498
25276
|
outlineFile: z.ZodString;
|
|
25277
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
24499
25278
|
}, z.core.$strip>, z.ZodObject<{
|
|
24500
25279
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
24501
25280
|
file: z.ZodString;
|
|
@@ -24606,6 +25385,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24606
25385
|
pattern: z.ZodString;
|
|
24607
25386
|
flags: z.ZodOptional<z.ZodString>;
|
|
24608
25387
|
label: z.ZodOptional<z.ZodString>;
|
|
25388
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
24609
25389
|
}, z.core.$strip>, z.ZodObject<{
|
|
24610
25390
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
24611
25391
|
file: z.ZodString;
|
|
@@ -24666,10 +25446,17 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24666
25446
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
24667
25447
|
tools: z.ZodArray<z.ZodString>;
|
|
24668
25448
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
25449
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25450
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
25451
|
+
file: z.ZodString;
|
|
25452
|
+
corpusDir: z.ZodString;
|
|
25453
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
25454
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
24669
25455
|
}, z.core.$strip>, z.ZodObject<{
|
|
24670
25456
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
24671
25457
|
file: z.ZodString;
|
|
24672
25458
|
outlineFile: z.ZodString;
|
|
25459
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
24673
25460
|
}, z.core.$strip>, z.ZodObject<{
|
|
24674
25461
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
24675
25462
|
file: z.ZodString;
|
|
@@ -24775,6 +25562,9 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24775
25562
|
kind: z.ZodLiteral<"boekwachter-issue">;
|
|
24776
25563
|
issueRef: z.ZodString;
|
|
24777
25564
|
path: z.ZodString;
|
|
25565
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25566
|
+
kind: z.ZodLiteral<"craftbook-invocation">;
|
|
25567
|
+
key: z.ZodString;
|
|
24778
25568
|
}, z.core.$strip>, z.ZodObject<{
|
|
24779
25569
|
kind: z.ZodLiteral<"gezel-suggested-craftbook">;
|
|
24780
25570
|
templateId: z.ZodString;
|
|
@@ -24812,6 +25602,7 @@ declare const UpdateTaskStepResponseSchema: z.ZodObject<{
|
|
|
24812
25602
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
24813
25603
|
at: z.ZodString;
|
|
24814
25604
|
}, z.core.$strip>>;
|
|
25605
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
24815
25606
|
createdAt: z.ZodString;
|
|
24816
25607
|
updatedAt: z.ZodString;
|
|
24817
25608
|
createdBy: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -25040,6 +25831,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25040
25831
|
value: z.ZodNumber;
|
|
25041
25832
|
}, z.core.$strip>], "op">>;
|
|
25042
25833
|
}, z.core.$strip>>]>>;
|
|
25834
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
25835
|
+
file: z.ZodString;
|
|
25836
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
25837
|
+
}, z.core.$strip>>>;
|
|
25043
25838
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
25044
25839
|
file: z.ZodString;
|
|
25045
25840
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -25116,6 +25911,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25116
25911
|
pattern: z.ZodString;
|
|
25117
25912
|
flags: z.ZodOptional<z.ZodString>;
|
|
25118
25913
|
label: z.ZodOptional<z.ZodString>;
|
|
25914
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
25119
25915
|
}, z.core.$strip>, z.ZodObject<{
|
|
25120
25916
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
25121
25917
|
file: z.ZodString;
|
|
@@ -25176,10 +25972,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25176
25972
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
25177
25973
|
tools: z.ZodArray<z.ZodString>;
|
|
25178
25974
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
25975
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25976
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
25977
|
+
file: z.ZodString;
|
|
25978
|
+
corpusDir: z.ZodString;
|
|
25979
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
25980
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
25179
25981
|
}, z.core.$strip>, z.ZodObject<{
|
|
25180
25982
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
25181
25983
|
file: z.ZodString;
|
|
25182
25984
|
outlineFile: z.ZodString;
|
|
25985
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
25183
25986
|
}, z.core.$strip>, z.ZodObject<{
|
|
25184
25987
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
25185
25988
|
file: z.ZodString;
|
|
@@ -25290,6 +26093,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25290
26093
|
pattern: z.ZodString;
|
|
25291
26094
|
flags: z.ZodOptional<z.ZodString>;
|
|
25292
26095
|
label: z.ZodOptional<z.ZodString>;
|
|
26096
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
25293
26097
|
}, z.core.$strip>, z.ZodObject<{
|
|
25294
26098
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
25295
26099
|
file: z.ZodString;
|
|
@@ -25350,10 +26154,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25350
26154
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
25351
26155
|
tools: z.ZodArray<z.ZodString>;
|
|
25352
26156
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
26157
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26158
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
26159
|
+
file: z.ZodString;
|
|
26160
|
+
corpusDir: z.ZodString;
|
|
26161
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
26162
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
25353
26163
|
}, z.core.$strip>, z.ZodObject<{
|
|
25354
26164
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
25355
26165
|
file: z.ZodString;
|
|
25356
26166
|
outlineFile: z.ZodString;
|
|
26167
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
25357
26168
|
}, z.core.$strip>, z.ZodObject<{
|
|
25358
26169
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
25359
26170
|
file: z.ZodString;
|
|
@@ -25508,6 +26319,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25508
26319
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
25509
26320
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
25510
26321
|
overFile: z.ZodString;
|
|
26322
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
25511
26323
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
25512
26324
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
25513
26325
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -25648,6 +26460,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25648
26460
|
value: z.ZodNumber;
|
|
25649
26461
|
}, z.core.$strip>], "op">>;
|
|
25650
26462
|
}, z.core.$strip>>]>>;
|
|
26463
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
26464
|
+
file: z.ZodString;
|
|
26465
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
26466
|
+
}, z.core.$strip>>>;
|
|
25651
26467
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
25652
26468
|
file: z.ZodString;
|
|
25653
26469
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -25724,6 +26540,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25724
26540
|
pattern: z.ZodString;
|
|
25725
26541
|
flags: z.ZodOptional<z.ZodString>;
|
|
25726
26542
|
label: z.ZodOptional<z.ZodString>;
|
|
26543
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
25727
26544
|
}, z.core.$strip>, z.ZodObject<{
|
|
25728
26545
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
25729
26546
|
file: z.ZodString;
|
|
@@ -25784,10 +26601,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25784
26601
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
25785
26602
|
tools: z.ZodArray<z.ZodString>;
|
|
25786
26603
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
26604
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26605
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
26606
|
+
file: z.ZodString;
|
|
26607
|
+
corpusDir: z.ZodString;
|
|
26608
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
26609
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
25787
26610
|
}, z.core.$strip>, z.ZodObject<{
|
|
25788
26611
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
25789
26612
|
file: z.ZodString;
|
|
25790
26613
|
outlineFile: z.ZodString;
|
|
26614
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
25791
26615
|
}, z.core.$strip>, z.ZodObject<{
|
|
25792
26616
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
25793
26617
|
file: z.ZodString;
|
|
@@ -25898,6 +26722,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25898
26722
|
pattern: z.ZodString;
|
|
25899
26723
|
flags: z.ZodOptional<z.ZodString>;
|
|
25900
26724
|
label: z.ZodOptional<z.ZodString>;
|
|
26725
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
25901
26726
|
}, z.core.$strip>, z.ZodObject<{
|
|
25902
26727
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
25903
26728
|
file: z.ZodString;
|
|
@@ -25958,10 +26783,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
25958
26783
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
25959
26784
|
tools: z.ZodArray<z.ZodString>;
|
|
25960
26785
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
26786
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26787
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
26788
|
+
file: z.ZodString;
|
|
26789
|
+
corpusDir: z.ZodString;
|
|
26790
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
26791
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
25961
26792
|
}, z.core.$strip>, z.ZodObject<{
|
|
25962
26793
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
25963
26794
|
file: z.ZodString;
|
|
25964
26795
|
outlineFile: z.ZodString;
|
|
26796
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
25965
26797
|
}, z.core.$strip>, z.ZodObject<{
|
|
25966
26798
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
25967
26799
|
file: z.ZodString;
|
|
@@ -26196,6 +27028,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26196
27028
|
value: z.ZodNumber;
|
|
26197
27029
|
}, z.core.$strip>], "op">>;
|
|
26198
27030
|
}, z.core.$strip>>]>>;
|
|
27031
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27032
|
+
file: z.ZodString;
|
|
27033
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
27034
|
+
}, z.core.$strip>>>;
|
|
26199
27035
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
26200
27036
|
file: z.ZodString;
|
|
26201
27037
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -26272,6 +27108,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26272
27108
|
pattern: z.ZodString;
|
|
26273
27109
|
flags: z.ZodOptional<z.ZodString>;
|
|
26274
27110
|
label: z.ZodOptional<z.ZodString>;
|
|
27111
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
26275
27112
|
}, z.core.$strip>, z.ZodObject<{
|
|
26276
27113
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
26277
27114
|
file: z.ZodString;
|
|
@@ -26332,10 +27169,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26332
27169
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
26333
27170
|
tools: z.ZodArray<z.ZodString>;
|
|
26334
27171
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
27172
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27173
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
27174
|
+
file: z.ZodString;
|
|
27175
|
+
corpusDir: z.ZodString;
|
|
27176
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
27177
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
26335
27178
|
}, z.core.$strip>, z.ZodObject<{
|
|
26336
27179
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
26337
27180
|
file: z.ZodString;
|
|
26338
27181
|
outlineFile: z.ZodString;
|
|
27182
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
26339
27183
|
}, z.core.$strip>, z.ZodObject<{
|
|
26340
27184
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
26341
27185
|
file: z.ZodString;
|
|
@@ -26446,6 +27290,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26446
27290
|
pattern: z.ZodString;
|
|
26447
27291
|
flags: z.ZodOptional<z.ZodString>;
|
|
26448
27292
|
label: z.ZodOptional<z.ZodString>;
|
|
27293
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
26449
27294
|
}, z.core.$strip>, z.ZodObject<{
|
|
26450
27295
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
26451
27296
|
file: z.ZodString;
|
|
@@ -26506,10 +27351,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26506
27351
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
26507
27352
|
tools: z.ZodArray<z.ZodString>;
|
|
26508
27353
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
27354
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27355
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
27356
|
+
file: z.ZodString;
|
|
27357
|
+
corpusDir: z.ZodString;
|
|
27358
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
27359
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
26509
27360
|
}, z.core.$strip>, z.ZodObject<{
|
|
26510
27361
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
26511
27362
|
file: z.ZodString;
|
|
26512
27363
|
outlineFile: z.ZodString;
|
|
27364
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
26513
27365
|
}, z.core.$strip>, z.ZodObject<{
|
|
26514
27366
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
26515
27367
|
file: z.ZodString;
|
|
@@ -26664,6 +27516,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26664
27516
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
26665
27517
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
26666
27518
|
overFile: z.ZodString;
|
|
27519
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
26667
27520
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
26668
27521
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
26669
27522
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -26804,6 +27657,10 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26804
27657
|
value: z.ZodNumber;
|
|
26805
27658
|
}, z.core.$strip>], "op">>;
|
|
26806
27659
|
}, z.core.$strip>>]>>;
|
|
27660
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27661
|
+
file: z.ZodString;
|
|
27662
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
27663
|
+
}, z.core.$strip>>>;
|
|
26807
27664
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
26808
27665
|
file: z.ZodString;
|
|
26809
27666
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -26880,6 +27737,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26880
27737
|
pattern: z.ZodString;
|
|
26881
27738
|
flags: z.ZodOptional<z.ZodString>;
|
|
26882
27739
|
label: z.ZodOptional<z.ZodString>;
|
|
27740
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
26883
27741
|
}, z.core.$strip>, z.ZodObject<{
|
|
26884
27742
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
26885
27743
|
file: z.ZodString;
|
|
@@ -26940,10 +27798,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
26940
27798
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
26941
27799
|
tools: z.ZodArray<z.ZodString>;
|
|
26942
27800
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
27801
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27802
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
27803
|
+
file: z.ZodString;
|
|
27804
|
+
corpusDir: z.ZodString;
|
|
27805
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
27806
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
26943
27807
|
}, z.core.$strip>, z.ZodObject<{
|
|
26944
27808
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
26945
27809
|
file: z.ZodString;
|
|
26946
27810
|
outlineFile: z.ZodString;
|
|
27811
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
26947
27812
|
}, z.core.$strip>, z.ZodObject<{
|
|
26948
27813
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
26949
27814
|
file: z.ZodString;
|
|
@@ -27054,6 +27919,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
27054
27919
|
pattern: z.ZodString;
|
|
27055
27920
|
flags: z.ZodOptional<z.ZodString>;
|
|
27056
27921
|
label: z.ZodOptional<z.ZodString>;
|
|
27922
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
27057
27923
|
}, z.core.$strip>, z.ZodObject<{
|
|
27058
27924
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
27059
27925
|
file: z.ZodString;
|
|
@@ -27114,10 +27980,17 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
27114
27980
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
27115
27981
|
tools: z.ZodArray<z.ZodString>;
|
|
27116
27982
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
27983
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27984
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
27985
|
+
file: z.ZodString;
|
|
27986
|
+
corpusDir: z.ZodString;
|
|
27987
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
27988
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
27117
27989
|
}, z.core.$strip>, z.ZodObject<{
|
|
27118
27990
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
27119
27991
|
file: z.ZodString;
|
|
27120
27992
|
outlineFile: z.ZodString;
|
|
27993
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
27121
27994
|
}, z.core.$strip>, z.ZodObject<{
|
|
27122
27995
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
27123
27996
|
file: z.ZodString;
|
|
@@ -27223,6 +28096,9 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
27223
28096
|
kind: z.ZodLiteral<"boekwachter-issue">;
|
|
27224
28097
|
issueRef: z.ZodString;
|
|
27225
28098
|
path: z.ZodString;
|
|
28099
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28100
|
+
kind: z.ZodLiteral<"craftbook-invocation">;
|
|
28101
|
+
key: z.ZodString;
|
|
27226
28102
|
}, z.core.$strip>, z.ZodObject<{
|
|
27227
28103
|
kind: z.ZodLiteral<"gezel-suggested-craftbook">;
|
|
27228
28104
|
templateId: z.ZodString;
|
|
@@ -27260,6 +28136,7 @@ declare const ListTasksResponseSchema: z.ZodObject<{
|
|
|
27260
28136
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
27261
28137
|
at: z.ZodString;
|
|
27262
28138
|
}, z.core.$strip>>;
|
|
28139
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
27263
28140
|
createdAt: z.ZodString;
|
|
27264
28141
|
updatedAt: z.ZodString;
|
|
27265
28142
|
createdBy: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -27453,6 +28330,10 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
27453
28330
|
value: z.ZodNumber;
|
|
27454
28331
|
}, z.core.$strip>], "op">>;
|
|
27455
28332
|
}, z.core.$strip>>]>>;
|
|
28333
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
28334
|
+
file: z.ZodString;
|
|
28335
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
28336
|
+
}, z.core.$strip>>>;
|
|
27456
28337
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
27457
28338
|
file: z.ZodString;
|
|
27458
28339
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -27529,6 +28410,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
27529
28410
|
pattern: z.ZodString;
|
|
27530
28411
|
flags: z.ZodOptional<z.ZodString>;
|
|
27531
28412
|
label: z.ZodOptional<z.ZodString>;
|
|
28413
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
27532
28414
|
}, z.core.$strip>, z.ZodObject<{
|
|
27533
28415
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
27534
28416
|
file: z.ZodString;
|
|
@@ -27589,10 +28471,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
27589
28471
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
27590
28472
|
tools: z.ZodArray<z.ZodString>;
|
|
27591
28473
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
28474
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28475
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
28476
|
+
file: z.ZodString;
|
|
28477
|
+
corpusDir: z.ZodString;
|
|
28478
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
28479
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
27592
28480
|
}, z.core.$strip>, z.ZodObject<{
|
|
27593
28481
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
27594
28482
|
file: z.ZodString;
|
|
27595
28483
|
outlineFile: z.ZodString;
|
|
28484
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
27596
28485
|
}, z.core.$strip>, z.ZodObject<{
|
|
27597
28486
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
27598
28487
|
file: z.ZodString;
|
|
@@ -27703,6 +28592,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
27703
28592
|
pattern: z.ZodString;
|
|
27704
28593
|
flags: z.ZodOptional<z.ZodString>;
|
|
27705
28594
|
label: z.ZodOptional<z.ZodString>;
|
|
28595
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
27706
28596
|
}, z.core.$strip>, z.ZodObject<{
|
|
27707
28597
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
27708
28598
|
file: z.ZodString;
|
|
@@ -27763,10 +28653,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
27763
28653
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
27764
28654
|
tools: z.ZodArray<z.ZodString>;
|
|
27765
28655
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
28656
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28657
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
28658
|
+
file: z.ZodString;
|
|
28659
|
+
corpusDir: z.ZodString;
|
|
28660
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
28661
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
27766
28662
|
}, z.core.$strip>, z.ZodObject<{
|
|
27767
28663
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
27768
28664
|
file: z.ZodString;
|
|
27769
28665
|
outlineFile: z.ZodString;
|
|
28666
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
27770
28667
|
}, z.core.$strip>, z.ZodObject<{
|
|
27771
28668
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
27772
28669
|
file: z.ZodString;
|
|
@@ -27921,6 +28818,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
27921
28818
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
27922
28819
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
27923
28820
|
overFile: z.ZodString;
|
|
28821
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
27924
28822
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
27925
28823
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
27926
28824
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -28061,6 +28959,10 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28061
28959
|
value: z.ZodNumber;
|
|
28062
28960
|
}, z.core.$strip>], "op">>;
|
|
28063
28961
|
}, z.core.$strip>>]>>;
|
|
28962
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
28963
|
+
file: z.ZodString;
|
|
28964
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
28965
|
+
}, z.core.$strip>>>;
|
|
28064
28966
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
28065
28967
|
file: z.ZodString;
|
|
28066
28968
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -28137,6 +29039,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28137
29039
|
pattern: z.ZodString;
|
|
28138
29040
|
flags: z.ZodOptional<z.ZodString>;
|
|
28139
29041
|
label: z.ZodOptional<z.ZodString>;
|
|
29042
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
28140
29043
|
}, z.core.$strip>, z.ZodObject<{
|
|
28141
29044
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
28142
29045
|
file: z.ZodString;
|
|
@@ -28197,10 +29100,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28197
29100
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
28198
29101
|
tools: z.ZodArray<z.ZodString>;
|
|
28199
29102
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
29103
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29104
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
29105
|
+
file: z.ZodString;
|
|
29106
|
+
corpusDir: z.ZodString;
|
|
29107
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
29108
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
28200
29109
|
}, z.core.$strip>, z.ZodObject<{
|
|
28201
29110
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
28202
29111
|
file: z.ZodString;
|
|
28203
29112
|
outlineFile: z.ZodString;
|
|
29113
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
28204
29114
|
}, z.core.$strip>, z.ZodObject<{
|
|
28205
29115
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
28206
29116
|
file: z.ZodString;
|
|
@@ -28311,6 +29221,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28311
29221
|
pattern: z.ZodString;
|
|
28312
29222
|
flags: z.ZodOptional<z.ZodString>;
|
|
28313
29223
|
label: z.ZodOptional<z.ZodString>;
|
|
29224
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
28314
29225
|
}, z.core.$strip>, z.ZodObject<{
|
|
28315
29226
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
28316
29227
|
file: z.ZodString;
|
|
@@ -28371,10 +29282,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28371
29282
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
28372
29283
|
tools: z.ZodArray<z.ZodString>;
|
|
28373
29284
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
29285
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29286
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
29287
|
+
file: z.ZodString;
|
|
29288
|
+
corpusDir: z.ZodString;
|
|
29289
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
29290
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
28374
29291
|
}, z.core.$strip>, z.ZodObject<{
|
|
28375
29292
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
28376
29293
|
file: z.ZodString;
|
|
28377
29294
|
outlineFile: z.ZodString;
|
|
29295
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
28378
29296
|
}, z.core.$strip>, z.ZodObject<{
|
|
28379
29297
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
28380
29298
|
file: z.ZodString;
|
|
@@ -28609,6 +29527,10 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28609
29527
|
value: z.ZodNumber;
|
|
28610
29528
|
}, z.core.$strip>], "op">>;
|
|
28611
29529
|
}, z.core.$strip>>]>>;
|
|
29530
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
29531
|
+
file: z.ZodString;
|
|
29532
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
29533
|
+
}, z.core.$strip>>>;
|
|
28612
29534
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
28613
29535
|
file: z.ZodString;
|
|
28614
29536
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -28685,6 +29607,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28685
29607
|
pattern: z.ZodString;
|
|
28686
29608
|
flags: z.ZodOptional<z.ZodString>;
|
|
28687
29609
|
label: z.ZodOptional<z.ZodString>;
|
|
29610
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
28688
29611
|
}, z.core.$strip>, z.ZodObject<{
|
|
28689
29612
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
28690
29613
|
file: z.ZodString;
|
|
@@ -28745,10 +29668,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28745
29668
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
28746
29669
|
tools: z.ZodArray<z.ZodString>;
|
|
28747
29670
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
29671
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29672
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
29673
|
+
file: z.ZodString;
|
|
29674
|
+
corpusDir: z.ZodString;
|
|
29675
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
29676
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
28748
29677
|
}, z.core.$strip>, z.ZodObject<{
|
|
28749
29678
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
28750
29679
|
file: z.ZodString;
|
|
28751
29680
|
outlineFile: z.ZodString;
|
|
29681
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
28752
29682
|
}, z.core.$strip>, z.ZodObject<{
|
|
28753
29683
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
28754
29684
|
file: z.ZodString;
|
|
@@ -28859,6 +29789,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28859
29789
|
pattern: z.ZodString;
|
|
28860
29790
|
flags: z.ZodOptional<z.ZodString>;
|
|
28861
29791
|
label: z.ZodOptional<z.ZodString>;
|
|
29792
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
28862
29793
|
}, z.core.$strip>, z.ZodObject<{
|
|
28863
29794
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
28864
29795
|
file: z.ZodString;
|
|
@@ -28919,10 +29850,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
28919
29850
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
28920
29851
|
tools: z.ZodArray<z.ZodString>;
|
|
28921
29852
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
29853
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29854
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
29855
|
+
file: z.ZodString;
|
|
29856
|
+
corpusDir: z.ZodString;
|
|
29857
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
29858
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
28922
29859
|
}, z.core.$strip>, z.ZodObject<{
|
|
28923
29860
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
28924
29861
|
file: z.ZodString;
|
|
28925
29862
|
outlineFile: z.ZodString;
|
|
29863
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
28926
29864
|
}, z.core.$strip>, z.ZodObject<{
|
|
28927
29865
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
28928
29866
|
file: z.ZodString;
|
|
@@ -29077,6 +30015,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29077
30015
|
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
29078
30016
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
29079
30017
|
overFile: z.ZodString;
|
|
30018
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
29080
30019
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
29081
30020
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
29082
30021
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -29217,6 +30156,10 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29217
30156
|
value: z.ZodNumber;
|
|
29218
30157
|
}, z.core.$strip>], "op">>;
|
|
29219
30158
|
}, z.core.$strip>>]>>;
|
|
30159
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
30160
|
+
file: z.ZodString;
|
|
30161
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
30162
|
+
}, z.core.$strip>>>;
|
|
29220
30163
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
29221
30164
|
file: z.ZodString;
|
|
29222
30165
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -29293,6 +30236,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29293
30236
|
pattern: z.ZodString;
|
|
29294
30237
|
flags: z.ZodOptional<z.ZodString>;
|
|
29295
30238
|
label: z.ZodOptional<z.ZodString>;
|
|
30239
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
29296
30240
|
}, z.core.$strip>, z.ZodObject<{
|
|
29297
30241
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
29298
30242
|
file: z.ZodString;
|
|
@@ -29353,10 +30297,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29353
30297
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
29354
30298
|
tools: z.ZodArray<z.ZodString>;
|
|
29355
30299
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
30300
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30301
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
30302
|
+
file: z.ZodString;
|
|
30303
|
+
corpusDir: z.ZodString;
|
|
30304
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
30305
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
29356
30306
|
}, z.core.$strip>, z.ZodObject<{
|
|
29357
30307
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
29358
30308
|
file: z.ZodString;
|
|
29359
30309
|
outlineFile: z.ZodString;
|
|
30310
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
29360
30311
|
}, z.core.$strip>, z.ZodObject<{
|
|
29361
30312
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
29362
30313
|
file: z.ZodString;
|
|
@@ -29467,6 +30418,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29467
30418
|
pattern: z.ZodString;
|
|
29468
30419
|
flags: z.ZodOptional<z.ZodString>;
|
|
29469
30420
|
label: z.ZodOptional<z.ZodString>;
|
|
30421
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
29470
30422
|
}, z.core.$strip>, z.ZodObject<{
|
|
29471
30423
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
29472
30424
|
file: z.ZodString;
|
|
@@ -29527,10 +30479,17 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29527
30479
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
29528
30480
|
tools: z.ZodArray<z.ZodString>;
|
|
29529
30481
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
30482
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30483
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
30484
|
+
file: z.ZodString;
|
|
30485
|
+
corpusDir: z.ZodString;
|
|
30486
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
30487
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
29530
30488
|
}, z.core.$strip>, z.ZodObject<{
|
|
29531
30489
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
29532
30490
|
file: z.ZodString;
|
|
29533
30491
|
outlineFile: z.ZodString;
|
|
30492
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
29534
30493
|
}, z.core.$strip>, z.ZodObject<{
|
|
29535
30494
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
29536
30495
|
file: z.ZodString;
|
|
@@ -29636,6 +30595,9 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29636
30595
|
kind: z.ZodLiteral<"boekwachter-issue">;
|
|
29637
30596
|
issueRef: z.ZodString;
|
|
29638
30597
|
path: z.ZodString;
|
|
30598
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30599
|
+
kind: z.ZodLiteral<"craftbook-invocation">;
|
|
30600
|
+
key: z.ZodString;
|
|
29639
30601
|
}, z.core.$strip>, z.ZodObject<{
|
|
29640
30602
|
kind: z.ZodLiteral<"gezel-suggested-craftbook">;
|
|
29641
30603
|
templateId: z.ZodString;
|
|
@@ -29673,6 +30635,7 @@ declare const TaskResponseSchema: z.ZodObject<{
|
|
|
29673
30635
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
29674
30636
|
at: z.ZodString;
|
|
29675
30637
|
}, z.core.$strip>>;
|
|
30638
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
29676
30639
|
createdAt: z.ZodString;
|
|
29677
30640
|
updatedAt: z.ZodString;
|
|
29678
30641
|
createdBy: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -29871,6 +30834,7 @@ declare const ExpectedDeliverableSchema: z.ZodObject<{
|
|
|
29871
30834
|
pattern: z.ZodString;
|
|
29872
30835
|
flags: z.ZodOptional<z.ZodString>;
|
|
29873
30836
|
label: z.ZodOptional<z.ZodString>;
|
|
30837
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
29874
30838
|
}, z.core.$strip>, z.ZodObject<{
|
|
29875
30839
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
29876
30840
|
file: z.ZodString;
|
|
@@ -29931,10 +30895,17 @@ declare const ExpectedDeliverableSchema: z.ZodObject<{
|
|
|
29931
30895
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
29932
30896
|
tools: z.ZodArray<z.ZodString>;
|
|
29933
30897
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
30898
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30899
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
30900
|
+
file: z.ZodString;
|
|
30901
|
+
corpusDir: z.ZodString;
|
|
30902
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
30903
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
29934
30904
|
}, z.core.$strip>, z.ZodObject<{
|
|
29935
30905
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
29936
30906
|
file: z.ZodString;
|
|
29937
30907
|
outlineFile: z.ZodString;
|
|
30908
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
29938
30909
|
}, z.core.$strip>, z.ZodObject<{
|
|
29939
30910
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
29940
30911
|
file: z.ZodString;
|
|
@@ -30118,6 +31089,7 @@ declare const ChatSessionSchema: z.ZodObject<{
|
|
|
30118
31089
|
codexCliThreadId: z.ZodOptional<z.ZodString>;
|
|
30119
31090
|
}, z.core.$strip>;
|
|
30120
31091
|
aboutSnapshot: z.ZodOptional<z.ZodString>;
|
|
31092
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
30121
31093
|
resumeFailed: z.ZodOptional<z.ZodBoolean>;
|
|
30122
31094
|
deliverableGatePlateau: z.ZodOptional<z.ZodObject<{
|
|
30123
31095
|
signatureHash: z.ZodString;
|
|
@@ -30210,6 +31182,7 @@ declare const ChatSessionSchema: z.ZodObject<{
|
|
|
30210
31182
|
pattern: z.ZodString;
|
|
30211
31183
|
flags: z.ZodOptional<z.ZodString>;
|
|
30212
31184
|
label: z.ZodOptional<z.ZodString>;
|
|
31185
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
30213
31186
|
}, z.core.$strip>, z.ZodObject<{
|
|
30214
31187
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
30215
31188
|
file: z.ZodString;
|
|
@@ -30270,10 +31243,17 @@ declare const ChatSessionSchema: z.ZodObject<{
|
|
|
30270
31243
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
30271
31244
|
tools: z.ZodArray<z.ZodString>;
|
|
30272
31245
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
31246
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31247
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
31248
|
+
file: z.ZodString;
|
|
31249
|
+
corpusDir: z.ZodString;
|
|
31250
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
31251
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
30273
31252
|
}, z.core.$strip>, z.ZodObject<{
|
|
30274
31253
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
30275
31254
|
file: z.ZodString;
|
|
30276
31255
|
outlineFile: z.ZodString;
|
|
31256
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
30277
31257
|
}, z.core.$strip>, z.ZodObject<{
|
|
30278
31258
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
30279
31259
|
file: z.ZodString;
|
|
@@ -30398,6 +31378,7 @@ declare const CreateChatSessionRequestSchema: z.ZodObject<{
|
|
|
30398
31378
|
taskRef: z.ZodOptional<z.ZodString>;
|
|
30399
31379
|
stepId: z.ZodOptional<z.ZodString>;
|
|
30400
31380
|
craftbookRef: z.ZodOptional<z.ZodString>;
|
|
31381
|
+
roleBasedNameOnlyMode: z.ZodOptional<z.ZodBoolean>;
|
|
30401
31382
|
}, z.core.$strip>;
|
|
30402
31383
|
type CreateChatSessionRequest = z.infer<typeof CreateChatSessionRequestSchema>;
|
|
30403
31384
|
declare const ListChatSessionsResponseSchema: z.ZodObject<{
|
|
@@ -32794,6 +33775,8 @@ declare const GitHubPullFileSchema: z.ZodObject<{
|
|
|
32794
33775
|
deletions: z.ZodNumber;
|
|
32795
33776
|
changes: z.ZodNumber;
|
|
32796
33777
|
patch: z.ZodOptional<z.ZodString>;
|
|
33778
|
+
patchChars: z.ZodOptional<z.ZodNumber>;
|
|
33779
|
+
patchTruncated: z.ZodOptional<z.ZodBoolean>;
|
|
32797
33780
|
previousFilename: z.ZodOptional<z.ZodString>;
|
|
32798
33781
|
}, z.core.$strip>;
|
|
32799
33782
|
type GitHubPullFile = z.infer<typeof GitHubPullFileSchema>;
|
|
@@ -32805,8 +33788,17 @@ declare const ListGitHubPullFilesResponseSchema: z.ZodObject<{
|
|
|
32805
33788
|
deletions: z.ZodNumber;
|
|
32806
33789
|
changes: z.ZodNumber;
|
|
32807
33790
|
patch: z.ZodOptional<z.ZodString>;
|
|
33791
|
+
patchChars: z.ZodOptional<z.ZodNumber>;
|
|
33792
|
+
patchTruncated: z.ZodOptional<z.ZodBoolean>;
|
|
32808
33793
|
previousFilename: z.ZodOptional<z.ZodString>;
|
|
32809
33794
|
}, z.core.$strip>>;
|
|
33795
|
+
allFiles: z.ZodOptional<z.ZodNumber>;
|
|
33796
|
+
totalFiles: z.ZodOptional<z.ZodNumber>;
|
|
33797
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
33798
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
33799
|
+
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
33800
|
+
nextOffset: z.ZodOptional<z.ZodNumber>;
|
|
33801
|
+
includesPatch: z.ZodOptional<z.ZodBoolean>;
|
|
32810
33802
|
}, z.core.$strip>;
|
|
32811
33803
|
type ListGitHubPullFilesResponse = z.infer<typeof ListGitHubPullFilesResponseSchema>;
|
|
32812
33804
|
declare const GitHubPullCommentSchema: z.ZodObject<{
|
|
@@ -32838,6 +33830,12 @@ type ListGitHubPullCommentsResponse = z.infer<typeof ListGitHubPullCommentsRespo
|
|
|
32838
33830
|
declare const GitHubPullDiffResponseSchema: z.ZodObject<{
|
|
32839
33831
|
number: z.ZodNumber;
|
|
32840
33832
|
diff: z.ZodString;
|
|
33833
|
+
path: z.ZodOptional<z.ZodString>;
|
|
33834
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
33835
|
+
returnedChars: z.ZodOptional<z.ZodNumber>;
|
|
33836
|
+
totalChars: z.ZodOptional<z.ZodNumber>;
|
|
33837
|
+
truncated: z.ZodOptional<z.ZodBoolean>;
|
|
33838
|
+
nextOffset: z.ZodOptional<z.ZodNumber>;
|
|
32841
33839
|
}, z.core.$strip>;
|
|
32842
33840
|
type GitHubPullDiffResponse = z.infer<typeof GitHubPullDiffResponseSchema>;
|
|
32843
33841
|
declare const GitHubCreateCommentRequestSchema: z.ZodObject<{
|
|
@@ -35271,6 +36269,7 @@ declare const GezelConfigSchema: z.ZodObject<{
|
|
|
35271
36269
|
}, z.core.$strip>>;
|
|
35272
36270
|
debugMode: z.ZodOptional<z.ZodBoolean>;
|
|
35273
36271
|
showAdvancedFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
36272
|
+
showWorkInProgressFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
35274
36273
|
resetTemplatesOnStartup: z.ZodOptional<z.ZodBoolean>;
|
|
35275
36274
|
aiEngagementMode: z.ZodOptional<z.ZodEnum<{
|
|
35276
36275
|
scheduled: "scheduled";
|
|
@@ -35465,8 +36464,8 @@ declare const GezelConfigSchema: z.ZodObject<{
|
|
|
35465
36464
|
area: z.ZodEnum<{
|
|
35466
36465
|
scripts: "scripts";
|
|
35467
36466
|
settings: "settings";
|
|
35468
|
-
history: "history";
|
|
35469
36467
|
tasks: "tasks";
|
|
36468
|
+
history: "history";
|
|
35470
36469
|
gezels: "gezels";
|
|
35471
36470
|
projects: "projects";
|
|
35472
36471
|
documents: "documents";
|
|
@@ -35485,8 +36484,8 @@ declare const RecentTabAreaSchema: z.ZodEnum<{
|
|
|
35485
36484
|
scripts: "scripts";
|
|
35486
36485
|
craftbooks: "craftbooks";
|
|
35487
36486
|
settings: "settings";
|
|
35488
|
-
history: "history";
|
|
35489
36487
|
tasks: "tasks";
|
|
36488
|
+
history: "history";
|
|
35490
36489
|
gezels: "gezels";
|
|
35491
36490
|
projects: "projects";
|
|
35492
36491
|
documents: "documents";
|
|
@@ -35529,8 +36528,8 @@ declare const RecentTabSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
35529
36528
|
scripts: "scripts";
|
|
35530
36529
|
craftbooks: "craftbooks";
|
|
35531
36530
|
settings: "settings";
|
|
35532
|
-
history: "history";
|
|
35533
36531
|
tasks: "tasks";
|
|
36532
|
+
history: "history";
|
|
35534
36533
|
gezels: "gezels";
|
|
35535
36534
|
projects: "projects";
|
|
35536
36535
|
documents: "documents";
|
|
@@ -36119,6 +37118,7 @@ declare const UpdateConfigRequestSchema: z.ZodObject<{
|
|
|
36119
37118
|
}, z.core.$strip>>;
|
|
36120
37119
|
debugMode: z.ZodOptional<z.ZodBoolean>;
|
|
36121
37120
|
showAdvancedFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
37121
|
+
showWorkInProgressFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
36122
37122
|
resetTemplatesOnStartup: z.ZodOptional<z.ZodBoolean>;
|
|
36123
37123
|
aiEngagementMode: z.ZodOptional<z.ZodEnum<{
|
|
36124
37124
|
scheduled: "scheduled";
|
|
@@ -36313,8 +37313,8 @@ declare const UpdateConfigRequestSchema: z.ZodObject<{
|
|
|
36313
37313
|
area: z.ZodEnum<{
|
|
36314
37314
|
scripts: "scripts";
|
|
36315
37315
|
settings: "settings";
|
|
36316
|
-
history: "history";
|
|
36317
37316
|
tasks: "tasks";
|
|
37317
|
+
history: "history";
|
|
36318
37318
|
gezels: "gezels";
|
|
36319
37319
|
projects: "projects";
|
|
36320
37320
|
documents: "documents";
|
|
@@ -37823,6 +38823,7 @@ declare const SendChatRequestSchema: z.ZodObject<{
|
|
|
37823
38823
|
pattern: z.ZodString;
|
|
37824
38824
|
flags: z.ZodOptional<z.ZodString>;
|
|
37825
38825
|
label: z.ZodOptional<z.ZodString>;
|
|
38826
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
37826
38827
|
}, z.core.$strip>, z.ZodObject<{
|
|
37827
38828
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
37828
38829
|
file: z.ZodString;
|
|
@@ -37883,10 +38884,17 @@ declare const SendChatRequestSchema: z.ZodObject<{
|
|
|
37883
38884
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
37884
38885
|
tools: z.ZodArray<z.ZodString>;
|
|
37885
38886
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
38887
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38888
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
38889
|
+
file: z.ZodString;
|
|
38890
|
+
corpusDir: z.ZodString;
|
|
38891
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
38892
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
37886
38893
|
}, z.core.$strip>, z.ZodObject<{
|
|
37887
38894
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
37888
38895
|
file: z.ZodString;
|
|
37889
38896
|
outlineFile: z.ZodString;
|
|
38897
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
37890
38898
|
}, z.core.$strip>, z.ZodObject<{
|
|
37891
38899
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
37892
38900
|
file: z.ZodString;
|
|
@@ -38016,6 +39024,7 @@ declare const MessageGezelRequestSchema: z.ZodObject<{
|
|
|
38016
39024
|
pattern: z.ZodString;
|
|
38017
39025
|
flags: z.ZodOptional<z.ZodString>;
|
|
38018
39026
|
label: z.ZodOptional<z.ZodString>;
|
|
39027
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
38019
39028
|
}, z.core.$strip>, z.ZodObject<{
|
|
38020
39029
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
38021
39030
|
file: z.ZodString;
|
|
@@ -38076,10 +39085,17 @@ declare const MessageGezelRequestSchema: z.ZodObject<{
|
|
|
38076
39085
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
38077
39086
|
tools: z.ZodArray<z.ZodString>;
|
|
38078
39087
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
39088
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39089
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
39090
|
+
file: z.ZodString;
|
|
39091
|
+
corpusDir: z.ZodString;
|
|
39092
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
39093
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
38079
39094
|
}, z.core.$strip>, z.ZodObject<{
|
|
38080
39095
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
38081
39096
|
file: z.ZodString;
|
|
38082
39097
|
outlineFile: z.ZodString;
|
|
39098
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
38083
39099
|
}, z.core.$strip>, z.ZodObject<{
|
|
38084
39100
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
38085
39101
|
file: z.ZodString;
|
|
@@ -38375,6 +39391,7 @@ declare const RequestAskRequestSchema: z.ZodObject<{
|
|
|
38375
39391
|
pattern: z.ZodString;
|
|
38376
39392
|
flags: z.ZodOptional<z.ZodString>;
|
|
38377
39393
|
label: z.ZodOptional<z.ZodString>;
|
|
39394
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
38378
39395
|
}, z.core.$strip>, z.ZodObject<{
|
|
38379
39396
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
38380
39397
|
file: z.ZodString;
|
|
@@ -38435,10 +39452,17 @@ declare const RequestAskRequestSchema: z.ZodObject<{
|
|
|
38435
39452
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
38436
39453
|
tools: z.ZodArray<z.ZodString>;
|
|
38437
39454
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
39455
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39456
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
39457
|
+
file: z.ZodString;
|
|
39458
|
+
corpusDir: z.ZodString;
|
|
39459
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
39460
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
38438
39461
|
}, z.core.$strip>, z.ZodObject<{
|
|
38439
39462
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
38440
39463
|
file: z.ZodString;
|
|
38441
39464
|
outlineFile: z.ZodString;
|
|
39465
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
38442
39466
|
}, z.core.$strip>, z.ZodObject<{
|
|
38443
39467
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
38444
39468
|
file: z.ZodString;
|
|
@@ -39083,6 +40107,7 @@ declare const ListProjectsResponseSchema: z.ZodObject<{
|
|
|
39083
40107
|
declare const CreateProjectRequestSchema: z.ZodObject<{
|
|
39084
40108
|
name: z.ZodString;
|
|
39085
40109
|
description: z.ZodOptional<z.ZodString>;
|
|
40110
|
+
workingDir: z.ZodOptional<z.ZodString>;
|
|
39086
40111
|
about: z.ZodOptional<z.ZodString>;
|
|
39087
40112
|
missionObjectives: z.ZodOptional<z.ZodString>;
|
|
39088
40113
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -42552,6 +43577,8 @@ declare const GithubPullFileSchema: z.ZodObject<{
|
|
|
42552
43577
|
deletions: z.ZodNumber;
|
|
42553
43578
|
changes: z.ZodNumber;
|
|
42554
43579
|
patch: z.ZodOptional<z.ZodString>;
|
|
43580
|
+
patchChars: z.ZodOptional<z.ZodNumber>;
|
|
43581
|
+
patchTruncated: z.ZodOptional<z.ZodBoolean>;
|
|
42555
43582
|
previousFilename: z.ZodOptional<z.ZodString>;
|
|
42556
43583
|
}, z.core.$strip>;
|
|
42557
43584
|
/** @deprecated Use {@link GitHubPullFile}. */
|
|
@@ -42574,6 +43601,12 @@ type GithubPullComment = GitHubPullComment;
|
|
|
42574
43601
|
declare const GithubPullDiffResponseSchema: z.ZodObject<{
|
|
42575
43602
|
number: z.ZodNumber;
|
|
42576
43603
|
diff: z.ZodString;
|
|
43604
|
+
path: z.ZodOptional<z.ZodString>;
|
|
43605
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
43606
|
+
returnedChars: z.ZodOptional<z.ZodNumber>;
|
|
43607
|
+
totalChars: z.ZodOptional<z.ZodNumber>;
|
|
43608
|
+
truncated: z.ZodOptional<z.ZodBoolean>;
|
|
43609
|
+
nextOffset: z.ZodOptional<z.ZodNumber>;
|
|
42577
43610
|
}, z.core.$strip>;
|
|
42578
43611
|
/** @deprecated Use {@link GitHubPullDiffResponse}. */
|
|
42579
43612
|
type GithubPullDiffResponse = GitHubPullDiffResponse;
|
|
@@ -42760,8 +43793,17 @@ declare const ListGithubPullFilesResponseSchema: z.ZodObject<{
|
|
|
42760
43793
|
deletions: z.ZodNumber;
|
|
42761
43794
|
changes: z.ZodNumber;
|
|
42762
43795
|
patch: z.ZodOptional<z.ZodString>;
|
|
43796
|
+
patchChars: z.ZodOptional<z.ZodNumber>;
|
|
43797
|
+
patchTruncated: z.ZodOptional<z.ZodBoolean>;
|
|
42763
43798
|
previousFilename: z.ZodOptional<z.ZodString>;
|
|
42764
43799
|
}, z.core.$strip>>;
|
|
43800
|
+
allFiles: z.ZodOptional<z.ZodNumber>;
|
|
43801
|
+
totalFiles: z.ZodOptional<z.ZodNumber>;
|
|
43802
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
43803
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
43804
|
+
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
43805
|
+
nextOffset: z.ZodOptional<z.ZodNumber>;
|
|
43806
|
+
includesPatch: z.ZodOptional<z.ZodBoolean>;
|
|
42765
43807
|
}, z.core.$strip>;
|
|
42766
43808
|
/** @deprecated Use {@link ListGitHubPullFilesResponse}. */
|
|
42767
43809
|
type ListGithubPullFilesResponse = ListGitHubPullFilesResponse;
|
|
@@ -43877,6 +44919,10 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
43877
44919
|
value: z.ZodNumber;
|
|
43878
44920
|
}, z.core.$strip>], "op">>;
|
|
43879
44921
|
}, z.core.$strip>>]>>;
|
|
44922
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
44923
|
+
file: z.ZodString;
|
|
44924
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
44925
|
+
}, z.core.$strip>>>;
|
|
43880
44926
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
43881
44927
|
file: z.ZodString;
|
|
43882
44928
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -43953,6 +44999,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
43953
44999
|
pattern: z.ZodString;
|
|
43954
45000
|
flags: z.ZodOptional<z.ZodString>;
|
|
43955
45001
|
label: z.ZodOptional<z.ZodString>;
|
|
45002
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
43956
45003
|
}, z.core.$strip>, z.ZodObject<{
|
|
43957
45004
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
43958
45005
|
file: z.ZodString;
|
|
@@ -44013,10 +45060,17 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44013
45060
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
44014
45061
|
tools: z.ZodArray<z.ZodString>;
|
|
44015
45062
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
45063
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45064
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
45065
|
+
file: z.ZodString;
|
|
45066
|
+
corpusDir: z.ZodString;
|
|
45067
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
45068
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
44016
45069
|
}, z.core.$strip>, z.ZodObject<{
|
|
44017
45070
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
44018
45071
|
file: z.ZodString;
|
|
44019
45072
|
outlineFile: z.ZodString;
|
|
45073
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
44020
45074
|
}, z.core.$strip>, z.ZodObject<{
|
|
44021
45075
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
44022
45076
|
file: z.ZodString;
|
|
@@ -44127,6 +45181,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44127
45181
|
pattern: z.ZodString;
|
|
44128
45182
|
flags: z.ZodOptional<z.ZodString>;
|
|
44129
45183
|
label: z.ZodOptional<z.ZodString>;
|
|
45184
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
44130
45185
|
}, z.core.$strip>, z.ZodObject<{
|
|
44131
45186
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
44132
45187
|
file: z.ZodString;
|
|
@@ -44187,10 +45242,17 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44187
45242
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
44188
45243
|
tools: z.ZodArray<z.ZodString>;
|
|
44189
45244
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
45245
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45246
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
45247
|
+
file: z.ZodString;
|
|
45248
|
+
corpusDir: z.ZodString;
|
|
45249
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
45250
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
44190
45251
|
}, z.core.$strip>, z.ZodObject<{
|
|
44191
45252
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
44192
45253
|
file: z.ZodString;
|
|
44193
45254
|
outlineFile: z.ZodString;
|
|
45255
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
44194
45256
|
}, z.core.$strip>, z.ZodObject<{
|
|
44195
45257
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
44196
45258
|
file: z.ZodString;
|
|
@@ -44275,6 +45337,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44275
45337
|
notes: z.ZodOptional<z.ZodString>;
|
|
44276
45338
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
44277
45339
|
overFile: z.ZodString;
|
|
45340
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
44278
45341
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
44279
45342
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
44280
45343
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -44415,6 +45478,10 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44415
45478
|
value: z.ZodNumber;
|
|
44416
45479
|
}, z.core.$strip>], "op">>;
|
|
44417
45480
|
}, z.core.$strip>>]>>;
|
|
45481
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
45482
|
+
file: z.ZodString;
|
|
45483
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
45484
|
+
}, z.core.$strip>>>;
|
|
44418
45485
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
44419
45486
|
file: z.ZodString;
|
|
44420
45487
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -44491,6 +45558,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44491
45558
|
pattern: z.ZodString;
|
|
44492
45559
|
flags: z.ZodOptional<z.ZodString>;
|
|
44493
45560
|
label: z.ZodOptional<z.ZodString>;
|
|
45561
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
44494
45562
|
}, z.core.$strip>, z.ZodObject<{
|
|
44495
45563
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
44496
45564
|
file: z.ZodString;
|
|
@@ -44551,10 +45619,17 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44551
45619
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
44552
45620
|
tools: z.ZodArray<z.ZodString>;
|
|
44553
45621
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
45622
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45623
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
45624
|
+
file: z.ZodString;
|
|
45625
|
+
corpusDir: z.ZodString;
|
|
45626
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
45627
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
44554
45628
|
}, z.core.$strip>, z.ZodObject<{
|
|
44555
45629
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
44556
45630
|
file: z.ZodString;
|
|
44557
45631
|
outlineFile: z.ZodString;
|
|
45632
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
44558
45633
|
}, z.core.$strip>, z.ZodObject<{
|
|
44559
45634
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
44560
45635
|
file: z.ZodString;
|
|
@@ -44665,6 +45740,7 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44665
45740
|
pattern: z.ZodString;
|
|
44666
45741
|
flags: z.ZodOptional<z.ZodString>;
|
|
44667
45742
|
label: z.ZodOptional<z.ZodString>;
|
|
45743
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
44668
45744
|
}, z.core.$strip>, z.ZodObject<{
|
|
44669
45745
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
44670
45746
|
file: z.ZodString;
|
|
@@ -44725,10 +45801,17 @@ declare const CraftbookTemplateVersionManifestSchema: z.ZodObject<{
|
|
|
44725
45801
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
44726
45802
|
tools: z.ZodArray<z.ZodString>;
|
|
44727
45803
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
45804
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45805
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
45806
|
+
file: z.ZodString;
|
|
45807
|
+
corpusDir: z.ZodString;
|
|
45808
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
45809
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
44728
45810
|
}, z.core.$strip>, z.ZodObject<{
|
|
44729
45811
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
44730
45812
|
file: z.ZodString;
|
|
44731
45813
|
outlineFile: z.ZodString;
|
|
45814
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
44732
45815
|
}, z.core.$strip>, z.ZodObject<{
|
|
44733
45816
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
44734
45817
|
file: z.ZodString;
|
|
@@ -45038,6 +46121,10 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45038
46121
|
value: z.ZodNumber;
|
|
45039
46122
|
}, z.core.$strip>], "op">>;
|
|
45040
46123
|
}, z.core.$strip>>]>>;
|
|
46124
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
46125
|
+
file: z.ZodString;
|
|
46126
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
46127
|
+
}, z.core.$strip>>>;
|
|
45041
46128
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
45042
46129
|
file: z.ZodString;
|
|
45043
46130
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -45114,6 +46201,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45114
46201
|
pattern: z.ZodString;
|
|
45115
46202
|
flags: z.ZodOptional<z.ZodString>;
|
|
45116
46203
|
label: z.ZodOptional<z.ZodString>;
|
|
46204
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
45117
46205
|
}, z.core.$strip>, z.ZodObject<{
|
|
45118
46206
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
45119
46207
|
file: z.ZodString;
|
|
@@ -45174,10 +46262,17 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45174
46262
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
45175
46263
|
tools: z.ZodArray<z.ZodString>;
|
|
45176
46264
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
46265
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46266
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
46267
|
+
file: z.ZodString;
|
|
46268
|
+
corpusDir: z.ZodString;
|
|
46269
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
46270
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
45177
46271
|
}, z.core.$strip>, z.ZodObject<{
|
|
45178
46272
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
45179
46273
|
file: z.ZodString;
|
|
45180
46274
|
outlineFile: z.ZodString;
|
|
46275
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
45181
46276
|
}, z.core.$strip>, z.ZodObject<{
|
|
45182
46277
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
45183
46278
|
file: z.ZodString;
|
|
@@ -45288,6 +46383,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45288
46383
|
pattern: z.ZodString;
|
|
45289
46384
|
flags: z.ZodOptional<z.ZodString>;
|
|
45290
46385
|
label: z.ZodOptional<z.ZodString>;
|
|
46386
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
45291
46387
|
}, z.core.$strip>, z.ZodObject<{
|
|
45292
46388
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
45293
46389
|
file: z.ZodString;
|
|
@@ -45348,10 +46444,17 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45348
46444
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
45349
46445
|
tools: z.ZodArray<z.ZodString>;
|
|
45350
46446
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
46447
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46448
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
46449
|
+
file: z.ZodString;
|
|
46450
|
+
corpusDir: z.ZodString;
|
|
46451
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
46452
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
45351
46453
|
}, z.core.$strip>, z.ZodObject<{
|
|
45352
46454
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
45353
46455
|
file: z.ZodString;
|
|
45354
46456
|
outlineFile: z.ZodString;
|
|
46457
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
45355
46458
|
}, z.core.$strip>, z.ZodObject<{
|
|
45356
46459
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
45357
46460
|
file: z.ZodString;
|
|
@@ -45436,6 +46539,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45436
46539
|
notes: z.ZodOptional<z.ZodString>;
|
|
45437
46540
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
45438
46541
|
overFile: z.ZodString;
|
|
46542
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
45439
46543
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
45440
46544
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
45441
46545
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -45576,6 +46680,10 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45576
46680
|
value: z.ZodNumber;
|
|
45577
46681
|
}, z.core.$strip>], "op">>;
|
|
45578
46682
|
}, z.core.$strip>>]>>;
|
|
46683
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
46684
|
+
file: z.ZodString;
|
|
46685
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
46686
|
+
}, z.core.$strip>>>;
|
|
45579
46687
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
45580
46688
|
file: z.ZodString;
|
|
45581
46689
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -45652,6 +46760,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45652
46760
|
pattern: z.ZodString;
|
|
45653
46761
|
flags: z.ZodOptional<z.ZodString>;
|
|
45654
46762
|
label: z.ZodOptional<z.ZodString>;
|
|
46763
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
45655
46764
|
}, z.core.$strip>, z.ZodObject<{
|
|
45656
46765
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
45657
46766
|
file: z.ZodString;
|
|
@@ -45712,10 +46821,17 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45712
46821
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
45713
46822
|
tools: z.ZodArray<z.ZodString>;
|
|
45714
46823
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
46824
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46825
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
46826
|
+
file: z.ZodString;
|
|
46827
|
+
corpusDir: z.ZodString;
|
|
46828
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
46829
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
45715
46830
|
}, z.core.$strip>, z.ZodObject<{
|
|
45716
46831
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
45717
46832
|
file: z.ZodString;
|
|
45718
46833
|
outlineFile: z.ZodString;
|
|
46834
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
45719
46835
|
}, z.core.$strip>, z.ZodObject<{
|
|
45720
46836
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
45721
46837
|
file: z.ZodString;
|
|
@@ -45826,6 +46942,7 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45826
46942
|
pattern: z.ZodString;
|
|
45827
46943
|
flags: z.ZodOptional<z.ZodString>;
|
|
45828
46944
|
label: z.ZodOptional<z.ZodString>;
|
|
46945
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
45829
46946
|
}, z.core.$strip>, z.ZodObject<{
|
|
45830
46947
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
45831
46948
|
file: z.ZodString;
|
|
@@ -45886,10 +47003,17 @@ declare const CraftbookTemplateManifestSchema: z.ZodObject<{
|
|
|
45886
47003
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
45887
47004
|
tools: z.ZodArray<z.ZodString>;
|
|
45888
47005
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
47006
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47007
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
47008
|
+
file: z.ZodString;
|
|
47009
|
+
corpusDir: z.ZodString;
|
|
47010
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
47011
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
45889
47012
|
}, z.core.$strip>, z.ZodObject<{
|
|
45890
47013
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
45891
47014
|
file: z.ZodString;
|
|
45892
47015
|
outlineFile: z.ZodString;
|
|
47016
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
45893
47017
|
}, z.core.$strip>, z.ZodObject<{
|
|
45894
47018
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
45895
47019
|
file: z.ZodString;
|
|
@@ -46438,6 +47562,13 @@ declare const ConnectorTypeVersionManifestSchema: z.ZodObject<{
|
|
|
46438
47562
|
}>;
|
|
46439
47563
|
configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
46440
47564
|
secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
47565
|
+
setupInstructions: z.ZodOptional<z.ZodObject<{
|
|
47566
|
+
title: z.ZodString;
|
|
47567
|
+
description: z.ZodOptional<z.ZodString>;
|
|
47568
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
47569
|
+
url: z.ZodOptional<z.ZodString>;
|
|
47570
|
+
urlLabel: z.ZodOptional<z.ZodString>;
|
|
47571
|
+
}, z.core.$strip>>;
|
|
46441
47572
|
source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
46442
47573
|
normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
|
|
46443
47574
|
kind: z.ZodLiteral<"mapping">;
|
|
@@ -46475,6 +47606,13 @@ declare const ConnectorTypeManifestSchema: z.ZodObject<{
|
|
|
46475
47606
|
}>;
|
|
46476
47607
|
configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
46477
47608
|
secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
47609
|
+
setupInstructions: z.ZodOptional<z.ZodObject<{
|
|
47610
|
+
title: z.ZodString;
|
|
47611
|
+
description: z.ZodOptional<z.ZodString>;
|
|
47612
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
47613
|
+
url: z.ZodOptional<z.ZodString>;
|
|
47614
|
+
urlLabel: z.ZodOptional<z.ZodString>;
|
|
47615
|
+
}, z.core.$strip>>;
|
|
46478
47616
|
source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
46479
47617
|
normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
|
|
46480
47618
|
kind: z.ZodLiteral<"mapping">;
|
|
@@ -46625,6 +47763,10 @@ declare const ChatModelIdentitySchema: z.ZodObject<{
|
|
|
46625
47763
|
license: z.ZodOptional<z.ZodString>;
|
|
46626
47764
|
minGezelVersion: z.ZodOptional<z.ZodString>;
|
|
46627
47765
|
kind: z.ZodLiteral<"chat-model">;
|
|
47766
|
+
maker: z.ZodOptional<z.ZodObject<{
|
|
47767
|
+
name: z.ZodString;
|
|
47768
|
+
url: z.ZodOptional<z.ZodString>;
|
|
47769
|
+
}, z.core.$strip>>;
|
|
46628
47770
|
parameterSize: z.ZodString;
|
|
46629
47771
|
supportsTools: z.ZodBoolean;
|
|
46630
47772
|
contextWindow: z.ZodOptional<z.ZodNumber>;
|
|
@@ -47255,6 +48397,10 @@ declare const ChatModelManifestSchema: z.ZodObject<{
|
|
|
47255
48397
|
name: z.ZodString;
|
|
47256
48398
|
url: z.ZodOptional<z.ZodString>;
|
|
47257
48399
|
}, z.core.$strip>;
|
|
48400
|
+
maker: z.ZodOptional<z.ZodObject<{
|
|
48401
|
+
name: z.ZodString;
|
|
48402
|
+
url: z.ZodOptional<z.ZodString>;
|
|
48403
|
+
}, z.core.$strip>>;
|
|
47258
48404
|
logo: z.ZodOptional<z.ZodString>;
|
|
47259
48405
|
license: z.ZodOptional<z.ZodString>;
|
|
47260
48406
|
minGezelVersion: z.ZodOptional<z.ZodString>;
|
|
@@ -47906,6 +49052,10 @@ declare const CatalogItemIdentitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
47906
49052
|
license: z.ZodOptional<z.ZodString>;
|
|
47907
49053
|
minGezelVersion: z.ZodOptional<z.ZodString>;
|
|
47908
49054
|
kind: z.ZodLiteral<"chat-model">;
|
|
49055
|
+
maker: z.ZodOptional<z.ZodObject<{
|
|
49056
|
+
name: z.ZodString;
|
|
49057
|
+
url: z.ZodOptional<z.ZodString>;
|
|
49058
|
+
}, z.core.$strip>>;
|
|
47909
49059
|
parameterSize: z.ZodString;
|
|
47910
49060
|
supportsTools: z.ZodBoolean;
|
|
47911
49061
|
contextWindow: z.ZodOptional<z.ZodNumber>;
|
|
@@ -48601,6 +49751,10 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
48601
49751
|
value: z.ZodNumber;
|
|
48602
49752
|
}, z.core.$strip>], "op">>;
|
|
48603
49753
|
}, z.core.$strip>>]>>;
|
|
49754
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
49755
|
+
file: z.ZodString;
|
|
49756
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
49757
|
+
}, z.core.$strip>>>;
|
|
48604
49758
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
48605
49759
|
file: z.ZodString;
|
|
48606
49760
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -48677,6 +49831,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
48677
49831
|
pattern: z.ZodString;
|
|
48678
49832
|
flags: z.ZodOptional<z.ZodString>;
|
|
48679
49833
|
label: z.ZodOptional<z.ZodString>;
|
|
49834
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
48680
49835
|
}, z.core.$strip>, z.ZodObject<{
|
|
48681
49836
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
48682
49837
|
file: z.ZodString;
|
|
@@ -48737,10 +49892,17 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
48737
49892
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
48738
49893
|
tools: z.ZodArray<z.ZodString>;
|
|
48739
49894
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
49895
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49896
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
49897
|
+
file: z.ZodString;
|
|
49898
|
+
corpusDir: z.ZodString;
|
|
49899
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
49900
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
48740
49901
|
}, z.core.$strip>, z.ZodObject<{
|
|
48741
49902
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
48742
49903
|
file: z.ZodString;
|
|
48743
49904
|
outlineFile: z.ZodString;
|
|
49905
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
48744
49906
|
}, z.core.$strip>, z.ZodObject<{
|
|
48745
49907
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
48746
49908
|
file: z.ZodString;
|
|
@@ -48851,6 +50013,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
48851
50013
|
pattern: z.ZodString;
|
|
48852
50014
|
flags: z.ZodOptional<z.ZodString>;
|
|
48853
50015
|
label: z.ZodOptional<z.ZodString>;
|
|
50016
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
48854
50017
|
}, z.core.$strip>, z.ZodObject<{
|
|
48855
50018
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
48856
50019
|
file: z.ZodString;
|
|
@@ -48911,10 +50074,17 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
48911
50074
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
48912
50075
|
tools: z.ZodArray<z.ZodString>;
|
|
48913
50076
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
50077
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50078
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
50079
|
+
file: z.ZodString;
|
|
50080
|
+
corpusDir: z.ZodString;
|
|
50081
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
50082
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
48914
50083
|
}, z.core.$strip>, z.ZodObject<{
|
|
48915
50084
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
48916
50085
|
file: z.ZodString;
|
|
48917
50086
|
outlineFile: z.ZodString;
|
|
50087
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
48918
50088
|
}, z.core.$strip>, z.ZodObject<{
|
|
48919
50089
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
48920
50090
|
file: z.ZodString;
|
|
@@ -48999,6 +50169,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
48999
50169
|
notes: z.ZodOptional<z.ZodString>;
|
|
49000
50170
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
49001
50171
|
overFile: z.ZodString;
|
|
50172
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
49002
50173
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
49003
50174
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
49004
50175
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -49139,6 +50310,10 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
49139
50310
|
value: z.ZodNumber;
|
|
49140
50311
|
}, z.core.$strip>], "op">>;
|
|
49141
50312
|
}, z.core.$strip>>]>>;
|
|
50313
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50314
|
+
file: z.ZodString;
|
|
50315
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
50316
|
+
}, z.core.$strip>>>;
|
|
49142
50317
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
49143
50318
|
file: z.ZodString;
|
|
49144
50319
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -49215,6 +50390,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
49215
50390
|
pattern: z.ZodString;
|
|
49216
50391
|
flags: z.ZodOptional<z.ZodString>;
|
|
49217
50392
|
label: z.ZodOptional<z.ZodString>;
|
|
50393
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
49218
50394
|
}, z.core.$strip>, z.ZodObject<{
|
|
49219
50395
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
49220
50396
|
file: z.ZodString;
|
|
@@ -49275,10 +50451,17 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
49275
50451
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
49276
50452
|
tools: z.ZodArray<z.ZodString>;
|
|
49277
50453
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
50454
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50455
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
50456
|
+
file: z.ZodString;
|
|
50457
|
+
corpusDir: z.ZodString;
|
|
50458
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
50459
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
49278
50460
|
}, z.core.$strip>, z.ZodObject<{
|
|
49279
50461
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
49280
50462
|
file: z.ZodString;
|
|
49281
50463
|
outlineFile: z.ZodString;
|
|
50464
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
49282
50465
|
}, z.core.$strip>, z.ZodObject<{
|
|
49283
50466
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
49284
50467
|
file: z.ZodString;
|
|
@@ -49389,6 +50572,7 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
49389
50572
|
pattern: z.ZodString;
|
|
49390
50573
|
flags: z.ZodOptional<z.ZodString>;
|
|
49391
50574
|
label: z.ZodOptional<z.ZodString>;
|
|
50575
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
49392
50576
|
}, z.core.$strip>, z.ZodObject<{
|
|
49393
50577
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
49394
50578
|
file: z.ZodString;
|
|
@@ -49449,10 +50633,17 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
49449
50633
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
49450
50634
|
tools: z.ZodArray<z.ZodString>;
|
|
49451
50635
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
50636
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50637
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
50638
|
+
file: z.ZodString;
|
|
50639
|
+
corpusDir: z.ZodString;
|
|
50640
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
50641
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
49452
50642
|
}, z.core.$strip>, z.ZodObject<{
|
|
49453
50643
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
49454
50644
|
file: z.ZodString;
|
|
49455
50645
|
outlineFile: z.ZodString;
|
|
50646
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
49456
50647
|
}, z.core.$strip>, z.ZodObject<{
|
|
49457
50648
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
49458
50649
|
file: z.ZodString;
|
|
@@ -49727,6 +50918,13 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
49727
50918
|
}>;
|
|
49728
50919
|
configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
49729
50920
|
secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
50921
|
+
setupInstructions: z.ZodOptional<z.ZodObject<{
|
|
50922
|
+
title: z.ZodString;
|
|
50923
|
+
description: z.ZodOptional<z.ZodString>;
|
|
50924
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50925
|
+
url: z.ZodOptional<z.ZodString>;
|
|
50926
|
+
urlLabel: z.ZodOptional<z.ZodString>;
|
|
50927
|
+
}, z.core.$strip>>;
|
|
49730
50928
|
source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
49731
50929
|
normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
|
|
49732
50930
|
kind: z.ZodLiteral<"mapping">;
|
|
@@ -50076,6 +51274,10 @@ declare const CatalogItemManifestSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
50076
51274
|
name: z.ZodString;
|
|
50077
51275
|
url: z.ZodOptional<z.ZodString>;
|
|
50078
51276
|
}, z.core.$strip>;
|
|
51277
|
+
maker: z.ZodOptional<z.ZodObject<{
|
|
51278
|
+
name: z.ZodString;
|
|
51279
|
+
url: z.ZodOptional<z.ZodString>;
|
|
51280
|
+
}, z.core.$strip>>;
|
|
50079
51281
|
logo: z.ZodOptional<z.ZodString>;
|
|
50080
51282
|
license: z.ZodOptional<z.ZodString>;
|
|
50081
51283
|
minGezelVersion: z.ZodOptional<z.ZodString>;
|
|
@@ -50614,6 +51816,10 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
50614
51816
|
value: z.ZodNumber;
|
|
50615
51817
|
}, z.core.$strip>], "op">>;
|
|
50616
51818
|
}, z.core.$strip>>]>>;
|
|
51819
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
51820
|
+
file: z.ZodString;
|
|
51821
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
51822
|
+
}, z.core.$strip>>>;
|
|
50617
51823
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
50618
51824
|
file: z.ZodString;
|
|
50619
51825
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -50690,6 +51896,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
50690
51896
|
pattern: z.ZodString;
|
|
50691
51897
|
flags: z.ZodOptional<z.ZodString>;
|
|
50692
51898
|
label: z.ZodOptional<z.ZodString>;
|
|
51899
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
50693
51900
|
}, z.core.$strip>, z.ZodObject<{
|
|
50694
51901
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
50695
51902
|
file: z.ZodString;
|
|
@@ -50750,10 +51957,17 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
50750
51957
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
50751
51958
|
tools: z.ZodArray<z.ZodString>;
|
|
50752
51959
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
51960
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51961
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
51962
|
+
file: z.ZodString;
|
|
51963
|
+
corpusDir: z.ZodString;
|
|
51964
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
51965
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
50753
51966
|
}, z.core.$strip>, z.ZodObject<{
|
|
50754
51967
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
50755
51968
|
file: z.ZodString;
|
|
50756
51969
|
outlineFile: z.ZodString;
|
|
51970
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
50757
51971
|
}, z.core.$strip>, z.ZodObject<{
|
|
50758
51972
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
50759
51973
|
file: z.ZodString;
|
|
@@ -50864,6 +52078,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
50864
52078
|
pattern: z.ZodString;
|
|
50865
52079
|
flags: z.ZodOptional<z.ZodString>;
|
|
50866
52080
|
label: z.ZodOptional<z.ZodString>;
|
|
52081
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
50867
52082
|
}, z.core.$strip>, z.ZodObject<{
|
|
50868
52083
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
50869
52084
|
file: z.ZodString;
|
|
@@ -50924,10 +52139,17 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
50924
52139
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
50925
52140
|
tools: z.ZodArray<z.ZodString>;
|
|
50926
52141
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
52142
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52143
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
52144
|
+
file: z.ZodString;
|
|
52145
|
+
corpusDir: z.ZodString;
|
|
52146
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
52147
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
50927
52148
|
}, z.core.$strip>, z.ZodObject<{
|
|
50928
52149
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
50929
52150
|
file: z.ZodString;
|
|
50930
52151
|
outlineFile: z.ZodString;
|
|
52152
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
50931
52153
|
}, z.core.$strip>, z.ZodObject<{
|
|
50932
52154
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
50933
52155
|
file: z.ZodString;
|
|
@@ -51012,6 +52234,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
51012
52234
|
notes: z.ZodOptional<z.ZodString>;
|
|
51013
52235
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
51014
52236
|
overFile: z.ZodString;
|
|
52237
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
51015
52238
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
51016
52239
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
51017
52240
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -51152,6 +52375,10 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
51152
52375
|
value: z.ZodNumber;
|
|
51153
52376
|
}, z.core.$strip>], "op">>;
|
|
51154
52377
|
}, z.core.$strip>>]>>;
|
|
52378
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
52379
|
+
file: z.ZodString;
|
|
52380
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
52381
|
+
}, z.core.$strip>>>;
|
|
51155
52382
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
51156
52383
|
file: z.ZodString;
|
|
51157
52384
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -51228,6 +52455,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
51228
52455
|
pattern: z.ZodString;
|
|
51229
52456
|
flags: z.ZodOptional<z.ZodString>;
|
|
51230
52457
|
label: z.ZodOptional<z.ZodString>;
|
|
52458
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
51231
52459
|
}, z.core.$strip>, z.ZodObject<{
|
|
51232
52460
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
51233
52461
|
file: z.ZodString;
|
|
@@ -51288,10 +52516,17 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
51288
52516
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
51289
52517
|
tools: z.ZodArray<z.ZodString>;
|
|
51290
52518
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
52519
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52520
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
52521
|
+
file: z.ZodString;
|
|
52522
|
+
corpusDir: z.ZodString;
|
|
52523
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
52524
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
51291
52525
|
}, z.core.$strip>, z.ZodObject<{
|
|
51292
52526
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
51293
52527
|
file: z.ZodString;
|
|
51294
52528
|
outlineFile: z.ZodString;
|
|
52529
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
51295
52530
|
}, z.core.$strip>, z.ZodObject<{
|
|
51296
52531
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
51297
52532
|
file: z.ZodString;
|
|
@@ -51402,6 +52637,7 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
51402
52637
|
pattern: z.ZodString;
|
|
51403
52638
|
flags: z.ZodOptional<z.ZodString>;
|
|
51404
52639
|
label: z.ZodOptional<z.ZodString>;
|
|
52640
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
51405
52641
|
}, z.core.$strip>, z.ZodObject<{
|
|
51406
52642
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
51407
52643
|
file: z.ZodString;
|
|
@@ -51462,10 +52698,17 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
51462
52698
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
51463
52699
|
tools: z.ZodArray<z.ZodString>;
|
|
51464
52700
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
52701
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52702
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
52703
|
+
file: z.ZodString;
|
|
52704
|
+
corpusDir: z.ZodString;
|
|
52705
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
52706
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
51465
52707
|
}, z.core.$strip>, z.ZodObject<{
|
|
51466
52708
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
51467
52709
|
file: z.ZodString;
|
|
51468
52710
|
outlineFile: z.ZodString;
|
|
52711
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
51469
52712
|
}, z.core.$strip>, z.ZodObject<{
|
|
51470
52713
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
51471
52714
|
file: z.ZodString;
|
|
@@ -51740,6 +52983,13 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
51740
52983
|
}>;
|
|
51741
52984
|
configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
51742
52985
|
secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
52986
|
+
setupInstructions: z.ZodOptional<z.ZodObject<{
|
|
52987
|
+
title: z.ZodString;
|
|
52988
|
+
description: z.ZodOptional<z.ZodString>;
|
|
52989
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
52990
|
+
url: z.ZodOptional<z.ZodString>;
|
|
52991
|
+
urlLabel: z.ZodOptional<z.ZodString>;
|
|
52992
|
+
}, z.core.$strip>>;
|
|
51743
52993
|
source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
51744
52994
|
normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
|
|
51745
52995
|
kind: z.ZodLiteral<"mapping">;
|
|
@@ -52089,6 +53339,10 @@ declare const CatalogItemSummarySchema: z.ZodObject<{
|
|
|
52089
53339
|
name: z.ZodString;
|
|
52090
53340
|
url: z.ZodOptional<z.ZodString>;
|
|
52091
53341
|
}, z.core.$strip>;
|
|
53342
|
+
maker: z.ZodOptional<z.ZodObject<{
|
|
53343
|
+
name: z.ZodString;
|
|
53344
|
+
url: z.ZodOptional<z.ZodString>;
|
|
53345
|
+
}, z.core.$strip>>;
|
|
52092
53346
|
logo: z.ZodOptional<z.ZodString>;
|
|
52093
53347
|
license: z.ZodOptional<z.ZodString>;
|
|
52094
53348
|
minGezelVersion: z.ZodOptional<z.ZodString>;
|
|
@@ -52613,6 +53867,10 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
52613
53867
|
value: z.ZodNumber;
|
|
52614
53868
|
}, z.core.$strip>], "op">>;
|
|
52615
53869
|
}, z.core.$strip>>]>>;
|
|
53870
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
53871
|
+
file: z.ZodString;
|
|
53872
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
53873
|
+
}, z.core.$strip>>>;
|
|
52616
53874
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
52617
53875
|
file: z.ZodString;
|
|
52618
53876
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -52689,6 +53947,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
52689
53947
|
pattern: z.ZodString;
|
|
52690
53948
|
flags: z.ZodOptional<z.ZodString>;
|
|
52691
53949
|
label: z.ZodOptional<z.ZodString>;
|
|
53950
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
52692
53951
|
}, z.core.$strip>, z.ZodObject<{
|
|
52693
53952
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
52694
53953
|
file: z.ZodString;
|
|
@@ -52749,10 +54008,17 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
52749
54008
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
52750
54009
|
tools: z.ZodArray<z.ZodString>;
|
|
52751
54010
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
54011
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54012
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
54013
|
+
file: z.ZodString;
|
|
54014
|
+
corpusDir: z.ZodString;
|
|
54015
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
54016
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
52752
54017
|
}, z.core.$strip>, z.ZodObject<{
|
|
52753
54018
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
52754
54019
|
file: z.ZodString;
|
|
52755
54020
|
outlineFile: z.ZodString;
|
|
54021
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
52756
54022
|
}, z.core.$strip>, z.ZodObject<{
|
|
52757
54023
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
52758
54024
|
file: z.ZodString;
|
|
@@ -52863,6 +54129,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
52863
54129
|
pattern: z.ZodString;
|
|
52864
54130
|
flags: z.ZodOptional<z.ZodString>;
|
|
52865
54131
|
label: z.ZodOptional<z.ZodString>;
|
|
54132
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
52866
54133
|
}, z.core.$strip>, z.ZodObject<{
|
|
52867
54134
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
52868
54135
|
file: z.ZodString;
|
|
@@ -52923,10 +54190,17 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
52923
54190
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
52924
54191
|
tools: z.ZodArray<z.ZodString>;
|
|
52925
54192
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
54193
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54194
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
54195
|
+
file: z.ZodString;
|
|
54196
|
+
corpusDir: z.ZodString;
|
|
54197
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
54198
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
52926
54199
|
}, z.core.$strip>, z.ZodObject<{
|
|
52927
54200
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
52928
54201
|
file: z.ZodString;
|
|
52929
54202
|
outlineFile: z.ZodString;
|
|
54203
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
52930
54204
|
}, z.core.$strip>, z.ZodObject<{
|
|
52931
54205
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
52932
54206
|
file: z.ZodString;
|
|
@@ -53011,6 +54285,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
53011
54285
|
notes: z.ZodOptional<z.ZodString>;
|
|
53012
54286
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
53013
54287
|
overFile: z.ZodString;
|
|
54288
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
53014
54289
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
53015
54290
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
53016
54291
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -53151,6 +54426,10 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
53151
54426
|
value: z.ZodNumber;
|
|
53152
54427
|
}, z.core.$strip>], "op">>;
|
|
53153
54428
|
}, z.core.$strip>>]>>;
|
|
54429
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
54430
|
+
file: z.ZodString;
|
|
54431
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
54432
|
+
}, z.core.$strip>>>;
|
|
53154
54433
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
53155
54434
|
file: z.ZodString;
|
|
53156
54435
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -53227,6 +54506,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
53227
54506
|
pattern: z.ZodString;
|
|
53228
54507
|
flags: z.ZodOptional<z.ZodString>;
|
|
53229
54508
|
label: z.ZodOptional<z.ZodString>;
|
|
54509
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
53230
54510
|
}, z.core.$strip>, z.ZodObject<{
|
|
53231
54511
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
53232
54512
|
file: z.ZodString;
|
|
@@ -53287,10 +54567,17 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
53287
54567
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
53288
54568
|
tools: z.ZodArray<z.ZodString>;
|
|
53289
54569
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
54570
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54571
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
54572
|
+
file: z.ZodString;
|
|
54573
|
+
corpusDir: z.ZodString;
|
|
54574
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
54575
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
53290
54576
|
}, z.core.$strip>, z.ZodObject<{
|
|
53291
54577
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
53292
54578
|
file: z.ZodString;
|
|
53293
54579
|
outlineFile: z.ZodString;
|
|
54580
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
53294
54581
|
}, z.core.$strip>, z.ZodObject<{
|
|
53295
54582
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
53296
54583
|
file: z.ZodString;
|
|
@@ -53401,6 +54688,7 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
53401
54688
|
pattern: z.ZodString;
|
|
53402
54689
|
flags: z.ZodOptional<z.ZodString>;
|
|
53403
54690
|
label: z.ZodOptional<z.ZodString>;
|
|
54691
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
53404
54692
|
}, z.core.$strip>, z.ZodObject<{
|
|
53405
54693
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
53406
54694
|
file: z.ZodString;
|
|
@@ -53461,10 +54749,17 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
53461
54749
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
53462
54750
|
tools: z.ZodArray<z.ZodString>;
|
|
53463
54751
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
54752
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54753
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
54754
|
+
file: z.ZodString;
|
|
54755
|
+
corpusDir: z.ZodString;
|
|
54756
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
54757
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
53464
54758
|
}, z.core.$strip>, z.ZodObject<{
|
|
53465
54759
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
53466
54760
|
file: z.ZodString;
|
|
53467
54761
|
outlineFile: z.ZodString;
|
|
54762
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
53468
54763
|
}, z.core.$strip>, z.ZodObject<{
|
|
53469
54764
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
53470
54765
|
file: z.ZodString;
|
|
@@ -53739,6 +55034,13 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
53739
55034
|
}>;
|
|
53740
55035
|
configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
53741
55036
|
secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
55037
|
+
setupInstructions: z.ZodOptional<z.ZodObject<{
|
|
55038
|
+
title: z.ZodString;
|
|
55039
|
+
description: z.ZodOptional<z.ZodString>;
|
|
55040
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
55041
|
+
url: z.ZodOptional<z.ZodString>;
|
|
55042
|
+
urlLabel: z.ZodOptional<z.ZodString>;
|
|
55043
|
+
}, z.core.$strip>>;
|
|
53742
55044
|
source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
53743
55045
|
normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
|
|
53744
55046
|
kind: z.ZodLiteral<"mapping">;
|
|
@@ -54088,6 +55390,10 @@ declare const ListCatalogItemsResponseSchema: z.ZodObject<{
|
|
|
54088
55390
|
name: z.ZodString;
|
|
54089
55391
|
url: z.ZodOptional<z.ZodString>;
|
|
54090
55392
|
}, z.core.$strip>;
|
|
55393
|
+
maker: z.ZodOptional<z.ZodObject<{
|
|
55394
|
+
name: z.ZodString;
|
|
55395
|
+
url: z.ZodOptional<z.ZodString>;
|
|
55396
|
+
}, z.core.$strip>>;
|
|
54091
55397
|
logo: z.ZodOptional<z.ZodString>;
|
|
54092
55398
|
license: z.ZodOptional<z.ZodString>;
|
|
54093
55399
|
minGezelVersion: z.ZodOptional<z.ZodString>;
|
|
@@ -54612,6 +55918,10 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
54612
55918
|
value: z.ZodNumber;
|
|
54613
55919
|
}, z.core.$strip>], "op">>;
|
|
54614
55920
|
}, z.core.$strip>>]>>;
|
|
55921
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
55922
|
+
file: z.ZodString;
|
|
55923
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
55924
|
+
}, z.core.$strip>>>;
|
|
54615
55925
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
54616
55926
|
file: z.ZodString;
|
|
54617
55927
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -54688,6 +55998,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
54688
55998
|
pattern: z.ZodString;
|
|
54689
55999
|
flags: z.ZodOptional<z.ZodString>;
|
|
54690
56000
|
label: z.ZodOptional<z.ZodString>;
|
|
56001
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
54691
56002
|
}, z.core.$strip>, z.ZodObject<{
|
|
54692
56003
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
54693
56004
|
file: z.ZodString;
|
|
@@ -54748,10 +56059,17 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
54748
56059
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
54749
56060
|
tools: z.ZodArray<z.ZodString>;
|
|
54750
56061
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
56062
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56063
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
56064
|
+
file: z.ZodString;
|
|
56065
|
+
corpusDir: z.ZodString;
|
|
56066
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
56067
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
54751
56068
|
}, z.core.$strip>, z.ZodObject<{
|
|
54752
56069
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
54753
56070
|
file: z.ZodString;
|
|
54754
56071
|
outlineFile: z.ZodString;
|
|
56072
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
54755
56073
|
}, z.core.$strip>, z.ZodObject<{
|
|
54756
56074
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
54757
56075
|
file: z.ZodString;
|
|
@@ -54862,6 +56180,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
54862
56180
|
pattern: z.ZodString;
|
|
54863
56181
|
flags: z.ZodOptional<z.ZodString>;
|
|
54864
56182
|
label: z.ZodOptional<z.ZodString>;
|
|
56183
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
54865
56184
|
}, z.core.$strip>, z.ZodObject<{
|
|
54866
56185
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
54867
56186
|
file: z.ZodString;
|
|
@@ -54922,10 +56241,17 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
54922
56241
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
54923
56242
|
tools: z.ZodArray<z.ZodString>;
|
|
54924
56243
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
56244
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56245
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
56246
|
+
file: z.ZodString;
|
|
56247
|
+
corpusDir: z.ZodString;
|
|
56248
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
56249
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
54925
56250
|
}, z.core.$strip>, z.ZodObject<{
|
|
54926
56251
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
54927
56252
|
file: z.ZodString;
|
|
54928
56253
|
outlineFile: z.ZodString;
|
|
56254
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
54929
56255
|
}, z.core.$strip>, z.ZodObject<{
|
|
54930
56256
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
54931
56257
|
file: z.ZodString;
|
|
@@ -55010,6 +56336,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
55010
56336
|
notes: z.ZodOptional<z.ZodString>;
|
|
55011
56337
|
spawn: z.ZodOptional<z.ZodObject<{
|
|
55012
56338
|
overFile: z.ZodString;
|
|
56339
|
+
overArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
55013
56340
|
itemsPath: z.ZodOptional<z.ZodString>;
|
|
55014
56341
|
entryStepId: z.ZodOptional<z.ZodString>;
|
|
55015
56342
|
steps: z.ZodArray<z.ZodObject<{
|
|
@@ -55150,6 +56477,10 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
55150
56477
|
value: z.ZodNumber;
|
|
55151
56478
|
}, z.core.$strip>], "op">>;
|
|
55152
56479
|
}, z.core.$strip>>]>>;
|
|
56480
|
+
consumes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
56481
|
+
file: z.ZodString;
|
|
56482
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
56483
|
+
}, z.core.$strip>>>;
|
|
55153
56484
|
advanceWhen: z.ZodOptional<z.ZodObject<{
|
|
55154
56485
|
file: z.ZodString;
|
|
55155
56486
|
minBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -55226,6 +56557,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
55226
56557
|
pattern: z.ZodString;
|
|
55227
56558
|
flags: z.ZodOptional<z.ZodString>;
|
|
55228
56559
|
label: z.ZodOptional<z.ZodString>;
|
|
56560
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
55229
56561
|
}, z.core.$strip>, z.ZodObject<{
|
|
55230
56562
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
55231
56563
|
file: z.ZodString;
|
|
@@ -55286,10 +56618,17 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
55286
56618
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
55287
56619
|
tools: z.ZodArray<z.ZodString>;
|
|
55288
56620
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
56621
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56622
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
56623
|
+
file: z.ZodString;
|
|
56624
|
+
corpusDir: z.ZodString;
|
|
56625
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
56626
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
55289
56627
|
}, z.core.$strip>, z.ZodObject<{
|
|
55290
56628
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
55291
56629
|
file: z.ZodString;
|
|
55292
56630
|
outlineFile: z.ZodString;
|
|
56631
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
55293
56632
|
}, z.core.$strip>, z.ZodObject<{
|
|
55294
56633
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
55295
56634
|
file: z.ZodString;
|
|
@@ -55400,6 +56739,7 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
55400
56739
|
pattern: z.ZodString;
|
|
55401
56740
|
flags: z.ZodOptional<z.ZodString>;
|
|
55402
56741
|
label: z.ZodOptional<z.ZodString>;
|
|
56742
|
+
artifact: z.ZodOptional<z.ZodBoolean>;
|
|
55403
56743
|
}, z.core.$strip>, z.ZodObject<{
|
|
55404
56744
|
kind: z.ZodLiteral<"unsupportedClaims">;
|
|
55405
56745
|
file: z.ZodString;
|
|
@@ -55460,10 +56800,17 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
55460
56800
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
55461
56801
|
tools: z.ZodArray<z.ZodString>;
|
|
55462
56802
|
minSuccessful: z.ZodOptional<z.ZodNumber>;
|
|
56803
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56804
|
+
kind: z.ZodLiteral<"corpusCoverage">;
|
|
56805
|
+
file: z.ZodString;
|
|
56806
|
+
corpusDir: z.ZodString;
|
|
56807
|
+
reviewedField: z.ZodOptional<z.ZodString>;
|
|
56808
|
+
recordField: z.ZodOptional<z.ZodString>;
|
|
55463
56809
|
}, z.core.$strip>, z.ZodObject<{
|
|
55464
56810
|
kind: z.ZodLiteral<"markdownHeadingsMatch">;
|
|
55465
56811
|
file: z.ZodString;
|
|
55466
56812
|
outlineFile: z.ZodString;
|
|
56813
|
+
outlineArtifact: z.ZodOptional<z.ZodBoolean>;
|
|
55467
56814
|
}, z.core.$strip>, z.ZodObject<{
|
|
55468
56815
|
kind: z.ZodLiteral<"valueGrounding">;
|
|
55469
56816
|
file: z.ZodString;
|
|
@@ -55738,6 +57085,13 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
55738
57085
|
}>;
|
|
55739
57086
|
configSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
55740
57087
|
secretShape: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
57088
|
+
setupInstructions: z.ZodOptional<z.ZodObject<{
|
|
57089
|
+
title: z.ZodString;
|
|
57090
|
+
description: z.ZodOptional<z.ZodString>;
|
|
57091
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
57092
|
+
url: z.ZodOptional<z.ZodString>;
|
|
57093
|
+
urlLabel: z.ZodOptional<z.ZodString>;
|
|
57094
|
+
}, z.core.$strip>>;
|
|
55741
57095
|
source: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
55742
57096
|
normalize: z.ZodDefault<z.ZodUnion<readonly [z.ZodObject<{
|
|
55743
57097
|
kind: z.ZodLiteral<"mapping">;
|
|
@@ -56087,6 +57441,10 @@ declare const CatalogItemDetailSchema: z.ZodObject<{
|
|
|
56087
57441
|
name: z.ZodString;
|
|
56088
57442
|
url: z.ZodOptional<z.ZodString>;
|
|
56089
57443
|
}, z.core.$strip>;
|
|
57444
|
+
maker: z.ZodOptional<z.ZodObject<{
|
|
57445
|
+
name: z.ZodString;
|
|
57446
|
+
url: z.ZodOptional<z.ZodString>;
|
|
57447
|
+
}, z.core.$strip>>;
|
|
56090
57448
|
logo: z.ZodOptional<z.ZodString>;
|
|
56091
57449
|
license: z.ZodOptional<z.ZodString>;
|
|
56092
57450
|
minGezelVersion: z.ZodOptional<z.ZodString>;
|
|
@@ -58150,8 +59508,8 @@ type SuggestedWorkSource = z.infer<typeof SuggestedWorkSourceSchema>;
|
|
|
58150
59508
|
* - `dismissed`: virtual and on the project's dismissal list
|
|
58151
59509
|
*/
|
|
58152
59510
|
declare const SuggestedWorkStateSchema: z.ZodEnum<{
|
|
58153
|
-
paused: "paused";
|
|
58154
59511
|
enabled: "enabled";
|
|
59512
|
+
paused: "paused";
|
|
58155
59513
|
suggested: "suggested";
|
|
58156
59514
|
dismissed: "dismissed";
|
|
58157
59515
|
}>;
|
|
@@ -58186,8 +59544,8 @@ declare const SuggestedWorkItemSchema: z.ZodObject<{
|
|
|
58186
59544
|
paramSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
58187
59545
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
58188
59546
|
state: z.ZodEnum<{
|
|
58189
|
-
paused: "paused";
|
|
58190
59547
|
enabled: "enabled";
|
|
59548
|
+
paused: "paused";
|
|
58191
59549
|
suggested: "suggested";
|
|
58192
59550
|
dismissed: "dismissed";
|
|
58193
59551
|
}>;
|
|
@@ -58227,8 +59585,8 @@ declare const SuggestedWorkResponseSchema: z.ZodObject<{
|
|
|
58227
59585
|
paramSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
58228
59586
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
58229
59587
|
state: z.ZodEnum<{
|
|
58230
|
-
paused: "paused";
|
|
58231
59588
|
enabled: "enabled";
|
|
59589
|
+
paused: "paused";
|
|
58232
59590
|
suggested: "suggested";
|
|
58233
59591
|
dismissed: "dismissed";
|
|
58234
59592
|
}>;
|
|
@@ -60321,4 +61679,4 @@ declare const HandboekHowDoIResponseSchema: z.ZodObject<{
|
|
|
60321
61679
|
}, z.core.$strip>;
|
|
60322
61680
|
type HandboekHowDoIResponse = z.infer<typeof HandboekHowDoIResponseSchema>;
|
|
60323
61681
|
|
|
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 };
|
|
61682
|
+
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 };
|