@cat-factory/contracts 0.354.0 → 0.355.0
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/bugFishing.d.ts +14 -0
- package/dist/bugFishing.d.ts.map +1 -1
- package/dist/bugFishing.js +16 -0
- package/dist/bugFishing.js.map +1 -1
- package/dist/errors.d.ts +1 -1
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +6 -0
- package/dist/errors.js.map +1 -1
- package/dist/notification-webhooks.d.ts +47 -15
- package/dist/notification-webhooks.d.ts.map +1 -1
- package/dist/notification-webhooks.js +47 -10
- package/dist/notification-webhooks.js.map +1 -1
- package/dist/public-decisions.d.ts +543 -9
- package/dist/public-decisions.d.ts.map +1 -1
- package/dist/public-decisions.js +211 -8
- package/dist/public-decisions.js.map +1 -1
- package/dist/routes/notification-webhooks.d.ts +14 -14
- package/dist/routes/public-decisions.d.ts +3481 -29
- package/dist/routes/public-decisions.d.ts.map +1 -1
- package/dist/routes/public-decisions.js +56 -1
- package/dist/routes/public-decisions.js.map +1 -1
- package/package.json +1 -1
|
@@ -205,6 +205,63 @@ export declare const listPublicRunDecisionsContract: {
|
|
|
205
205
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
206
206
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
207
207
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
208
|
+
}, undefined>, v.ObjectSchema<{
|
|
209
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
210
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
211
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
212
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
213
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
214
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
215
|
+
readonly title: v.StringSchema<undefined>;
|
|
216
|
+
readonly goal: v.StringSchema<undefined>;
|
|
217
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
218
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
219
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
220
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
221
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
222
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
223
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
224
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
225
|
+
}, undefined>, undefined>;
|
|
226
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
227
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
228
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
229
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
230
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
231
|
+
readonly path: v.StringSchema<undefined>;
|
|
232
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
233
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
234
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
235
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
236
|
+
readonly title: v.StringSchema<undefined>;
|
|
237
|
+
readonly detail: v.StringSchema<undefined>;
|
|
238
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
239
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
240
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
241
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
242
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
243
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
244
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
245
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
246
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
247
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
248
|
+
}, undefined>, undefined>;
|
|
249
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
250
|
+
}, undefined>, undefined>;
|
|
251
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
252
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
253
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
254
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
255
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
256
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
257
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
258
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
259
|
+
}, undefined>, undefined>;
|
|
260
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
261
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
262
|
+
}, undefined>, undefined>;
|
|
263
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
264
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
208
265
|
}, undefined>, v.ObjectSchema<{
|
|
209
266
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
210
267
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -264,6 +321,7 @@ export declare const listPublicRunDecisionsContract: {
|
|
|
264
321
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
265
322
|
readonly detail: v.StringSchema<undefined>;
|
|
266
323
|
}, undefined>, undefined>;
|
|
324
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
267
325
|
}, undefined>;
|
|
268
326
|
};
|
|
269
327
|
} & {
|
|
@@ -479,6 +537,63 @@ export declare const replyPublicRunFindingContract: {
|
|
|
479
537
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
480
538
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
481
539
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
540
|
+
}, undefined>, v.ObjectSchema<{
|
|
541
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
542
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
543
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
544
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
545
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
546
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
547
|
+
readonly title: v.StringSchema<undefined>;
|
|
548
|
+
readonly goal: v.StringSchema<undefined>;
|
|
549
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
550
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
551
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
552
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
553
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
554
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
555
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
556
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
557
|
+
}, undefined>, undefined>;
|
|
558
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
559
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
560
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
561
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
562
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
563
|
+
readonly path: v.StringSchema<undefined>;
|
|
564
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
565
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
566
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
567
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
568
|
+
readonly title: v.StringSchema<undefined>;
|
|
569
|
+
readonly detail: v.StringSchema<undefined>;
|
|
570
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
571
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
572
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
573
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
574
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
575
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
576
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
577
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
578
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
579
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
580
|
+
}, undefined>, undefined>;
|
|
581
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
582
|
+
}, undefined>, undefined>;
|
|
583
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
584
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
585
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
586
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
587
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
588
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
589
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
590
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
591
|
+
}, undefined>, undefined>;
|
|
592
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
593
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
594
|
+
}, undefined>, undefined>;
|
|
595
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
596
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
482
597
|
}, undefined>, v.ObjectSchema<{
|
|
483
598
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
484
599
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -538,6 +653,7 @@ export declare const replyPublicRunFindingContract: {
|
|
|
538
653
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
539
654
|
readonly detail: v.StringSchema<undefined>;
|
|
540
655
|
}, undefined>, undefined>;
|
|
656
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
541
657
|
}, undefined>;
|
|
542
658
|
};
|
|
543
659
|
} & {
|
|
@@ -755,6 +871,63 @@ export declare const setPublicRunFindingStatusContract: {
|
|
|
755
871
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
756
872
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
757
873
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
874
|
+
}, undefined>, v.ObjectSchema<{
|
|
875
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
876
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
877
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
878
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
879
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
880
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
881
|
+
readonly title: v.StringSchema<undefined>;
|
|
882
|
+
readonly goal: v.StringSchema<undefined>;
|
|
883
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
884
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
885
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
886
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
887
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
888
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
889
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
890
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
891
|
+
}, undefined>, undefined>;
|
|
892
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
893
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
894
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
895
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
896
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
897
|
+
readonly path: v.StringSchema<undefined>;
|
|
898
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
899
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
900
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
901
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
902
|
+
readonly title: v.StringSchema<undefined>;
|
|
903
|
+
readonly detail: v.StringSchema<undefined>;
|
|
904
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
905
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
906
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
907
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
908
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
909
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
910
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
911
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
912
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
913
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
914
|
+
}, undefined>, undefined>;
|
|
915
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
916
|
+
}, undefined>, undefined>;
|
|
917
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
918
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
919
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
920
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
921
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
922
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
923
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
924
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
925
|
+
}, undefined>, undefined>;
|
|
926
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
927
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
928
|
+
}, undefined>, undefined>;
|
|
929
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
930
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
758
931
|
}, undefined>, v.ObjectSchema<{
|
|
759
932
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
760
933
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -814,6 +987,7 @@ export declare const setPublicRunFindingStatusContract: {
|
|
|
814
987
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
815
988
|
readonly detail: v.StringSchema<undefined>;
|
|
816
989
|
}, undefined>, undefined>;
|
|
990
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
817
991
|
}, undefined>;
|
|
818
992
|
};
|
|
819
993
|
} & {
|
|
@@ -1033,6 +1207,63 @@ export declare const incorporatePublicRunRequirementsContract: {
|
|
|
1033
1207
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
1034
1208
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
1035
1209
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1210
|
+
}, undefined>, v.ObjectSchema<{
|
|
1211
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
1212
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
1213
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
1214
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1215
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
1216
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1217
|
+
readonly title: v.StringSchema<undefined>;
|
|
1218
|
+
readonly goal: v.StringSchema<undefined>;
|
|
1219
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
1220
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1221
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1222
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1223
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1224
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1225
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1226
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1227
|
+
}, undefined>, undefined>;
|
|
1228
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
1229
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
1230
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
1231
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1232
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1233
|
+
readonly path: v.StringSchema<undefined>;
|
|
1234
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1235
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
1236
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
1237
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
1238
|
+
readonly title: v.StringSchema<undefined>;
|
|
1239
|
+
readonly detail: v.StringSchema<undefined>;
|
|
1240
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1241
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1242
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1243
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
1244
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
1245
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
1246
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1247
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
1248
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
1249
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1250
|
+
}, undefined>, undefined>;
|
|
1251
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
1252
|
+
}, undefined>, undefined>;
|
|
1253
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
1254
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
1255
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
1256
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
1257
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
1258
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
1259
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1260
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
1261
|
+
}, undefined>, undefined>;
|
|
1262
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
1263
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1264
|
+
}, undefined>, undefined>;
|
|
1265
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1266
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1036
1267
|
}, undefined>, v.ObjectSchema<{
|
|
1037
1268
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
1038
1269
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -1092,6 +1323,7 @@ export declare const incorporatePublicRunRequirementsContract: {
|
|
|
1092
1323
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1093
1324
|
readonly detail: v.StringSchema<undefined>;
|
|
1094
1325
|
}, undefined>, undefined>;
|
|
1326
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
1095
1327
|
}, undefined>;
|
|
1096
1328
|
};
|
|
1097
1329
|
} & {
|
|
@@ -1305,6 +1537,63 @@ export declare const reReviewPublicRunRequirementsContract: {
|
|
|
1305
1537
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
1306
1538
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
1307
1539
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1540
|
+
}, undefined>, v.ObjectSchema<{
|
|
1541
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
1542
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
1543
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
1544
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1545
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
1546
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1547
|
+
readonly title: v.StringSchema<undefined>;
|
|
1548
|
+
readonly goal: v.StringSchema<undefined>;
|
|
1549
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
1550
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1551
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1552
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1553
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1554
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1555
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1556
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1557
|
+
}, undefined>, undefined>;
|
|
1558
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
1559
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
1560
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
1561
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1562
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1563
|
+
readonly path: v.StringSchema<undefined>;
|
|
1564
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1565
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
1566
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
1567
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
1568
|
+
readonly title: v.StringSchema<undefined>;
|
|
1569
|
+
readonly detail: v.StringSchema<undefined>;
|
|
1570
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1571
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1572
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1573
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
1574
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
1575
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
1576
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1577
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
1578
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
1579
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1580
|
+
}, undefined>, undefined>;
|
|
1581
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
1582
|
+
}, undefined>, undefined>;
|
|
1583
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
1584
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
1585
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
1586
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
1587
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
1588
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
1589
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1590
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
1591
|
+
}, undefined>, undefined>;
|
|
1592
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
1593
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1594
|
+
}, undefined>, undefined>;
|
|
1595
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1596
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1308
1597
|
}, undefined>, v.ObjectSchema<{
|
|
1309
1598
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
1310
1599
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -1364,6 +1653,7 @@ export declare const reReviewPublicRunRequirementsContract: {
|
|
|
1364
1653
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1365
1654
|
readonly detail: v.StringSchema<undefined>;
|
|
1366
1655
|
}, undefined>, undefined>;
|
|
1656
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
1367
1657
|
}, undefined>;
|
|
1368
1658
|
};
|
|
1369
1659
|
} & {
|
|
@@ -1577,6 +1867,63 @@ export declare const proceedPublicRunRequirementsContract: {
|
|
|
1577
1867
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
1578
1868
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
1579
1869
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1870
|
+
}, undefined>, v.ObjectSchema<{
|
|
1871
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
1872
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
1873
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
1874
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1875
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
1876
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1877
|
+
readonly title: v.StringSchema<undefined>;
|
|
1878
|
+
readonly goal: v.StringSchema<undefined>;
|
|
1879
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
1880
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1881
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1882
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1883
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1884
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1885
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1886
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1887
|
+
}, undefined>, undefined>;
|
|
1888
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
1889
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
1890
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
1891
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1892
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1893
|
+
readonly path: v.StringSchema<undefined>;
|
|
1894
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1895
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
1896
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
1897
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
1898
|
+
readonly title: v.StringSchema<undefined>;
|
|
1899
|
+
readonly detail: v.StringSchema<undefined>;
|
|
1900
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1901
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1902
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1903
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
1904
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
1905
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
1906
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1907
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
1908
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
1909
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1910
|
+
}, undefined>, undefined>;
|
|
1911
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
1912
|
+
}, undefined>, undefined>;
|
|
1913
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
1914
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
1915
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
1916
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
1917
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
1918
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
1919
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1920
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
1921
|
+
}, undefined>, undefined>;
|
|
1922
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
1923
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1924
|
+
}, undefined>, undefined>;
|
|
1925
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1926
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1580
1927
|
}, undefined>, v.ObjectSchema<{
|
|
1581
1928
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
1582
1929
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -1636,6 +1983,7 @@ export declare const proceedPublicRunRequirementsContract: {
|
|
|
1636
1983
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1637
1984
|
readonly detail: v.StringSchema<undefined>;
|
|
1638
1985
|
}, undefined>, undefined>;
|
|
1986
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
1639
1987
|
}, undefined>;
|
|
1640
1988
|
};
|
|
1641
1989
|
} & {
|
|
@@ -1851,6 +2199,63 @@ export declare const resolvePublicRunRequirementsExceededContract: {
|
|
|
1851
2199
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
1852
2200
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
1853
2201
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2202
|
+
}, undefined>, v.ObjectSchema<{
|
|
2203
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
2204
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
2205
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
2206
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2207
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
2208
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2209
|
+
readonly title: v.StringSchema<undefined>;
|
|
2210
|
+
readonly goal: v.StringSchema<undefined>;
|
|
2211
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
2212
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2213
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2214
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2215
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2216
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2217
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2218
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2219
|
+
}, undefined>, undefined>;
|
|
2220
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
2221
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
2222
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
2223
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2224
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2225
|
+
readonly path: v.StringSchema<undefined>;
|
|
2226
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2227
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
2228
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
2229
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
2230
|
+
readonly title: v.StringSchema<undefined>;
|
|
2231
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2232
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2233
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2234
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2235
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
2236
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
2237
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
2238
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2239
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
2240
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
2241
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2242
|
+
}, undefined>, undefined>;
|
|
2243
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
2244
|
+
}, undefined>, undefined>;
|
|
2245
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
2246
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
2247
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
2248
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
2249
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
2250
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
2251
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2252
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
2253
|
+
}, undefined>, undefined>;
|
|
2254
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
2255
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2256
|
+
}, undefined>, undefined>;
|
|
2257
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2258
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1854
2259
|
}, undefined>, v.ObjectSchema<{
|
|
1855
2260
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
1856
2261
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -1910,6 +2315,7 @@ export declare const resolvePublicRunRequirementsExceededContract: {
|
|
|
1910
2315
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1911
2316
|
readonly detail: v.StringSchema<undefined>;
|
|
1912
2317
|
}, undefined>, undefined>;
|
|
2318
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
1913
2319
|
}, undefined>;
|
|
1914
2320
|
};
|
|
1915
2321
|
} & {
|
|
@@ -2131,6 +2537,63 @@ export declare const choosePublicRunForkContract: {
|
|
|
2131
2537
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
2132
2538
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
2133
2539
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2540
|
+
}, undefined>, v.ObjectSchema<{
|
|
2541
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
2542
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
2543
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
2544
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2545
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
2546
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2547
|
+
readonly title: v.StringSchema<undefined>;
|
|
2548
|
+
readonly goal: v.StringSchema<undefined>;
|
|
2549
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
2550
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2551
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2552
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2553
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2554
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2555
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2556
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2557
|
+
}, undefined>, undefined>;
|
|
2558
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
2559
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
2560
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
2561
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2562
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2563
|
+
readonly path: v.StringSchema<undefined>;
|
|
2564
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2565
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
2566
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
2567
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
2568
|
+
readonly title: v.StringSchema<undefined>;
|
|
2569
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2570
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2571
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2572
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2573
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
2574
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
2575
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
2576
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2577
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
2578
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
2579
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2580
|
+
}, undefined>, undefined>;
|
|
2581
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
2582
|
+
}, undefined>, undefined>;
|
|
2583
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
2584
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
2585
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
2586
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
2587
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
2588
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
2589
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2590
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
2591
|
+
}, undefined>, undefined>;
|
|
2592
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
2593
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2594
|
+
}, undefined>, undefined>;
|
|
2595
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2596
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2134
2597
|
}, undefined>, v.ObjectSchema<{
|
|
2135
2598
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
2136
2599
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -2190,6 +2653,7 @@ export declare const choosePublicRunForkContract: {
|
|
|
2190
2653
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2191
2654
|
readonly detail: v.StringSchema<undefined>;
|
|
2192
2655
|
}, undefined>, undefined>;
|
|
2656
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
2193
2657
|
}, undefined>;
|
|
2194
2658
|
};
|
|
2195
2659
|
} & {
|
|
@@ -2406,6 +2870,63 @@ export declare const resolvePublicRunJudgeContract: {
|
|
|
2406
2870
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
2407
2871
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
2408
2872
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2873
|
+
}, undefined>, v.ObjectSchema<{
|
|
2874
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
2875
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
2876
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
2877
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2878
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
2879
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2880
|
+
readonly title: v.StringSchema<undefined>;
|
|
2881
|
+
readonly goal: v.StringSchema<undefined>;
|
|
2882
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
2883
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2884
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2885
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2886
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2887
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2888
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2889
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2890
|
+
}, undefined>, undefined>;
|
|
2891
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
2892
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
2893
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
2894
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2895
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2896
|
+
readonly path: v.StringSchema<undefined>;
|
|
2897
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2898
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
2899
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
2900
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
2901
|
+
readonly title: v.StringSchema<undefined>;
|
|
2902
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2903
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2904
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2905
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2906
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
2907
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
2908
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
2909
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2910
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
2911
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
2912
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2913
|
+
}, undefined>, undefined>;
|
|
2914
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
2915
|
+
}, undefined>, undefined>;
|
|
2916
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
2917
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
2918
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
2919
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
2920
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
2921
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
2922
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2923
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
2924
|
+
}, undefined>, undefined>;
|
|
2925
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
2926
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2927
|
+
}, undefined>, undefined>;
|
|
2928
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2929
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2409
2930
|
}, undefined>, v.ObjectSchema<{
|
|
2410
2931
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
2411
2932
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -2465,6 +2986,7 @@ export declare const resolvePublicRunJudgeContract: {
|
|
|
2465
2986
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2466
2987
|
readonly detail: v.StringSchema<undefined>;
|
|
2467
2988
|
}, undefined>, undefined>;
|
|
2989
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
2468
2990
|
}, undefined>;
|
|
2469
2991
|
};
|
|
2470
2992
|
} & {
|
|
@@ -2690,6 +3212,63 @@ export declare const resolvePublicRunInputGateContract: {
|
|
|
2690
3212
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
2691
3213
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
2692
3214
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3215
|
+
}, undefined>, v.ObjectSchema<{
|
|
3216
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
3217
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
3218
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
3219
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3220
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
3221
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3222
|
+
readonly title: v.StringSchema<undefined>;
|
|
3223
|
+
readonly goal: v.StringSchema<undefined>;
|
|
3224
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
3225
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3226
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3227
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3228
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3229
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3230
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3231
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3232
|
+
}, undefined>, undefined>;
|
|
3233
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
3234
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
3235
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
3236
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3237
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3238
|
+
readonly path: v.StringSchema<undefined>;
|
|
3239
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3240
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
3241
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
3242
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
3243
|
+
readonly title: v.StringSchema<undefined>;
|
|
3244
|
+
readonly detail: v.StringSchema<undefined>;
|
|
3245
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3246
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3247
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3248
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
3249
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
3250
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
3251
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3252
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
3253
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
3254
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3255
|
+
}, undefined>, undefined>;
|
|
3256
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
3257
|
+
}, undefined>, undefined>;
|
|
3258
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
3259
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
3260
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
3261
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
3262
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
3263
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
3264
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3265
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
3266
|
+
}, undefined>, undefined>;
|
|
3267
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
3268
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3269
|
+
}, undefined>, undefined>;
|
|
3270
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3271
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2693
3272
|
}, undefined>, v.ObjectSchema<{
|
|
2694
3273
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
2695
3274
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -2749,6 +3328,7 @@ export declare const resolvePublicRunInputGateContract: {
|
|
|
2749
3328
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2750
3329
|
readonly detail: v.StringSchema<undefined>;
|
|
2751
3330
|
}, undefined>, undefined>;
|
|
3331
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
2752
3332
|
}, undefined>;
|
|
2753
3333
|
};
|
|
2754
3334
|
} & {
|
|
@@ -2966,6 +3546,63 @@ export declare const approvePublicRunStepContract: {
|
|
|
2966
3546
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
2967
3547
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
2968
3548
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3549
|
+
}, undefined>, v.ObjectSchema<{
|
|
3550
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
3551
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
3552
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
3553
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3554
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
3555
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3556
|
+
readonly title: v.StringSchema<undefined>;
|
|
3557
|
+
readonly goal: v.StringSchema<undefined>;
|
|
3558
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
3559
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3560
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3561
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3562
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3563
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3564
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3565
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3566
|
+
}, undefined>, undefined>;
|
|
3567
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
3568
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
3569
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
3570
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3571
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3572
|
+
readonly path: v.StringSchema<undefined>;
|
|
3573
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3574
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
3575
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
3576
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
3577
|
+
readonly title: v.StringSchema<undefined>;
|
|
3578
|
+
readonly detail: v.StringSchema<undefined>;
|
|
3579
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3580
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3581
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3582
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
3583
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
3584
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
3585
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3586
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
3587
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
3588
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3589
|
+
}, undefined>, undefined>;
|
|
3590
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
3591
|
+
}, undefined>, undefined>;
|
|
3592
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
3593
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
3594
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
3595
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
3596
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
3597
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
3598
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3599
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
3600
|
+
}, undefined>, undefined>;
|
|
3601
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
3602
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3603
|
+
}, undefined>, undefined>;
|
|
3604
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3605
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2969
3606
|
}, undefined>, v.ObjectSchema<{
|
|
2970
3607
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
2971
3608
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -3025,6 +3662,7 @@ export declare const approvePublicRunStepContract: {
|
|
|
3025
3662
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3026
3663
|
readonly detail: v.StringSchema<undefined>;
|
|
3027
3664
|
}, undefined>, undefined>;
|
|
3665
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
3028
3666
|
}, undefined>;
|
|
3029
3667
|
};
|
|
3030
3668
|
} & {
|
|
@@ -3242,6 +3880,63 @@ export declare const requestPublicRunStepChangesContract: {
|
|
|
3242
3880
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
3243
3881
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
3244
3882
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3883
|
+
}, undefined>, v.ObjectSchema<{
|
|
3884
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
3885
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
3886
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
3887
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3888
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
3889
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3890
|
+
readonly title: v.StringSchema<undefined>;
|
|
3891
|
+
readonly goal: v.StringSchema<undefined>;
|
|
3892
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
3893
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3894
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3895
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3896
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3897
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3898
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3899
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3900
|
+
}, undefined>, undefined>;
|
|
3901
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
3902
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
3903
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
3904
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3905
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3906
|
+
readonly path: v.StringSchema<undefined>;
|
|
3907
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3908
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
3909
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
3910
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
3911
|
+
readonly title: v.StringSchema<undefined>;
|
|
3912
|
+
readonly detail: v.StringSchema<undefined>;
|
|
3913
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3914
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3915
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3916
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
3917
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
3918
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
3919
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3920
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
3921
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
3922
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3923
|
+
}, undefined>, undefined>;
|
|
3924
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
3925
|
+
}, undefined>, undefined>;
|
|
3926
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
3927
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
3928
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
3929
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
3930
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
3931
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
3932
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3933
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
3934
|
+
}, undefined>, undefined>;
|
|
3935
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
3936
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3937
|
+
}, undefined>, undefined>;
|
|
3938
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3939
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3245
3940
|
}, undefined>, v.ObjectSchema<{
|
|
3246
3941
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
3247
3942
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -3301,6 +3996,7 @@ export declare const requestPublicRunStepChangesContract: {
|
|
|
3301
3996
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3302
3997
|
readonly detail: v.StringSchema<undefined>;
|
|
3303
3998
|
}, undefined>, undefined>;
|
|
3999
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
3304
4000
|
}, undefined>;
|
|
3305
4001
|
};
|
|
3306
4002
|
} & {
|
|
@@ -3518,6 +4214,63 @@ export declare const rejectPublicRunStepContract: {
|
|
|
3518
4214
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
3519
4215
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
3520
4216
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4217
|
+
}, undefined>, v.ObjectSchema<{
|
|
4218
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
4219
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
4220
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
4221
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
4222
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
4223
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4224
|
+
readonly title: v.StringSchema<undefined>;
|
|
4225
|
+
readonly goal: v.StringSchema<undefined>;
|
|
4226
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
4227
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4228
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4229
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4230
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4231
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4232
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4233
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4234
|
+
}, undefined>, undefined>;
|
|
4235
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
4236
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
4237
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
4238
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4239
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4240
|
+
readonly path: v.StringSchema<undefined>;
|
|
4241
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4242
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
4243
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
4244
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
4245
|
+
readonly title: v.StringSchema<undefined>;
|
|
4246
|
+
readonly detail: v.StringSchema<undefined>;
|
|
4247
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4248
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4249
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4250
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
4251
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
4252
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
4253
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4254
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
4255
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
4256
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4257
|
+
}, undefined>, undefined>;
|
|
4258
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
4259
|
+
}, undefined>, undefined>;
|
|
4260
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
4261
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
4262
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
4263
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
4264
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
4265
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
4266
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4267
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
4268
|
+
}, undefined>, undefined>;
|
|
4269
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
4270
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4271
|
+
}, undefined>, undefined>;
|
|
4272
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4273
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3521
4274
|
}, undefined>, v.ObjectSchema<{
|
|
3522
4275
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
3523
4276
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -3577,6 +4330,7 @@ export declare const rejectPublicRunStepContract: {
|
|
|
3577
4330
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3578
4331
|
readonly detail: v.StringSchema<undefined>;
|
|
3579
4332
|
}, undefined>, undefined>;
|
|
4333
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
3580
4334
|
}, undefined>;
|
|
3581
4335
|
};
|
|
3582
4336
|
} & {
|
|
@@ -3799,6 +4553,63 @@ export declare const resolvePublicRunStepExceededContract: {
|
|
|
3799
4553
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
3800
4554
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
3801
4555
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4556
|
+
}, undefined>, v.ObjectSchema<{
|
|
4557
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
4558
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
4559
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
4560
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
4561
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
4562
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4563
|
+
readonly title: v.StringSchema<undefined>;
|
|
4564
|
+
readonly goal: v.StringSchema<undefined>;
|
|
4565
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
4566
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4567
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4568
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4569
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4570
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4571
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4572
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4573
|
+
}, undefined>, undefined>;
|
|
4574
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
4575
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
4576
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
4577
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4578
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4579
|
+
readonly path: v.StringSchema<undefined>;
|
|
4580
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4581
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
4582
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
4583
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
4584
|
+
readonly title: v.StringSchema<undefined>;
|
|
4585
|
+
readonly detail: v.StringSchema<undefined>;
|
|
4586
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4587
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4588
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4589
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
4590
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
4591
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
4592
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4593
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
4594
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
4595
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4596
|
+
}, undefined>, undefined>;
|
|
4597
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
4598
|
+
}, undefined>, undefined>;
|
|
4599
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
4600
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
4601
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
4602
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
4603
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
4604
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
4605
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4606
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
4607
|
+
}, undefined>, undefined>;
|
|
4608
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
4609
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4610
|
+
}, undefined>, undefined>;
|
|
4611
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4612
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3802
4613
|
}, undefined>, v.ObjectSchema<{
|
|
3803
4614
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
3804
4615
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -3858,6 +4669,7 @@ export declare const resolvePublicRunStepExceededContract: {
|
|
|
3858
4669
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3859
4670
|
readonly detail: v.StringSchema<undefined>;
|
|
3860
4671
|
}, undefined>, undefined>;
|
|
4672
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
3861
4673
|
}, undefined>;
|
|
3862
4674
|
};
|
|
3863
4675
|
} & {
|
|
@@ -4078,6 +4890,63 @@ export declare const resolvePublicRunAgentDecisionContract: {
|
|
|
4078
4890
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
4079
4891
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
4080
4892
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4893
|
+
}, undefined>, v.ObjectSchema<{
|
|
4894
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
4895
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
4896
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
4897
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
4898
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
4899
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4900
|
+
readonly title: v.StringSchema<undefined>;
|
|
4901
|
+
readonly goal: v.StringSchema<undefined>;
|
|
4902
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
4903
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4904
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4905
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4906
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4907
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4908
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4909
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4910
|
+
}, undefined>, undefined>;
|
|
4911
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
4912
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
4913
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
4914
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4915
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4916
|
+
readonly path: v.StringSchema<undefined>;
|
|
4917
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
4918
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
4919
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
4920
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
4921
|
+
readonly title: v.StringSchema<undefined>;
|
|
4922
|
+
readonly detail: v.StringSchema<undefined>;
|
|
4923
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4924
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4925
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4926
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
4927
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
4928
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
4929
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4930
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
4931
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
4932
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4933
|
+
}, undefined>, undefined>;
|
|
4934
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
4935
|
+
}, undefined>, undefined>;
|
|
4936
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
4937
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
4938
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
4939
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
4940
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
4941
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
4942
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
4943
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
4944
|
+
}, undefined>, undefined>;
|
|
4945
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
4946
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4947
|
+
}, undefined>, undefined>;
|
|
4948
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4949
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4081
4950
|
}, undefined>, v.ObjectSchema<{
|
|
4082
4951
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
4083
4952
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -4137,6 +5006,7 @@ export declare const resolvePublicRunAgentDecisionContract: {
|
|
|
4137
5006
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
4138
5007
|
readonly detail: v.StringSchema<undefined>;
|
|
4139
5008
|
}, undefined>, undefined>;
|
|
5009
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
4140
5010
|
}, undefined>;
|
|
4141
5011
|
};
|
|
4142
5012
|
} & {
|
|
@@ -4354,6 +5224,63 @@ export declare const replyPublicRunClarityFindingContract: {
|
|
|
4354
5224
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
4355
5225
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
4356
5226
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5227
|
+
}, undefined>, v.ObjectSchema<{
|
|
5228
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
5229
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
5230
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
5231
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
5232
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
5233
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5234
|
+
readonly title: v.StringSchema<undefined>;
|
|
5235
|
+
readonly goal: v.StringSchema<undefined>;
|
|
5236
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
5237
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5238
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5239
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5240
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5241
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5242
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5243
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5244
|
+
}, undefined>, undefined>;
|
|
5245
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
5246
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
5247
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
5248
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5249
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5250
|
+
readonly path: v.StringSchema<undefined>;
|
|
5251
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5252
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
5253
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
5254
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
5255
|
+
readonly title: v.StringSchema<undefined>;
|
|
5256
|
+
readonly detail: v.StringSchema<undefined>;
|
|
5257
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5258
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5259
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5260
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
5261
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
5262
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
5263
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5264
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
5265
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
5266
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5267
|
+
}, undefined>, undefined>;
|
|
5268
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
5269
|
+
}, undefined>, undefined>;
|
|
5270
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
5271
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
5272
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
5273
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
5274
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
5275
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
5276
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5277
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
5278
|
+
}, undefined>, undefined>;
|
|
5279
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
5280
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5281
|
+
}, undefined>, undefined>;
|
|
5282
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5283
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4357
5284
|
}, undefined>, v.ObjectSchema<{
|
|
4358
5285
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
4359
5286
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -4413,6 +5340,7 @@ export declare const replyPublicRunClarityFindingContract: {
|
|
|
4413
5340
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
4414
5341
|
readonly detail: v.StringSchema<undefined>;
|
|
4415
5342
|
}, undefined>, undefined>;
|
|
5343
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
4416
5344
|
}, undefined>;
|
|
4417
5345
|
};
|
|
4418
5346
|
} & {
|
|
@@ -4630,6 +5558,63 @@ export declare const setPublicRunClarityFindingStatusContract: {
|
|
|
4630
5558
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
4631
5559
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
4632
5560
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5561
|
+
}, undefined>, v.ObjectSchema<{
|
|
5562
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
5563
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
5564
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
5565
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
5566
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
5567
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5568
|
+
readonly title: v.StringSchema<undefined>;
|
|
5569
|
+
readonly goal: v.StringSchema<undefined>;
|
|
5570
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
5571
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5572
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5573
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5574
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5575
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5576
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5577
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5578
|
+
}, undefined>, undefined>;
|
|
5579
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
5580
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
5581
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
5582
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5583
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5584
|
+
readonly path: v.StringSchema<undefined>;
|
|
5585
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5586
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
5587
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
5588
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
5589
|
+
readonly title: v.StringSchema<undefined>;
|
|
5590
|
+
readonly detail: v.StringSchema<undefined>;
|
|
5591
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5592
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5593
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5594
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
5595
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
5596
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
5597
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5598
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
5599
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
5600
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5601
|
+
}, undefined>, undefined>;
|
|
5602
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
5603
|
+
}, undefined>, undefined>;
|
|
5604
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
5605
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
5606
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
5607
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
5608
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
5609
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
5610
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5611
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
5612
|
+
}, undefined>, undefined>;
|
|
5613
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
5614
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5615
|
+
}, undefined>, undefined>;
|
|
5616
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5617
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4633
5618
|
}, undefined>, v.ObjectSchema<{
|
|
4634
5619
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
4635
5620
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -4689,6 +5674,7 @@ export declare const setPublicRunClarityFindingStatusContract: {
|
|
|
4689
5674
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
4690
5675
|
readonly detail: v.StringSchema<undefined>;
|
|
4691
5676
|
}, undefined>, undefined>;
|
|
5677
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
4692
5678
|
}, undefined>;
|
|
4693
5679
|
};
|
|
4694
5680
|
} & {
|
|
@@ -4904,6 +5890,63 @@ export declare const incorporatePublicRunClarityContract: {
|
|
|
4904
5890
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
4905
5891
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
4906
5892
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5893
|
+
}, undefined>, v.ObjectSchema<{
|
|
5894
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
5895
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
5896
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
5897
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
5898
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
5899
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5900
|
+
readonly title: v.StringSchema<undefined>;
|
|
5901
|
+
readonly goal: v.StringSchema<undefined>;
|
|
5902
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
5903
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5904
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5905
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5906
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5907
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5908
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5909
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5910
|
+
}, undefined>, undefined>;
|
|
5911
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
5912
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
5913
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
5914
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5915
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5916
|
+
readonly path: v.StringSchema<undefined>;
|
|
5917
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5918
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
5919
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
5920
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
5921
|
+
readonly title: v.StringSchema<undefined>;
|
|
5922
|
+
readonly detail: v.StringSchema<undefined>;
|
|
5923
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5924
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5925
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5926
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
5927
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
5928
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
5929
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5930
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
5931
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
5932
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5933
|
+
}, undefined>, undefined>;
|
|
5934
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
5935
|
+
}, undefined>, undefined>;
|
|
5936
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
5937
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
5938
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
5939
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
5940
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
5941
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
5942
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
5943
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
5944
|
+
}, undefined>, undefined>;
|
|
5945
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
5946
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5947
|
+
}, undefined>, undefined>;
|
|
5948
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5949
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
4907
5950
|
}, undefined>, v.ObjectSchema<{
|
|
4908
5951
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
4909
5952
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -4963,6 +6006,7 @@ export declare const incorporatePublicRunClarityContract: {
|
|
|
4963
6006
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
4964
6007
|
readonly detail: v.StringSchema<undefined>;
|
|
4965
6008
|
}, undefined>, undefined>;
|
|
6009
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
4966
6010
|
}, undefined>;
|
|
4967
6011
|
};
|
|
4968
6012
|
} & {
|
|
@@ -5176,6 +6220,63 @@ export declare const reReviewPublicRunClarityContract: {
|
|
|
5176
6220
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
5177
6221
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
5178
6222
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6223
|
+
}, undefined>, v.ObjectSchema<{
|
|
6224
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
6225
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
6226
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
6227
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
6228
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
6229
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6230
|
+
readonly title: v.StringSchema<undefined>;
|
|
6231
|
+
readonly goal: v.StringSchema<undefined>;
|
|
6232
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
6233
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6234
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6235
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6236
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6237
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6238
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6239
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6240
|
+
}, undefined>, undefined>;
|
|
6241
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
6242
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
6243
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
6244
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6245
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6246
|
+
readonly path: v.StringSchema<undefined>;
|
|
6247
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6248
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
6249
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
6250
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
6251
|
+
readonly title: v.StringSchema<undefined>;
|
|
6252
|
+
readonly detail: v.StringSchema<undefined>;
|
|
6253
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6254
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6255
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6256
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
6257
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
6258
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
6259
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6260
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
6261
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
6262
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6263
|
+
}, undefined>, undefined>;
|
|
6264
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
6265
|
+
}, undefined>, undefined>;
|
|
6266
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
6267
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
6268
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
6269
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
6270
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
6271
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
6272
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6273
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
6274
|
+
}, undefined>, undefined>;
|
|
6275
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
6276
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6277
|
+
}, undefined>, undefined>;
|
|
6278
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6279
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5179
6280
|
}, undefined>, v.ObjectSchema<{
|
|
5180
6281
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
5181
6282
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -5235,6 +6336,7 @@ export declare const reReviewPublicRunClarityContract: {
|
|
|
5235
6336
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
5236
6337
|
readonly detail: v.StringSchema<undefined>;
|
|
5237
6338
|
}, undefined>, undefined>;
|
|
6339
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
5238
6340
|
}, undefined>;
|
|
5239
6341
|
};
|
|
5240
6342
|
} & {
|
|
@@ -5449,15 +6551,72 @@ export declare const proceedPublicRunClarityContract: {
|
|
|
5449
6551
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
5450
6552
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
5451
6553
|
}, undefined>, v.ObjectSchema<{
|
|
5452
|
-
readonly kind: v.LiteralSchema<"
|
|
5453
|
-
readonly
|
|
5454
|
-
readonly
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
readonly
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
6554
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
6555
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
6556
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
6557
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
6558
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
6559
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6560
|
+
readonly title: v.StringSchema<undefined>;
|
|
6561
|
+
readonly goal: v.StringSchema<undefined>;
|
|
6562
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
6563
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6564
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6565
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6566
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6567
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6568
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6569
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6570
|
+
}, undefined>, undefined>;
|
|
6571
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
6572
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
6573
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
6574
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6575
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6576
|
+
readonly path: v.StringSchema<undefined>;
|
|
6577
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6578
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
6579
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
6580
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
6581
|
+
readonly title: v.StringSchema<undefined>;
|
|
6582
|
+
readonly detail: v.StringSchema<undefined>;
|
|
6583
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6584
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6585
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6586
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
6587
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
6588
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
6589
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6590
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
6591
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
6592
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6593
|
+
}, undefined>, undefined>;
|
|
6594
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
6595
|
+
}, undefined>, undefined>;
|
|
6596
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
6597
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
6598
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
6599
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
6600
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
6601
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
6602
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6603
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
6604
|
+
}, undefined>, undefined>;
|
|
6605
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
6606
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6607
|
+
}, undefined>, undefined>;
|
|
6608
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6609
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6610
|
+
}, undefined>, v.ObjectSchema<{
|
|
6611
|
+
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
6612
|
+
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
6613
|
+
readonly environment: v.NullableSchema<v.ObjectSchema<{
|
|
6614
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6615
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
6616
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6617
|
+
}, undefined>, undefined>;
|
|
6618
|
+
readonly degradedReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6619
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
5461
6620
|
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
5462
6621
|
}, undefined>, v.ObjectSchema<{
|
|
5463
6622
|
readonly kind: v.LiteralSchema<"visual-confirmation", undefined>;
|
|
@@ -5507,6 +6666,7 @@ export declare const proceedPublicRunClarityContract: {
|
|
|
5507
6666
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
5508
6667
|
readonly detail: v.StringSchema<undefined>;
|
|
5509
6668
|
}, undefined>, undefined>;
|
|
6669
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
5510
6670
|
}, undefined>;
|
|
5511
6671
|
};
|
|
5512
6672
|
} & {
|
|
@@ -5722,6 +6882,63 @@ export declare const resolvePublicRunClarityExceededContract: {
|
|
|
5722
6882
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
5723
6883
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
5724
6884
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6885
|
+
}, undefined>, v.ObjectSchema<{
|
|
6886
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
6887
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
6888
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
6889
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
6890
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
6891
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6892
|
+
readonly title: v.StringSchema<undefined>;
|
|
6893
|
+
readonly goal: v.StringSchema<undefined>;
|
|
6894
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
6895
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6896
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6897
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6898
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6899
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6900
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6901
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6902
|
+
}, undefined>, undefined>;
|
|
6903
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
6904
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
6905
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
6906
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6907
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6908
|
+
readonly path: v.StringSchema<undefined>;
|
|
6909
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
6910
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
6911
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
6912
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
6913
|
+
readonly title: v.StringSchema<undefined>;
|
|
6914
|
+
readonly detail: v.StringSchema<undefined>;
|
|
6915
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6916
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6917
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6918
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
6919
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
6920
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
6921
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6922
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
6923
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
6924
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6925
|
+
}, undefined>, undefined>;
|
|
6926
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
6927
|
+
}, undefined>, undefined>;
|
|
6928
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
6929
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
6930
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
6931
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
6932
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
6933
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
6934
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
6935
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
6936
|
+
}, undefined>, undefined>;
|
|
6937
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
6938
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6939
|
+
}, undefined>, undefined>;
|
|
6940
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6941
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5725
6942
|
}, undefined>, v.ObjectSchema<{
|
|
5726
6943
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
5727
6944
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -5781,6 +6998,7 @@ export declare const resolvePublicRunClarityExceededContract: {
|
|
|
5781
6998
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
5782
6999
|
readonly detail: v.StringSchema<undefined>;
|
|
5783
7000
|
}, undefined>, undefined>;
|
|
7001
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
5784
7002
|
}, undefined>;
|
|
5785
7003
|
};
|
|
5786
7004
|
} & {
|
|
@@ -6000,6 +7218,63 @@ export declare const replyPublicRunBrainstormOptionContract: {
|
|
|
6000
7218
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
6001
7219
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
6002
7220
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7221
|
+
}, undefined>, v.ObjectSchema<{
|
|
7222
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
7223
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
7224
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
7225
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
7226
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
7227
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7228
|
+
readonly title: v.StringSchema<undefined>;
|
|
7229
|
+
readonly goal: v.StringSchema<undefined>;
|
|
7230
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
7231
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7232
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7233
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7234
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7235
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7236
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7237
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7238
|
+
}, undefined>, undefined>;
|
|
7239
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
7240
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
7241
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
7242
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7243
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7244
|
+
readonly path: v.StringSchema<undefined>;
|
|
7245
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7246
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
7247
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
7248
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
7249
|
+
readonly title: v.StringSchema<undefined>;
|
|
7250
|
+
readonly detail: v.StringSchema<undefined>;
|
|
7251
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7252
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7253
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7254
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
7255
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
7256
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
7257
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7258
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
7259
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
7260
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7261
|
+
}, undefined>, undefined>;
|
|
7262
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
7263
|
+
}, undefined>, undefined>;
|
|
7264
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
7265
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
7266
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
7267
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
7268
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
7269
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
7270
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7271
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
7272
|
+
}, undefined>, undefined>;
|
|
7273
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
7274
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7275
|
+
}, undefined>, undefined>;
|
|
7276
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7277
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6003
7278
|
}, undefined>, v.ObjectSchema<{
|
|
6004
7279
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
6005
7280
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -6059,6 +7334,7 @@ export declare const replyPublicRunBrainstormOptionContract: {
|
|
|
6059
7334
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
6060
7335
|
readonly detail: v.StringSchema<undefined>;
|
|
6061
7336
|
}, undefined>, undefined>;
|
|
7337
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
6062
7338
|
}, undefined>;
|
|
6063
7339
|
};
|
|
6064
7340
|
} & {
|
|
@@ -6278,6 +7554,63 @@ export declare const setPublicRunBrainstormOptionStatusContract: {
|
|
|
6278
7554
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
6279
7555
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
6280
7556
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7557
|
+
}, undefined>, v.ObjectSchema<{
|
|
7558
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
7559
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
7560
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
7561
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
7562
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
7563
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7564
|
+
readonly title: v.StringSchema<undefined>;
|
|
7565
|
+
readonly goal: v.StringSchema<undefined>;
|
|
7566
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
7567
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7568
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7569
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7570
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7571
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7572
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7573
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7574
|
+
}, undefined>, undefined>;
|
|
7575
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
7576
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
7577
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
7578
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7579
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7580
|
+
readonly path: v.StringSchema<undefined>;
|
|
7581
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7582
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
7583
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
7584
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
7585
|
+
readonly title: v.StringSchema<undefined>;
|
|
7586
|
+
readonly detail: v.StringSchema<undefined>;
|
|
7587
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7588
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7589
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7590
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
7591
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
7592
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
7593
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7594
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
7595
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
7596
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7597
|
+
}, undefined>, undefined>;
|
|
7598
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
7599
|
+
}, undefined>, undefined>;
|
|
7600
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
7601
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
7602
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
7603
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
7604
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
7605
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
7606
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7607
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
7608
|
+
}, undefined>, undefined>;
|
|
7609
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
7610
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7611
|
+
}, undefined>, undefined>;
|
|
7612
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7613
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6281
7614
|
}, undefined>, v.ObjectSchema<{
|
|
6282
7615
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
6283
7616
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -6337,6 +7670,7 @@ export declare const setPublicRunBrainstormOptionStatusContract: {
|
|
|
6337
7670
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
6338
7671
|
readonly detail: v.StringSchema<undefined>;
|
|
6339
7672
|
}, undefined>, undefined>;
|
|
7673
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
6340
7674
|
}, undefined>;
|
|
6341
7675
|
};
|
|
6342
7676
|
} & {
|
|
@@ -6554,6 +7888,63 @@ export declare const incorporatePublicRunBrainstormContract: {
|
|
|
6554
7888
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
6555
7889
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
6556
7890
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7891
|
+
}, undefined>, v.ObjectSchema<{
|
|
7892
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
7893
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
7894
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
7895
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
7896
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
7897
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7898
|
+
readonly title: v.StringSchema<undefined>;
|
|
7899
|
+
readonly goal: v.StringSchema<undefined>;
|
|
7900
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
7901
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7902
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7903
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7904
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7905
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7906
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7907
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7908
|
+
}, undefined>, undefined>;
|
|
7909
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
7910
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
7911
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
7912
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7913
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7914
|
+
readonly path: v.StringSchema<undefined>;
|
|
7915
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7916
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
7917
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
7918
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
7919
|
+
readonly title: v.StringSchema<undefined>;
|
|
7920
|
+
readonly detail: v.StringSchema<undefined>;
|
|
7921
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7922
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7923
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7924
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
7925
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
7926
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
7927
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7928
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
7929
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
7930
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7931
|
+
}, undefined>, undefined>;
|
|
7932
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
7933
|
+
}, undefined>, undefined>;
|
|
7934
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
7935
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
7936
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
7937
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
7938
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
7939
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
7940
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
7941
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
7942
|
+
}, undefined>, undefined>;
|
|
7943
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
7944
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7945
|
+
}, undefined>, undefined>;
|
|
7946
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7947
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6557
7948
|
}, undefined>, v.ObjectSchema<{
|
|
6558
7949
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
6559
7950
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -6613,6 +8004,7 @@ export declare const incorporatePublicRunBrainstormContract: {
|
|
|
6613
8004
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
6614
8005
|
readonly detail: v.StringSchema<undefined>;
|
|
6615
8006
|
}, undefined>, undefined>;
|
|
8007
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
6616
8008
|
}, undefined>;
|
|
6617
8009
|
};
|
|
6618
8010
|
} & {
|
|
@@ -6828,6 +8220,63 @@ export declare const reReviewPublicRunBrainstormContract: {
|
|
|
6828
8220
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
6829
8221
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
6830
8222
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8223
|
+
}, undefined>, v.ObjectSchema<{
|
|
8224
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
8225
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
8226
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
8227
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
8228
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
8229
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8230
|
+
readonly title: v.StringSchema<undefined>;
|
|
8231
|
+
readonly goal: v.StringSchema<undefined>;
|
|
8232
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
8233
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8234
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8235
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8236
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8237
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8238
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8239
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8240
|
+
}, undefined>, undefined>;
|
|
8241
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
8242
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
8243
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
8244
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8245
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8246
|
+
readonly path: v.StringSchema<undefined>;
|
|
8247
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8248
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
8249
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
8250
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
8251
|
+
readonly title: v.StringSchema<undefined>;
|
|
8252
|
+
readonly detail: v.StringSchema<undefined>;
|
|
8253
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8254
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8255
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8256
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
8257
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
8258
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
8259
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8260
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
8261
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
8262
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8263
|
+
}, undefined>, undefined>;
|
|
8264
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
8265
|
+
}, undefined>, undefined>;
|
|
8266
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
8267
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
8268
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
8269
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
8270
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
8271
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
8272
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8273
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
8274
|
+
}, undefined>, undefined>;
|
|
8275
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
8276
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8277
|
+
}, undefined>, undefined>;
|
|
8278
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8279
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6831
8280
|
}, undefined>, v.ObjectSchema<{
|
|
6832
8281
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
6833
8282
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -6887,6 +8336,7 @@ export declare const reReviewPublicRunBrainstormContract: {
|
|
|
6887
8336
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
6888
8337
|
readonly detail: v.StringSchema<undefined>;
|
|
6889
8338
|
}, undefined>, undefined>;
|
|
8339
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
6890
8340
|
}, undefined>;
|
|
6891
8341
|
};
|
|
6892
8342
|
} & {
|
|
@@ -7102,6 +8552,63 @@ export declare const proceedPublicRunBrainstormContract: {
|
|
|
7102
8552
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
7103
8553
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
7104
8554
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8555
|
+
}, undefined>, v.ObjectSchema<{
|
|
8556
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
8557
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
8558
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
8559
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
8560
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
8561
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8562
|
+
readonly title: v.StringSchema<undefined>;
|
|
8563
|
+
readonly goal: v.StringSchema<undefined>;
|
|
8564
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
8565
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8566
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8567
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8568
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8569
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8570
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8571
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8572
|
+
}, undefined>, undefined>;
|
|
8573
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
8574
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
8575
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
8576
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8577
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8578
|
+
readonly path: v.StringSchema<undefined>;
|
|
8579
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8580
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
8581
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
8582
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
8583
|
+
readonly title: v.StringSchema<undefined>;
|
|
8584
|
+
readonly detail: v.StringSchema<undefined>;
|
|
8585
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8586
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8587
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8588
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
8589
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
8590
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
8591
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8592
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
8593
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
8594
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8595
|
+
}, undefined>, undefined>;
|
|
8596
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
8597
|
+
}, undefined>, undefined>;
|
|
8598
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
8599
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
8600
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
8601
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
8602
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
8603
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
8604
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8605
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
8606
|
+
}, undefined>, undefined>;
|
|
8607
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
8608
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8609
|
+
}, undefined>, undefined>;
|
|
8610
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8611
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7105
8612
|
}, undefined>, v.ObjectSchema<{
|
|
7106
8613
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
7107
8614
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -7161,6 +8668,7 @@ export declare const proceedPublicRunBrainstormContract: {
|
|
|
7161
8668
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
7162
8669
|
readonly detail: v.StringSchema<undefined>;
|
|
7163
8670
|
}, undefined>, undefined>;
|
|
8671
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
7164
8672
|
}, undefined>;
|
|
7165
8673
|
};
|
|
7166
8674
|
} & {
|
|
@@ -7378,6 +8886,63 @@ export declare const resolvePublicRunBrainstormExceededContract: {
|
|
|
7378
8886
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
7379
8887
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
7380
8888
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8889
|
+
}, undefined>, v.ObjectSchema<{
|
|
8890
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
8891
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
8892
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
8893
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
8894
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
8895
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8896
|
+
readonly title: v.StringSchema<undefined>;
|
|
8897
|
+
readonly goal: v.StringSchema<undefined>;
|
|
8898
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
8899
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8900
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8901
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8902
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8903
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8904
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8905
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8906
|
+
}, undefined>, undefined>;
|
|
8907
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
8908
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
8909
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
8910
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8911
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8912
|
+
readonly path: v.StringSchema<undefined>;
|
|
8913
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
8914
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
8915
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
8916
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
8917
|
+
readonly title: v.StringSchema<undefined>;
|
|
8918
|
+
readonly detail: v.StringSchema<undefined>;
|
|
8919
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8920
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8921
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8922
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
8923
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
8924
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
8925
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8926
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
8927
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
8928
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8929
|
+
}, undefined>, undefined>;
|
|
8930
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
8931
|
+
}, undefined>, undefined>;
|
|
8932
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
8933
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
8934
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
8935
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
8936
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
8937
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
8938
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
8939
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
8940
|
+
}, undefined>, undefined>;
|
|
8941
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
8942
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8943
|
+
}, undefined>, undefined>;
|
|
8944
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8945
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7381
8946
|
}, undefined>, v.ObjectSchema<{
|
|
7382
8947
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
7383
8948
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -7437,6 +9002,7 @@ export declare const resolvePublicRunBrainstormExceededContract: {
|
|
|
7437
9002
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
7438
9003
|
readonly detail: v.StringSchema<undefined>;
|
|
7439
9004
|
}, undefined>, undefined>;
|
|
9005
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
7440
9006
|
}, undefined>;
|
|
7441
9007
|
};
|
|
7442
9008
|
} & {
|
|
@@ -7658,6 +9224,63 @@ export declare const resolvePublicRunPrReviewContract: {
|
|
|
7658
9224
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
7659
9225
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
7660
9226
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9227
|
+
}, undefined>, v.ObjectSchema<{
|
|
9228
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
9229
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
9230
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
9231
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
9232
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
9233
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9234
|
+
readonly title: v.StringSchema<undefined>;
|
|
9235
|
+
readonly goal: v.StringSchema<undefined>;
|
|
9236
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
9237
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9238
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9239
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9240
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9241
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9242
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9243
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9244
|
+
}, undefined>, undefined>;
|
|
9245
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
9246
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
9247
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
9248
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9249
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9250
|
+
readonly path: v.StringSchema<undefined>;
|
|
9251
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9252
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
9253
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
9254
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
9255
|
+
readonly title: v.StringSchema<undefined>;
|
|
9256
|
+
readonly detail: v.StringSchema<undefined>;
|
|
9257
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9258
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9259
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9260
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
9261
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
9262
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
9263
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9264
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
9265
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
9266
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9267
|
+
}, undefined>, undefined>;
|
|
9268
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
9269
|
+
}, undefined>, undefined>;
|
|
9270
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
9271
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
9272
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
9273
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
9274
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
9275
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
9276
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9277
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
9278
|
+
}, undefined>, undefined>;
|
|
9279
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
9280
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9281
|
+
}, undefined>, undefined>;
|
|
9282
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9283
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7661
9284
|
}, undefined>, v.ObjectSchema<{
|
|
7662
9285
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
7663
9286
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -7717,6 +9340,7 @@ export declare const resolvePublicRunPrReviewContract: {
|
|
|
7717
9340
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
7718
9341
|
readonly detail: v.StringSchema<undefined>;
|
|
7719
9342
|
}, undefined>, undefined>;
|
|
9343
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
7720
9344
|
}, undefined>;
|
|
7721
9345
|
};
|
|
7722
9346
|
} & {
|
|
@@ -7944,6 +9568,63 @@ export declare const resumePublicRunPrReviewContract: {
|
|
|
7944
9568
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
7945
9569
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
7946
9570
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9571
|
+
}, undefined>, v.ObjectSchema<{
|
|
9572
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
9573
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
9574
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
9575
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
9576
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
9577
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9578
|
+
readonly title: v.StringSchema<undefined>;
|
|
9579
|
+
readonly goal: v.StringSchema<undefined>;
|
|
9580
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
9581
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9582
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9583
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9584
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9585
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9586
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9587
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9588
|
+
}, undefined>, undefined>;
|
|
9589
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
9590
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
9591
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
9592
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9593
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9594
|
+
readonly path: v.StringSchema<undefined>;
|
|
9595
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9596
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
9597
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
9598
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
9599
|
+
readonly title: v.StringSchema<undefined>;
|
|
9600
|
+
readonly detail: v.StringSchema<undefined>;
|
|
9601
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9602
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9603
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9604
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
9605
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
9606
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
9607
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9608
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
9609
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
9610
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9611
|
+
}, undefined>, undefined>;
|
|
9612
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
9613
|
+
}, undefined>, undefined>;
|
|
9614
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
9615
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
9616
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
9617
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
9618
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
9619
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
9620
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9621
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
9622
|
+
}, undefined>, undefined>;
|
|
9623
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
9624
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9625
|
+
}, undefined>, undefined>;
|
|
9626
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9627
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
7947
9628
|
}, undefined>, v.ObjectSchema<{
|
|
7948
9629
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
7949
9630
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -8003,6 +9684,7 @@ export declare const resumePublicRunPrReviewContract: {
|
|
|
8003
9684
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
8004
9685
|
readonly detail: v.StringSchema<undefined>;
|
|
8005
9686
|
}, undefined>, undefined>;
|
|
9687
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
8006
9688
|
}, undefined>;
|
|
8007
9689
|
};
|
|
8008
9690
|
} & {
|
|
@@ -8218,6 +9900,63 @@ export declare const dismissPublicRunPrReviewFindingContract: {
|
|
|
8218
9900
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
8219
9901
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
8220
9902
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9903
|
+
}, undefined>, v.ObjectSchema<{
|
|
9904
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
9905
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
9906
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
9907
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
9908
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
9909
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9910
|
+
readonly title: v.StringSchema<undefined>;
|
|
9911
|
+
readonly goal: v.StringSchema<undefined>;
|
|
9912
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
9913
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9914
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9915
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9916
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9917
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9918
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9919
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9920
|
+
}, undefined>, undefined>;
|
|
9921
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
9922
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
9923
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
9924
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9925
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9926
|
+
readonly path: v.StringSchema<undefined>;
|
|
9927
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
9928
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
9929
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
9930
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
9931
|
+
readonly title: v.StringSchema<undefined>;
|
|
9932
|
+
readonly detail: v.StringSchema<undefined>;
|
|
9933
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9934
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9935
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9936
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
9937
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
9938
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
9939
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9940
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
9941
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
9942
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9943
|
+
}, undefined>, undefined>;
|
|
9944
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
9945
|
+
}, undefined>, undefined>;
|
|
9946
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
9947
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
9948
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
9949
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
9950
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
9951
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
9952
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
9953
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
9954
|
+
}, undefined>, undefined>;
|
|
9955
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
9956
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9957
|
+
}, undefined>, undefined>;
|
|
9958
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9959
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8221
9960
|
}, undefined>, v.ObjectSchema<{
|
|
8222
9961
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
8223
9962
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -8277,6 +10016,7 @@ export declare const dismissPublicRunPrReviewFindingContract: {
|
|
|
8277
10016
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
8278
10017
|
readonly detail: v.StringSchema<undefined>;
|
|
8279
10018
|
}, undefined>, undefined>;
|
|
10019
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
8280
10020
|
}, undefined>;
|
|
8281
10021
|
};
|
|
8282
10022
|
} & {
|
|
@@ -8494,6 +10234,63 @@ export declare const challengePublicRunPrReviewFindingContract: {
|
|
|
8494
10234
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
8495
10235
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
8496
10236
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10237
|
+
}, undefined>, v.ObjectSchema<{
|
|
10238
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
10239
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
10240
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
10241
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
10242
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
10243
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10244
|
+
readonly title: v.StringSchema<undefined>;
|
|
10245
|
+
readonly goal: v.StringSchema<undefined>;
|
|
10246
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
10247
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10248
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10249
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10250
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10251
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10252
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10253
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10254
|
+
}, undefined>, undefined>;
|
|
10255
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
10256
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
10257
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
10258
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10259
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10260
|
+
readonly path: v.StringSchema<undefined>;
|
|
10261
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10262
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
10263
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
10264
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
10265
|
+
readonly title: v.StringSchema<undefined>;
|
|
10266
|
+
readonly detail: v.StringSchema<undefined>;
|
|
10267
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10268
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10269
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10270
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
10271
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
10272
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
10273
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10274
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
10275
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
10276
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10277
|
+
}, undefined>, undefined>;
|
|
10278
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
10279
|
+
}, undefined>, undefined>;
|
|
10280
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
10281
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
10282
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
10283
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
10284
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
10285
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
10286
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10287
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
10288
|
+
}, undefined>, undefined>;
|
|
10289
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
10290
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10291
|
+
}, undefined>, undefined>;
|
|
10292
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10293
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8497
10294
|
}, undefined>, v.ObjectSchema<{
|
|
8498
10295
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
8499
10296
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -8553,6 +10350,7 @@ export declare const challengePublicRunPrReviewFindingContract: {
|
|
|
8553
10350
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
8554
10351
|
readonly detail: v.StringSchema<undefined>;
|
|
8555
10352
|
}, undefined>, undefined>;
|
|
10353
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
8556
10354
|
}, undefined>;
|
|
8557
10355
|
};
|
|
8558
10356
|
} & {
|
|
@@ -8560,8 +10358,20 @@ export declare const challengePublicRunPrReviewFindingContract: {
|
|
|
8560
10358
|
} & {
|
|
8561
10359
|
readonly personalUnlock: true;
|
|
8562
10360
|
};
|
|
8563
|
-
/**
|
|
8564
|
-
|
|
10361
|
+
/**
|
|
10362
|
+
* Mark findings to be addressed. Each one spawns its OWN bug-fix task, linked back to the
|
|
10363
|
+
* expedition, and STARTS its run, which is why this is `decide` rather than `write` and why it
|
|
10364
|
+
* runs under the expedition's own initiator.
|
|
10365
|
+
*
|
|
10366
|
+
* Deliberately accepted while the expedition is still fishing later angles, not only once it
|
|
10367
|
+
* parks: a completed angle's findings are actionable the moment they land, and making a caller
|
|
10368
|
+
* wait for the last angle is exactly the delay running the angles as separate passes removes.
|
|
10369
|
+
*
|
|
10370
|
+
* An unknown id, or one whose finding already has a live spawn claim, is refused rather than
|
|
10371
|
+
* silently skipped: a marking that reports success for a finding it did not act on would have the
|
|
10372
|
+
* caller believe a fix task exists.
|
|
10373
|
+
*/
|
|
10374
|
+
export declare const addressPublicRunBugFishingFindingsContract: {
|
|
8565
10375
|
readonly method: "post";
|
|
8566
10376
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
8567
10377
|
runId: v.StringSchema<undefined>;
|
|
@@ -8569,7 +10379,10 @@ export declare const confirmPublicRunHumanTestContract: {
|
|
|
8569
10379
|
readonly pathResolver: ({ runId }: {
|
|
8570
10380
|
runId: string;
|
|
8571
10381
|
}) => string;
|
|
8572
|
-
readonly requestBodySchema:
|
|
10382
|
+
readonly requestBodySchema: v.ObjectSchema<{
|
|
10383
|
+
readonly findingIds: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
10384
|
+
readonly pipelineId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
10385
|
+
}, undefined>;
|
|
8573
10386
|
readonly responsesByStatusCode: {
|
|
8574
10387
|
readonly '4xx': v.ObjectSchema<{
|
|
8575
10388
|
readonly error: v.ObjectSchema<{
|
|
@@ -8766,6 +10579,63 @@ export declare const confirmPublicRunHumanTestContract: {
|
|
|
8766
10579
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
8767
10580
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
8768
10581
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10582
|
+
}, undefined>, v.ObjectSchema<{
|
|
10583
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
10584
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
10585
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
10586
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
10587
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
10588
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10589
|
+
readonly title: v.StringSchema<undefined>;
|
|
10590
|
+
readonly goal: v.StringSchema<undefined>;
|
|
10591
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
10592
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10593
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10594
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10595
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10596
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10597
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10598
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10599
|
+
}, undefined>, undefined>;
|
|
10600
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
10601
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
10602
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
10603
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10604
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10605
|
+
readonly path: v.StringSchema<undefined>;
|
|
10606
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10607
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
10608
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
10609
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
10610
|
+
readonly title: v.StringSchema<undefined>;
|
|
10611
|
+
readonly detail: v.StringSchema<undefined>;
|
|
10612
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10613
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10614
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10615
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
10616
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
10617
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
10618
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10619
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
10620
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
10621
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10622
|
+
}, undefined>, undefined>;
|
|
10623
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
10624
|
+
}, undefined>, undefined>;
|
|
10625
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
10626
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
10627
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
10628
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
10629
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
10630
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
10631
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10632
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
10633
|
+
}, undefined>, undefined>;
|
|
10634
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
10635
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10636
|
+
}, undefined>, undefined>;
|
|
10637
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10638
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
8769
10639
|
}, undefined>, v.ObjectSchema<{
|
|
8770
10640
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
8771
10641
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -8825,6 +10695,7 @@ export declare const confirmPublicRunHumanTestContract: {
|
|
|
8825
10695
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
8826
10696
|
readonly detail: v.StringSchema<undefined>;
|
|
8827
10697
|
}, undefined>, undefined>;
|
|
10698
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
8828
10699
|
}, undefined>;
|
|
8829
10700
|
};
|
|
8830
10701
|
} & {
|
|
@@ -8832,18 +10703,21 @@ export declare const confirmPublicRunHumanTestContract: {
|
|
|
8832
10703
|
} & {
|
|
8833
10704
|
readonly personalUnlock: true;
|
|
8834
10705
|
};
|
|
8835
|
-
/**
|
|
8836
|
-
|
|
10706
|
+
/**
|
|
10707
|
+
* Dismiss one finding: it stays on the expedition's record, struck through, and is not markable.
|
|
10708
|
+
* Curation rather than a resolution, so the run stays exactly where it is.
|
|
10709
|
+
*/
|
|
10710
|
+
export declare const dismissPublicRunBugFishingFindingContract: {
|
|
8837
10711
|
readonly method: "post";
|
|
8838
10712
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
8839
|
-
runId: v.StringSchema<undefined>;
|
|
10713
|
+
readonly runId: v.StringSchema<undefined>;
|
|
10714
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
8840
10715
|
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
8841
|
-
readonly pathResolver: ({ runId }: {
|
|
10716
|
+
readonly pathResolver: ({ runId, findingId }: {
|
|
8842
10717
|
runId: string;
|
|
10718
|
+
findingId: string;
|
|
8843
10719
|
}) => string;
|
|
8844
|
-
readonly requestBodySchema:
|
|
8845
|
-
readonly findings: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 10000, undefined>]>;
|
|
8846
|
-
}, undefined>;
|
|
10720
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
8847
10721
|
readonly responsesByStatusCode: {
|
|
8848
10722
|
readonly '4xx': v.ObjectSchema<{
|
|
8849
10723
|
readonly error: v.ObjectSchema<{
|
|
@@ -9040,6 +10914,63 @@ export declare const requestPublicRunHumanTestFixContract: {
|
|
|
9040
10914
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
9041
10915
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
9042
10916
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10917
|
+
}, undefined>, v.ObjectSchema<{
|
|
10918
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
10919
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
10920
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
10921
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
10922
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
10923
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10924
|
+
readonly title: v.StringSchema<undefined>;
|
|
10925
|
+
readonly goal: v.StringSchema<undefined>;
|
|
10926
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
10927
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10928
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10929
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10930
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10931
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10932
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10933
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10934
|
+
}, undefined>, undefined>;
|
|
10935
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
10936
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
10937
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
10938
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10939
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10940
|
+
readonly path: v.StringSchema<undefined>;
|
|
10941
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
10942
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
10943
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
10944
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
10945
|
+
readonly title: v.StringSchema<undefined>;
|
|
10946
|
+
readonly detail: v.StringSchema<undefined>;
|
|
10947
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10948
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10949
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10950
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
10951
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
10952
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
10953
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10954
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
10955
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
10956
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10957
|
+
}, undefined>, undefined>;
|
|
10958
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
10959
|
+
}, undefined>, undefined>;
|
|
10960
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
10961
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
10962
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
10963
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
10964
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
10965
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
10966
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
10967
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
10968
|
+
}, undefined>, undefined>;
|
|
10969
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
10970
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10971
|
+
}, undefined>, undefined>;
|
|
10972
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10973
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9043
10974
|
}, undefined>, v.ObjectSchema<{
|
|
9044
10975
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
9045
10976
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -9099,6 +11030,7 @@ export declare const requestPublicRunHumanTestFixContract: {
|
|
|
9099
11030
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
9100
11031
|
readonly detail: v.StringSchema<undefined>;
|
|
9101
11032
|
}, undefined>, undefined>;
|
|
11033
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
9102
11034
|
}, undefined>;
|
|
9103
11035
|
};
|
|
9104
11036
|
} & {
|
|
@@ -9106,8 +11038,14 @@ export declare const requestPublicRunHumanTestFixContract: {
|
|
|
9106
11038
|
} & {
|
|
9107
11039
|
readonly personalUnlock: true;
|
|
9108
11040
|
};
|
|
9109
|
-
/**
|
|
9110
|
-
|
|
11041
|
+
/**
|
|
11042
|
+
* Finish the expedition: the caller is done triaging and the run advances past the step.
|
|
11043
|
+
*
|
|
11044
|
+
* Takes no body because every marking already happened through its own request, so there is no
|
|
11045
|
+
* curated selection left to carry. It is also the one verb here that is irreversible in the way
|
|
11046
|
+
* that matters: anything still unmarked when this lands stays unacted on, on the record.
|
|
11047
|
+
*/
|
|
11048
|
+
export declare const resolvePublicRunBugFishingContract: {
|
|
9111
11049
|
readonly method: "post";
|
|
9112
11050
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
9113
11051
|
runId: v.StringSchema<undefined>;
|
|
@@ -9312,6 +11250,63 @@ export declare const approvePublicRunVisualConfirmContract: {
|
|
|
9312
11250
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
9313
11251
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
9314
11252
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11253
|
+
}, undefined>, v.ObjectSchema<{
|
|
11254
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
11255
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
11256
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
11257
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11258
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
11259
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11260
|
+
readonly title: v.StringSchema<undefined>;
|
|
11261
|
+
readonly goal: v.StringSchema<undefined>;
|
|
11262
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
11263
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11264
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11265
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11266
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11267
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11268
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11269
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11270
|
+
}, undefined>, undefined>;
|
|
11271
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
11272
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
11273
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
11274
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11275
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11276
|
+
readonly path: v.StringSchema<undefined>;
|
|
11277
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11278
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
11279
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
11280
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
11281
|
+
readonly title: v.StringSchema<undefined>;
|
|
11282
|
+
readonly detail: v.StringSchema<undefined>;
|
|
11283
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11284
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11285
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11286
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
11287
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
11288
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
11289
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11290
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
11291
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
11292
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11293
|
+
}, undefined>, undefined>;
|
|
11294
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
11295
|
+
}, undefined>, undefined>;
|
|
11296
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
11297
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
11298
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
11299
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
11300
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
11301
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
11302
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11303
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
11304
|
+
}, undefined>, undefined>;
|
|
11305
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
11306
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11307
|
+
}, undefined>, undefined>;
|
|
11308
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11309
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9315
11310
|
}, undefined>, v.ObjectSchema<{
|
|
9316
11311
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
9317
11312
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -9371,6 +11366,7 @@ export declare const approvePublicRunVisualConfirmContract: {
|
|
|
9371
11366
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
9372
11367
|
readonly detail: v.StringSchema<undefined>;
|
|
9373
11368
|
}, undefined>, undefined>;
|
|
11369
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
9374
11370
|
}, undefined>;
|
|
9375
11371
|
};
|
|
9376
11372
|
} & {
|
|
@@ -9378,8 +11374,8 @@ export declare const approvePublicRunVisualConfirmContract: {
|
|
|
9378
11374
|
} & {
|
|
9379
11375
|
readonly personalUnlock: true;
|
|
9380
11376
|
};
|
|
9381
|
-
/**
|
|
9382
|
-
export declare const
|
|
11377
|
+
/** Confirm the change works in the ephemeral environment: tear it down and advance the run. */
|
|
11378
|
+
export declare const confirmPublicRunHumanTestContract: {
|
|
9383
11379
|
readonly method: "post";
|
|
9384
11380
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
9385
11381
|
runId: v.StringSchema<undefined>;
|
|
@@ -9387,9 +11383,7 @@ export declare const requestPublicRunVisualConfirmFixContract: {
|
|
|
9387
11383
|
readonly pathResolver: ({ runId }: {
|
|
9388
11384
|
runId: string;
|
|
9389
11385
|
}) => string;
|
|
9390
|
-
readonly requestBodySchema:
|
|
9391
|
-
readonly findings: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 10000, undefined>]>;
|
|
9392
|
-
}, undefined>;
|
|
11386
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
9393
11387
|
readonly responsesByStatusCode: {
|
|
9394
11388
|
readonly '4xx': v.ObjectSchema<{
|
|
9395
11389
|
readonly error: v.ObjectSchema<{
|
|
@@ -9586,6 +11580,63 @@ export declare const requestPublicRunVisualConfirmFixContract: {
|
|
|
9586
11580
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
9587
11581
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
9588
11582
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11583
|
+
}, undefined>, v.ObjectSchema<{
|
|
11584
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
11585
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
11586
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
11587
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11588
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
11589
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11590
|
+
readonly title: v.StringSchema<undefined>;
|
|
11591
|
+
readonly goal: v.StringSchema<undefined>;
|
|
11592
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
11593
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11594
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11595
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11596
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11597
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11598
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11599
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11600
|
+
}, undefined>, undefined>;
|
|
11601
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
11602
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
11603
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
11604
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11605
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11606
|
+
readonly path: v.StringSchema<undefined>;
|
|
11607
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11608
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
11609
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
11610
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
11611
|
+
readonly title: v.StringSchema<undefined>;
|
|
11612
|
+
readonly detail: v.StringSchema<undefined>;
|
|
11613
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11614
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11615
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11616
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
11617
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
11618
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
11619
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11620
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
11621
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
11622
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11623
|
+
}, undefined>, undefined>;
|
|
11624
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
11625
|
+
}, undefined>, undefined>;
|
|
11626
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
11627
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
11628
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
11629
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
11630
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
11631
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
11632
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11633
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
11634
|
+
}, undefined>, undefined>;
|
|
11635
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
11636
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11637
|
+
}, undefined>, undefined>;
|
|
11638
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11639
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9589
11640
|
}, undefined>, v.ObjectSchema<{
|
|
9590
11641
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
9591
11642
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -9645,6 +11696,7 @@ export declare const requestPublicRunVisualConfirmFixContract: {
|
|
|
9645
11696
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
9646
11697
|
readonly detail: v.StringSchema<undefined>;
|
|
9647
11698
|
}, undefined>, undefined>;
|
|
11699
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
9648
11700
|
}, undefined>;
|
|
9649
11701
|
};
|
|
9650
11702
|
} & {
|
|
@@ -9652,9 +11704,1003 @@ export declare const requestPublicRunVisualConfirmFixContract: {
|
|
|
9652
11704
|
} & {
|
|
9653
11705
|
readonly personalUnlock: true;
|
|
9654
11706
|
};
|
|
9655
|
-
/**
|
|
9656
|
-
export declare const
|
|
9657
|
-
readonly method: "post";
|
|
11707
|
+
/** Submit findings against the tested environment and dispatch a fixer. */
|
|
11708
|
+
export declare const requestPublicRunHumanTestFixContract: {
|
|
11709
|
+
readonly method: "post";
|
|
11710
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
11711
|
+
runId: v.StringSchema<undefined>;
|
|
11712
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
11713
|
+
readonly pathResolver: ({ runId }: {
|
|
11714
|
+
runId: string;
|
|
11715
|
+
}) => string;
|
|
11716
|
+
readonly requestBodySchema: v.ObjectSchema<{
|
|
11717
|
+
readonly findings: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 10000, undefined>]>;
|
|
11718
|
+
}, undefined>;
|
|
11719
|
+
readonly responsesByStatusCode: {
|
|
11720
|
+
readonly '4xx': v.ObjectSchema<{
|
|
11721
|
+
readonly error: v.ObjectSchema<{
|
|
11722
|
+
readonly code: v.StringSchema<undefined>;
|
|
11723
|
+
readonly message: v.StringSchema<undefined>;
|
|
11724
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
11725
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
11726
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
11727
|
+
readonly message: v.StringSchema<undefined>;
|
|
11728
|
+
}, undefined>, undefined>, undefined>;
|
|
11729
|
+
}, undefined>;
|
|
11730
|
+
}, undefined>;
|
|
11731
|
+
readonly '5xx': v.ObjectSchema<{
|
|
11732
|
+
readonly error: v.ObjectSchema<{
|
|
11733
|
+
readonly code: v.StringSchema<undefined>;
|
|
11734
|
+
readonly message: v.StringSchema<undefined>;
|
|
11735
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
11736
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
11737
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
11738
|
+
readonly message: v.StringSchema<undefined>;
|
|
11739
|
+
}, undefined>, undefined>, undefined>;
|
|
11740
|
+
}, undefined>;
|
|
11741
|
+
}, undefined>;
|
|
11742
|
+
readonly 200: v.ObjectSchema<{
|
|
11743
|
+
readonly runId: v.StringSchema<undefined>;
|
|
11744
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
11745
|
+
readonly status: v.PicklistSchema<["running", "blocked", "paused", "done", "failed"], undefined>;
|
|
11746
|
+
readonly parked: v.BooleanSchema<undefined>;
|
|
11747
|
+
readonly decisions: v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
11748
|
+
readonly kind: v.LiteralSchema<"requirements-review", undefined>;
|
|
11749
|
+
readonly reviewId: v.StringSchema<undefined>;
|
|
11750
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
11751
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
11752
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
11753
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
11754
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
11755
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
11756
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
11757
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
11758
|
+
readonly title: v.StringSchema<undefined>;
|
|
11759
|
+
readonly detail: v.StringSchema<undefined>;
|
|
11760
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
11761
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11762
|
+
}, undefined>, undefined>;
|
|
11763
|
+
readonly incorporatedRequirements: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11764
|
+
}, undefined>, v.ObjectSchema<{
|
|
11765
|
+
readonly kind: v.LiteralSchema<"fork", undefined>;
|
|
11766
|
+
readonly status: v.PicklistSchema<["proposing", "awaiting_choice", "answering", "chosen", "single_path", "skipped"], undefined>;
|
|
11767
|
+
readonly seamSummary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11768
|
+
readonly forks: v.ArraySchema<v.ObjectSchema<{
|
|
11769
|
+
readonly id: v.StringSchema<undefined>;
|
|
11770
|
+
readonly title: v.StringSchema<undefined>;
|
|
11771
|
+
readonly summary: v.StringSchema<undefined>;
|
|
11772
|
+
readonly approach: v.StringSchema<undefined>;
|
|
11773
|
+
readonly tradeoffs: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
11774
|
+
readonly riskNotes: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11775
|
+
readonly recommended: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11776
|
+
}, undefined>, undefined>;
|
|
11777
|
+
}, undefined>, v.ObjectSchema<{
|
|
11778
|
+
readonly kind: v.LiteralSchema<"judge", undefined>;
|
|
11779
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
11780
|
+
readonly status: v.PicklistSchema<["evaluating", "awaiting_decision", "bouncing", "passed", "failed", "skipped"], undefined>;
|
|
11781
|
+
readonly rubricId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11782
|
+
readonly rubricName: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11783
|
+
readonly threshold: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11784
|
+
readonly verdict: v.NullableSchema<v.ObjectSchema<{
|
|
11785
|
+
readonly score: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, 0>;
|
|
11786
|
+
readonly summary: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
11787
|
+
readonly findings: v.OptionalSchema<v.SchemaWithFallback<v.ArraySchema<v.ObjectSchema<{
|
|
11788
|
+
readonly title: v.SchemaWithFallback<v.StringSchema<undefined>, "Untitled finding">;
|
|
11789
|
+
readonly detail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11790
|
+
readonly severity: v.SchemaWithFallback<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, "medium">;
|
|
11791
|
+
readonly where: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11792
|
+
}, undefined>, undefined>, readonly []>, readonly []>;
|
|
11793
|
+
}, undefined>, undefined>;
|
|
11794
|
+
readonly bounces: v.NumberSchema<undefined>;
|
|
11795
|
+
readonly maxBounces: v.NumberSchema<undefined>;
|
|
11796
|
+
}, undefined>, v.ObjectSchema<{
|
|
11797
|
+
readonly kind: v.LiteralSchema<"input-gate", undefined>;
|
|
11798
|
+
readonly status: v.PicklistSchema<["off", "not_applicable", "passed", "blocked", "overridden"], undefined>;
|
|
11799
|
+
readonly mode: v.PicklistSchema<["standard", "advisory", "off"], undefined>;
|
|
11800
|
+
readonly issues: v.ArraySchema<v.ObjectSchema<{
|
|
11801
|
+
readonly code: v.PicklistSchema<readonly ["description_missing", "description_placeholder", "description_thin", "reproduction_missing", "review_target_missing", "success_criteria_missing", "required_field_missing"], undefined>;
|
|
11802
|
+
readonly severity: v.PicklistSchema<["blocking", "advisory"], undefined>;
|
|
11803
|
+
readonly field: v.OptionalSchema<v.ObjectSchema<{
|
|
11804
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
11805
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
11806
|
+
}, undefined>, undefined>;
|
|
11807
|
+
}, undefined>, undefined>;
|
|
11808
|
+
readonly checkedAt: v.NumberSchema<undefined>;
|
|
11809
|
+
}, undefined>, v.ObjectSchema<{
|
|
11810
|
+
readonly kind: v.LiteralSchema<"approval-gate", undefined>;
|
|
11811
|
+
readonly approvalId: v.StringSchema<undefined>;
|
|
11812
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
11813
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11814
|
+
readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
11815
|
+
readonly proposal: v.StringSchema<undefined>;
|
|
11816
|
+
readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11817
|
+
readonly requiredApprovals: v.NumberSchema<undefined>;
|
|
11818
|
+
readonly recordedApprovals: v.NumberSchema<undefined>;
|
|
11819
|
+
readonly exceeded: v.BooleanSchema<undefined>;
|
|
11820
|
+
readonly blockingFindings: v.ArraySchema<v.ObjectSchema<{
|
|
11821
|
+
readonly body: v.StringSchema<undefined>;
|
|
11822
|
+
readonly anchorId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11823
|
+
}, undefined>, undefined>;
|
|
11824
|
+
}, undefined>, v.ObjectSchema<{
|
|
11825
|
+
readonly kind: v.LiteralSchema<"agent-decision", undefined>;
|
|
11826
|
+
readonly decisionId: v.StringSchema<undefined>;
|
|
11827
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
11828
|
+
readonly question: v.StringSchema<undefined>;
|
|
11829
|
+
readonly options: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
11830
|
+
}, undefined>, v.ObjectSchema<{
|
|
11831
|
+
readonly kind: v.LiteralSchema<"clarity-review", undefined>;
|
|
11832
|
+
readonly reviewId: v.StringSchema<undefined>;
|
|
11833
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
11834
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
11835
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
11836
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
11837
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
11838
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
11839
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
11840
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
11841
|
+
readonly title: v.StringSchema<undefined>;
|
|
11842
|
+
readonly detail: v.StringSchema<undefined>;
|
|
11843
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
11844
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11845
|
+
}, undefined>, undefined>;
|
|
11846
|
+
readonly clarifiedReport: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11847
|
+
}, undefined>, v.ObjectSchema<{
|
|
11848
|
+
readonly kind: v.LiteralSchema<"brainstorm", undefined>;
|
|
11849
|
+
readonly sessionId: v.StringSchema<undefined>;
|
|
11850
|
+
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
11851
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
11852
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
11853
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
11854
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
11855
|
+
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
11856
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
11857
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
11858
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
11859
|
+
readonly title: v.StringSchema<undefined>;
|
|
11860
|
+
readonly detail: v.StringSchema<undefined>;
|
|
11861
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
11862
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11863
|
+
}, undefined>, undefined>;
|
|
11864
|
+
readonly convergedDirection: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11865
|
+
}, undefined>, v.ObjectSchema<{
|
|
11866
|
+
readonly kind: v.LiteralSchema<"pr-review", undefined>;
|
|
11867
|
+
readonly status: v.PicklistSchema<["reviewing", "awaiting_selection", "challenging", "fixing", "posting", "done", "skipped"], undefined>;
|
|
11868
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11869
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11870
|
+
readonly slices: v.ArraySchema<v.ObjectSchema<{
|
|
11871
|
+
readonly sliceId: v.StringSchema<undefined>;
|
|
11872
|
+
readonly title: v.StringSchema<undefined>;
|
|
11873
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
11874
|
+
readonly paths: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
11875
|
+
}, undefined>, undefined>;
|
|
11876
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
11877
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
11878
|
+
readonly sliceId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11879
|
+
readonly path: v.StringSchema<undefined>;
|
|
11880
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11881
|
+
readonly side: v.NullableSchema<v.PicklistSchema<["LEFT", "RIGHT"], undefined>, undefined>;
|
|
11882
|
+
readonly severity: v.PicklistSchema<["blocker", "high", "medium", "low", "nit"], undefined>;
|
|
11883
|
+
readonly category: v.PicklistSchema<["correctness", "security", "performance", "maintainability", "style", "test", "other"], undefined>;
|
|
11884
|
+
readonly title: v.StringSchema<undefined>;
|
|
11885
|
+
readonly detail: v.StringSchema<undefined>;
|
|
11886
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11887
|
+
readonly challenge: v.NullableSchema<v.ObjectSchema<{
|
|
11888
|
+
readonly status: v.PicklistSchema<["investigating", "upheld", "amended", "retracted", "failed"], undefined>;
|
|
11889
|
+
readonly question: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11890
|
+
readonly justification: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11891
|
+
}, undefined>, undefined>;
|
|
11892
|
+
}, undefined>, undefined>;
|
|
11893
|
+
readonly selectedFindingIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
11894
|
+
readonly postReport: v.NullableSchema<v.ObjectSchema<{
|
|
11895
|
+
readonly attempted: v.NumberSchema<undefined>;
|
|
11896
|
+
readonly posted: v.NumberSchema<undefined>;
|
|
11897
|
+
readonly folded: v.NumberSchema<undefined>;
|
|
11898
|
+
readonly bodyPosted: v.NullableSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11899
|
+
readonly bodyError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11900
|
+
readonly failures: v.ArraySchema<v.ObjectSchema<{
|
|
11901
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
11902
|
+
readonly path: v.StringSchema<undefined>;
|
|
11903
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11904
|
+
readonly reason: v.StringSchema<undefined>;
|
|
11905
|
+
}, undefined>, undefined>;
|
|
11906
|
+
readonly attempt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11907
|
+
}, undefined>, undefined>;
|
|
11908
|
+
readonly postedFindingIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
11909
|
+
readonly postedBody: v.BooleanSchema<undefined>;
|
|
11910
|
+
readonly postAttempts: v.NumberSchema<undefined>;
|
|
11911
|
+
readonly resumeAttempts: v.NumberSchema<undefined>;
|
|
11912
|
+
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
11913
|
+
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
11914
|
+
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11915
|
+
}, undefined>, v.ObjectSchema<{
|
|
11916
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
11917
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
11918
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
11919
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11920
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
11921
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11922
|
+
readonly title: v.StringSchema<undefined>;
|
|
11923
|
+
readonly goal: v.StringSchema<undefined>;
|
|
11924
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
11925
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11926
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11927
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11928
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11929
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11930
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11931
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11932
|
+
}, undefined>, undefined>;
|
|
11933
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
11934
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
11935
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
11936
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11937
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11938
|
+
readonly path: v.StringSchema<undefined>;
|
|
11939
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11940
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
11941
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
11942
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
11943
|
+
readonly title: v.StringSchema<undefined>;
|
|
11944
|
+
readonly detail: v.StringSchema<undefined>;
|
|
11945
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11946
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11947
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11948
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
11949
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
11950
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
11951
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11952
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
11953
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
11954
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11955
|
+
}, undefined>, undefined>;
|
|
11956
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
11957
|
+
}, undefined>, undefined>;
|
|
11958
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
11959
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
11960
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
11961
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
11962
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
11963
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
11964
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
11965
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
11966
|
+
}, undefined>, undefined>;
|
|
11967
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
11968
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11969
|
+
}, undefined>, undefined>;
|
|
11970
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11971
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11972
|
+
}, undefined>, v.ObjectSchema<{
|
|
11973
|
+
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
11974
|
+
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
11975
|
+
readonly environment: v.NullableSchema<v.ObjectSchema<{
|
|
11976
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11977
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
11978
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
11979
|
+
}, undefined>, undefined>;
|
|
11980
|
+
readonly degradedReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11981
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
11982
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
11983
|
+
}, undefined>, v.ObjectSchema<{
|
|
11984
|
+
readonly kind: v.LiteralSchema<"visual-confirmation", undefined>;
|
|
11985
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
11986
|
+
readonly pairs: v.ArraySchema<v.ObjectSchema<{
|
|
11987
|
+
readonly view: v.StringSchema<undefined>;
|
|
11988
|
+
readonly actualArtifactId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11989
|
+
readonly referenceArtifactId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11990
|
+
}, undefined>, undefined>;
|
|
11991
|
+
readonly degradedReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11992
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
11993
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
11994
|
+
}, undefined>, v.ObjectSchema<{
|
|
11995
|
+
readonly kind: v.LiteralSchema<"follow-ups", undefined>;
|
|
11996
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
11997
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11998
|
+
readonly items: v.ArraySchema<v.ObjectSchema<{
|
|
11999
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12000
|
+
readonly kind: v.PicklistSchema<["follow_up", "question"], undefined>;
|
|
12001
|
+
readonly title: v.StringSchema<undefined>;
|
|
12002
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12003
|
+
readonly suggestedAction: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12004
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
12005
|
+
readonly answer: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12006
|
+
readonly sendBackDropped: v.BooleanSchema<undefined>;
|
|
12007
|
+
readonly ticketExternalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12008
|
+
readonly ticketUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12009
|
+
}, undefined>, undefined>;
|
|
12010
|
+
readonly loops: v.NumberSchema<undefined>;
|
|
12011
|
+
readonly maxLoops: v.NumberSchema<undefined>;
|
|
12012
|
+
}, undefined>, v.ObjectSchema<{
|
|
12013
|
+
readonly kind: v.LiteralSchema<"interview", undefined>;
|
|
12014
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12015
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12016
|
+
readonly round: v.NumberSchema<undefined>;
|
|
12017
|
+
readonly maxRounds: v.NumberSchema<undefined>;
|
|
12018
|
+
readonly questions: v.ArraySchema<v.ObjectSchema<{
|
|
12019
|
+
readonly questionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12020
|
+
readonly question: v.StringSchema<undefined>;
|
|
12021
|
+
readonly answer: v.StringSchema<undefined>;
|
|
12022
|
+
readonly status: v.PicklistSchema<["open", "answered", "dismissed"], undefined>;
|
|
12023
|
+
}, undefined>, undefined>;
|
|
12024
|
+
}, undefined>], undefined>, undefined>;
|
|
12025
|
+
readonly unanswerable: v.ArraySchema<v.ObjectSchema<{
|
|
12026
|
+
readonly reason: v.PicklistSchema<["human_wait_gate", "unclassified_gate", "unwired_interview_gate", "curation_gate"], undefined>;
|
|
12027
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12028
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12029
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12030
|
+
}, undefined>, undefined>;
|
|
12031
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
12032
|
+
}, undefined>;
|
|
12033
|
+
};
|
|
12034
|
+
} & {
|
|
12035
|
+
readonly minScope: "decide";
|
|
12036
|
+
} & {
|
|
12037
|
+
readonly personalUnlock: true;
|
|
12038
|
+
};
|
|
12039
|
+
/** Approve the reviewed screenshots and advance the run. */
|
|
12040
|
+
export declare const approvePublicRunVisualConfirmContract: {
|
|
12041
|
+
readonly method: "post";
|
|
12042
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
12043
|
+
runId: v.StringSchema<undefined>;
|
|
12044
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
12045
|
+
readonly pathResolver: ({ runId }: {
|
|
12046
|
+
runId: string;
|
|
12047
|
+
}) => string;
|
|
12048
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
12049
|
+
readonly responsesByStatusCode: {
|
|
12050
|
+
readonly '4xx': v.ObjectSchema<{
|
|
12051
|
+
readonly error: v.ObjectSchema<{
|
|
12052
|
+
readonly code: v.StringSchema<undefined>;
|
|
12053
|
+
readonly message: v.StringSchema<undefined>;
|
|
12054
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
12055
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
12056
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
12057
|
+
readonly message: v.StringSchema<undefined>;
|
|
12058
|
+
}, undefined>, undefined>, undefined>;
|
|
12059
|
+
}, undefined>;
|
|
12060
|
+
}, undefined>;
|
|
12061
|
+
readonly '5xx': v.ObjectSchema<{
|
|
12062
|
+
readonly error: v.ObjectSchema<{
|
|
12063
|
+
readonly code: v.StringSchema<undefined>;
|
|
12064
|
+
readonly message: v.StringSchema<undefined>;
|
|
12065
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
12066
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
12067
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
12068
|
+
readonly message: v.StringSchema<undefined>;
|
|
12069
|
+
}, undefined>, undefined>, undefined>;
|
|
12070
|
+
}, undefined>;
|
|
12071
|
+
}, undefined>;
|
|
12072
|
+
readonly 200: v.ObjectSchema<{
|
|
12073
|
+
readonly runId: v.StringSchema<undefined>;
|
|
12074
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12075
|
+
readonly status: v.PicklistSchema<["running", "blocked", "paused", "done", "failed"], undefined>;
|
|
12076
|
+
readonly parked: v.BooleanSchema<undefined>;
|
|
12077
|
+
readonly decisions: v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
12078
|
+
readonly kind: v.LiteralSchema<"requirements-review", undefined>;
|
|
12079
|
+
readonly reviewId: v.StringSchema<undefined>;
|
|
12080
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12081
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
12082
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
12083
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
12084
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12085
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12086
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
12087
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
12088
|
+
readonly title: v.StringSchema<undefined>;
|
|
12089
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12090
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
12091
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12092
|
+
}, undefined>, undefined>;
|
|
12093
|
+
readonly incorporatedRequirements: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12094
|
+
}, undefined>, v.ObjectSchema<{
|
|
12095
|
+
readonly kind: v.LiteralSchema<"fork", undefined>;
|
|
12096
|
+
readonly status: v.PicklistSchema<["proposing", "awaiting_choice", "answering", "chosen", "single_path", "skipped"], undefined>;
|
|
12097
|
+
readonly seamSummary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12098
|
+
readonly forks: v.ArraySchema<v.ObjectSchema<{
|
|
12099
|
+
readonly id: v.StringSchema<undefined>;
|
|
12100
|
+
readonly title: v.StringSchema<undefined>;
|
|
12101
|
+
readonly summary: v.StringSchema<undefined>;
|
|
12102
|
+
readonly approach: v.StringSchema<undefined>;
|
|
12103
|
+
readonly tradeoffs: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12104
|
+
readonly riskNotes: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
12105
|
+
readonly recommended: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12106
|
+
}, undefined>, undefined>;
|
|
12107
|
+
}, undefined>, v.ObjectSchema<{
|
|
12108
|
+
readonly kind: v.LiteralSchema<"judge", undefined>;
|
|
12109
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12110
|
+
readonly status: v.PicklistSchema<["evaluating", "awaiting_decision", "bouncing", "passed", "failed", "skipped"], undefined>;
|
|
12111
|
+
readonly rubricId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12112
|
+
readonly rubricName: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12113
|
+
readonly threshold: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12114
|
+
readonly verdict: v.NullableSchema<v.ObjectSchema<{
|
|
12115
|
+
readonly score: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, 0>;
|
|
12116
|
+
readonly summary: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
12117
|
+
readonly findings: v.OptionalSchema<v.SchemaWithFallback<v.ArraySchema<v.ObjectSchema<{
|
|
12118
|
+
readonly title: v.SchemaWithFallback<v.StringSchema<undefined>, "Untitled finding">;
|
|
12119
|
+
readonly detail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
12120
|
+
readonly severity: v.SchemaWithFallback<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, "medium">;
|
|
12121
|
+
readonly where: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
12122
|
+
}, undefined>, undefined>, readonly []>, readonly []>;
|
|
12123
|
+
}, undefined>, undefined>;
|
|
12124
|
+
readonly bounces: v.NumberSchema<undefined>;
|
|
12125
|
+
readonly maxBounces: v.NumberSchema<undefined>;
|
|
12126
|
+
}, undefined>, v.ObjectSchema<{
|
|
12127
|
+
readonly kind: v.LiteralSchema<"input-gate", undefined>;
|
|
12128
|
+
readonly status: v.PicklistSchema<["off", "not_applicable", "passed", "blocked", "overridden"], undefined>;
|
|
12129
|
+
readonly mode: v.PicklistSchema<["standard", "advisory", "off"], undefined>;
|
|
12130
|
+
readonly issues: v.ArraySchema<v.ObjectSchema<{
|
|
12131
|
+
readonly code: v.PicklistSchema<readonly ["description_missing", "description_placeholder", "description_thin", "reproduction_missing", "review_target_missing", "success_criteria_missing", "required_field_missing"], undefined>;
|
|
12132
|
+
readonly severity: v.PicklistSchema<["blocking", "advisory"], undefined>;
|
|
12133
|
+
readonly field: v.OptionalSchema<v.ObjectSchema<{
|
|
12134
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
12135
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
12136
|
+
}, undefined>, undefined>;
|
|
12137
|
+
}, undefined>, undefined>;
|
|
12138
|
+
readonly checkedAt: v.NumberSchema<undefined>;
|
|
12139
|
+
}, undefined>, v.ObjectSchema<{
|
|
12140
|
+
readonly kind: v.LiteralSchema<"approval-gate", undefined>;
|
|
12141
|
+
readonly approvalId: v.StringSchema<undefined>;
|
|
12142
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12143
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12144
|
+
readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
12145
|
+
readonly proposal: v.StringSchema<undefined>;
|
|
12146
|
+
readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12147
|
+
readonly requiredApprovals: v.NumberSchema<undefined>;
|
|
12148
|
+
readonly recordedApprovals: v.NumberSchema<undefined>;
|
|
12149
|
+
readonly exceeded: v.BooleanSchema<undefined>;
|
|
12150
|
+
readonly blockingFindings: v.ArraySchema<v.ObjectSchema<{
|
|
12151
|
+
readonly body: v.StringSchema<undefined>;
|
|
12152
|
+
readonly anchorId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12153
|
+
}, undefined>, undefined>;
|
|
12154
|
+
}, undefined>, v.ObjectSchema<{
|
|
12155
|
+
readonly kind: v.LiteralSchema<"agent-decision", undefined>;
|
|
12156
|
+
readonly decisionId: v.StringSchema<undefined>;
|
|
12157
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12158
|
+
readonly question: v.StringSchema<undefined>;
|
|
12159
|
+
readonly options: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12160
|
+
}, undefined>, v.ObjectSchema<{
|
|
12161
|
+
readonly kind: v.LiteralSchema<"clarity-review", undefined>;
|
|
12162
|
+
readonly reviewId: v.StringSchema<undefined>;
|
|
12163
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12164
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
12165
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
12166
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
12167
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12168
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12169
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
12170
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
12171
|
+
readonly title: v.StringSchema<undefined>;
|
|
12172
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12173
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
12174
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12175
|
+
}, undefined>, undefined>;
|
|
12176
|
+
readonly clarifiedReport: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12177
|
+
}, undefined>, v.ObjectSchema<{
|
|
12178
|
+
readonly kind: v.LiteralSchema<"brainstorm", undefined>;
|
|
12179
|
+
readonly sessionId: v.StringSchema<undefined>;
|
|
12180
|
+
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
12181
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12182
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
12183
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
12184
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
12185
|
+
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
12186
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12187
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
12188
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
12189
|
+
readonly title: v.StringSchema<undefined>;
|
|
12190
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12191
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
12192
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12193
|
+
}, undefined>, undefined>;
|
|
12194
|
+
readonly convergedDirection: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12195
|
+
}, undefined>, v.ObjectSchema<{
|
|
12196
|
+
readonly kind: v.LiteralSchema<"pr-review", undefined>;
|
|
12197
|
+
readonly status: v.PicklistSchema<["reviewing", "awaiting_selection", "challenging", "fixing", "posting", "done", "skipped"], undefined>;
|
|
12198
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12199
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12200
|
+
readonly slices: v.ArraySchema<v.ObjectSchema<{
|
|
12201
|
+
readonly sliceId: v.StringSchema<undefined>;
|
|
12202
|
+
readonly title: v.StringSchema<undefined>;
|
|
12203
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
12204
|
+
readonly paths: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12205
|
+
}, undefined>, undefined>;
|
|
12206
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12207
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
12208
|
+
readonly sliceId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12209
|
+
readonly path: v.StringSchema<undefined>;
|
|
12210
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12211
|
+
readonly side: v.NullableSchema<v.PicklistSchema<["LEFT", "RIGHT"], undefined>, undefined>;
|
|
12212
|
+
readonly severity: v.PicklistSchema<["blocker", "high", "medium", "low", "nit"], undefined>;
|
|
12213
|
+
readonly category: v.PicklistSchema<["correctness", "security", "performance", "maintainability", "style", "test", "other"], undefined>;
|
|
12214
|
+
readonly title: v.StringSchema<undefined>;
|
|
12215
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12216
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12217
|
+
readonly challenge: v.NullableSchema<v.ObjectSchema<{
|
|
12218
|
+
readonly status: v.PicklistSchema<["investigating", "upheld", "amended", "retracted", "failed"], undefined>;
|
|
12219
|
+
readonly question: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12220
|
+
readonly justification: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12221
|
+
}, undefined>, undefined>;
|
|
12222
|
+
}, undefined>, undefined>;
|
|
12223
|
+
readonly selectedFindingIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12224
|
+
readonly postReport: v.NullableSchema<v.ObjectSchema<{
|
|
12225
|
+
readonly attempted: v.NumberSchema<undefined>;
|
|
12226
|
+
readonly posted: v.NumberSchema<undefined>;
|
|
12227
|
+
readonly folded: v.NumberSchema<undefined>;
|
|
12228
|
+
readonly bodyPosted: v.NullableSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12229
|
+
readonly bodyError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12230
|
+
readonly failures: v.ArraySchema<v.ObjectSchema<{
|
|
12231
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
12232
|
+
readonly path: v.StringSchema<undefined>;
|
|
12233
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12234
|
+
readonly reason: v.StringSchema<undefined>;
|
|
12235
|
+
}, undefined>, undefined>;
|
|
12236
|
+
readonly attempt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12237
|
+
}, undefined>, undefined>;
|
|
12238
|
+
readonly postedFindingIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12239
|
+
readonly postedBody: v.BooleanSchema<undefined>;
|
|
12240
|
+
readonly postAttempts: v.NumberSchema<undefined>;
|
|
12241
|
+
readonly resumeAttempts: v.NumberSchema<undefined>;
|
|
12242
|
+
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
12243
|
+
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
12244
|
+
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12245
|
+
}, undefined>, v.ObjectSchema<{
|
|
12246
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
12247
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
12248
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12249
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12250
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
12251
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12252
|
+
readonly title: v.StringSchema<undefined>;
|
|
12253
|
+
readonly goal: v.StringSchema<undefined>;
|
|
12254
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
12255
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12256
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12257
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12258
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12259
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12260
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12261
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12262
|
+
}, undefined>, undefined>;
|
|
12263
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
12264
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12265
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
12266
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12267
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12268
|
+
readonly path: v.StringSchema<undefined>;
|
|
12269
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12270
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
12271
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
12272
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
12273
|
+
readonly title: v.StringSchema<undefined>;
|
|
12274
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12275
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12276
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12277
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12278
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
12279
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
12280
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12281
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12282
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
12283
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
12284
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12285
|
+
}, undefined>, undefined>;
|
|
12286
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
12287
|
+
}, undefined>, undefined>;
|
|
12288
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
12289
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
12290
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
12291
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
12292
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
12293
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
12294
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12295
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
12296
|
+
}, undefined>, undefined>;
|
|
12297
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
12298
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12299
|
+
}, undefined>, undefined>;
|
|
12300
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12301
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12302
|
+
}, undefined>, v.ObjectSchema<{
|
|
12303
|
+
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
12304
|
+
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
12305
|
+
readonly environment: v.NullableSchema<v.ObjectSchema<{
|
|
12306
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12307
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
12308
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12309
|
+
}, undefined>, undefined>;
|
|
12310
|
+
readonly degradedReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12311
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
12312
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
12313
|
+
}, undefined>, v.ObjectSchema<{
|
|
12314
|
+
readonly kind: v.LiteralSchema<"visual-confirmation", undefined>;
|
|
12315
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
12316
|
+
readonly pairs: v.ArraySchema<v.ObjectSchema<{
|
|
12317
|
+
readonly view: v.StringSchema<undefined>;
|
|
12318
|
+
readonly actualArtifactId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12319
|
+
readonly referenceArtifactId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12320
|
+
}, undefined>, undefined>;
|
|
12321
|
+
readonly degradedReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12322
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
12323
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
12324
|
+
}, undefined>, v.ObjectSchema<{
|
|
12325
|
+
readonly kind: v.LiteralSchema<"follow-ups", undefined>;
|
|
12326
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12327
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12328
|
+
readonly items: v.ArraySchema<v.ObjectSchema<{
|
|
12329
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12330
|
+
readonly kind: v.PicklistSchema<["follow_up", "question"], undefined>;
|
|
12331
|
+
readonly title: v.StringSchema<undefined>;
|
|
12332
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12333
|
+
readonly suggestedAction: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12334
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
12335
|
+
readonly answer: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12336
|
+
readonly sendBackDropped: v.BooleanSchema<undefined>;
|
|
12337
|
+
readonly ticketExternalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12338
|
+
readonly ticketUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12339
|
+
}, undefined>, undefined>;
|
|
12340
|
+
readonly loops: v.NumberSchema<undefined>;
|
|
12341
|
+
readonly maxLoops: v.NumberSchema<undefined>;
|
|
12342
|
+
}, undefined>, v.ObjectSchema<{
|
|
12343
|
+
readonly kind: v.LiteralSchema<"interview", undefined>;
|
|
12344
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12345
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12346
|
+
readonly round: v.NumberSchema<undefined>;
|
|
12347
|
+
readonly maxRounds: v.NumberSchema<undefined>;
|
|
12348
|
+
readonly questions: v.ArraySchema<v.ObjectSchema<{
|
|
12349
|
+
readonly questionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12350
|
+
readonly question: v.StringSchema<undefined>;
|
|
12351
|
+
readonly answer: v.StringSchema<undefined>;
|
|
12352
|
+
readonly status: v.PicklistSchema<["open", "answered", "dismissed"], undefined>;
|
|
12353
|
+
}, undefined>, undefined>;
|
|
12354
|
+
}, undefined>], undefined>, undefined>;
|
|
12355
|
+
readonly unanswerable: v.ArraySchema<v.ObjectSchema<{
|
|
12356
|
+
readonly reason: v.PicklistSchema<["human_wait_gate", "unclassified_gate", "unwired_interview_gate", "curation_gate"], undefined>;
|
|
12357
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12358
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12359
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12360
|
+
}, undefined>, undefined>;
|
|
12361
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
12362
|
+
}, undefined>;
|
|
12363
|
+
};
|
|
12364
|
+
} & {
|
|
12365
|
+
readonly minScope: "decide";
|
|
12366
|
+
} & {
|
|
12367
|
+
readonly personalUnlock: true;
|
|
12368
|
+
};
|
|
12369
|
+
/** Submit findings against the reviewed screenshots and dispatch a fixer. */
|
|
12370
|
+
export declare const requestPublicRunVisualConfirmFixContract: {
|
|
12371
|
+
readonly method: "post";
|
|
12372
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
12373
|
+
runId: v.StringSchema<undefined>;
|
|
12374
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
12375
|
+
readonly pathResolver: ({ runId }: {
|
|
12376
|
+
runId: string;
|
|
12377
|
+
}) => string;
|
|
12378
|
+
readonly requestBodySchema: v.ObjectSchema<{
|
|
12379
|
+
readonly findings: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 10000, undefined>]>;
|
|
12380
|
+
}, undefined>;
|
|
12381
|
+
readonly responsesByStatusCode: {
|
|
12382
|
+
readonly '4xx': v.ObjectSchema<{
|
|
12383
|
+
readonly error: v.ObjectSchema<{
|
|
12384
|
+
readonly code: v.StringSchema<undefined>;
|
|
12385
|
+
readonly message: v.StringSchema<undefined>;
|
|
12386
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
12387
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
12388
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
12389
|
+
readonly message: v.StringSchema<undefined>;
|
|
12390
|
+
}, undefined>, undefined>, undefined>;
|
|
12391
|
+
}, undefined>;
|
|
12392
|
+
}, undefined>;
|
|
12393
|
+
readonly '5xx': v.ObjectSchema<{
|
|
12394
|
+
readonly error: v.ObjectSchema<{
|
|
12395
|
+
readonly code: v.StringSchema<undefined>;
|
|
12396
|
+
readonly message: v.StringSchema<undefined>;
|
|
12397
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
12398
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
12399
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
12400
|
+
readonly message: v.StringSchema<undefined>;
|
|
12401
|
+
}, undefined>, undefined>, undefined>;
|
|
12402
|
+
}, undefined>;
|
|
12403
|
+
}, undefined>;
|
|
12404
|
+
readonly 200: v.ObjectSchema<{
|
|
12405
|
+
readonly runId: v.StringSchema<undefined>;
|
|
12406
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12407
|
+
readonly status: v.PicklistSchema<["running", "blocked", "paused", "done", "failed"], undefined>;
|
|
12408
|
+
readonly parked: v.BooleanSchema<undefined>;
|
|
12409
|
+
readonly decisions: v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
12410
|
+
readonly kind: v.LiteralSchema<"requirements-review", undefined>;
|
|
12411
|
+
readonly reviewId: v.StringSchema<undefined>;
|
|
12412
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12413
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
12414
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
12415
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
12416
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12417
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12418
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
12419
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
12420
|
+
readonly title: v.StringSchema<undefined>;
|
|
12421
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12422
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
12423
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12424
|
+
}, undefined>, undefined>;
|
|
12425
|
+
readonly incorporatedRequirements: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12426
|
+
}, undefined>, v.ObjectSchema<{
|
|
12427
|
+
readonly kind: v.LiteralSchema<"fork", undefined>;
|
|
12428
|
+
readonly status: v.PicklistSchema<["proposing", "awaiting_choice", "answering", "chosen", "single_path", "skipped"], undefined>;
|
|
12429
|
+
readonly seamSummary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12430
|
+
readonly forks: v.ArraySchema<v.ObjectSchema<{
|
|
12431
|
+
readonly id: v.StringSchema<undefined>;
|
|
12432
|
+
readonly title: v.StringSchema<undefined>;
|
|
12433
|
+
readonly summary: v.StringSchema<undefined>;
|
|
12434
|
+
readonly approach: v.StringSchema<undefined>;
|
|
12435
|
+
readonly tradeoffs: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12436
|
+
readonly riskNotes: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
12437
|
+
readonly recommended: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12438
|
+
}, undefined>, undefined>;
|
|
12439
|
+
}, undefined>, v.ObjectSchema<{
|
|
12440
|
+
readonly kind: v.LiteralSchema<"judge", undefined>;
|
|
12441
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12442
|
+
readonly status: v.PicklistSchema<["evaluating", "awaiting_decision", "bouncing", "passed", "failed", "skipped"], undefined>;
|
|
12443
|
+
readonly rubricId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12444
|
+
readonly rubricName: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12445
|
+
readonly threshold: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12446
|
+
readonly verdict: v.NullableSchema<v.ObjectSchema<{
|
|
12447
|
+
readonly score: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, 0>;
|
|
12448
|
+
readonly summary: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
12449
|
+
readonly findings: v.OptionalSchema<v.SchemaWithFallback<v.ArraySchema<v.ObjectSchema<{
|
|
12450
|
+
readonly title: v.SchemaWithFallback<v.StringSchema<undefined>, "Untitled finding">;
|
|
12451
|
+
readonly detail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
12452
|
+
readonly severity: v.SchemaWithFallback<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, "medium">;
|
|
12453
|
+
readonly where: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
12454
|
+
}, undefined>, undefined>, readonly []>, readonly []>;
|
|
12455
|
+
}, undefined>, undefined>;
|
|
12456
|
+
readonly bounces: v.NumberSchema<undefined>;
|
|
12457
|
+
readonly maxBounces: v.NumberSchema<undefined>;
|
|
12458
|
+
}, undefined>, v.ObjectSchema<{
|
|
12459
|
+
readonly kind: v.LiteralSchema<"input-gate", undefined>;
|
|
12460
|
+
readonly status: v.PicklistSchema<["off", "not_applicable", "passed", "blocked", "overridden"], undefined>;
|
|
12461
|
+
readonly mode: v.PicklistSchema<["standard", "advisory", "off"], undefined>;
|
|
12462
|
+
readonly issues: v.ArraySchema<v.ObjectSchema<{
|
|
12463
|
+
readonly code: v.PicklistSchema<readonly ["description_missing", "description_placeholder", "description_thin", "reproduction_missing", "review_target_missing", "success_criteria_missing", "required_field_missing"], undefined>;
|
|
12464
|
+
readonly severity: v.PicklistSchema<["blocking", "advisory"], undefined>;
|
|
12465
|
+
readonly field: v.OptionalSchema<v.ObjectSchema<{
|
|
12466
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
12467
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
12468
|
+
}, undefined>, undefined>;
|
|
12469
|
+
}, undefined>, undefined>;
|
|
12470
|
+
readonly checkedAt: v.NumberSchema<undefined>;
|
|
12471
|
+
}, undefined>, v.ObjectSchema<{
|
|
12472
|
+
readonly kind: v.LiteralSchema<"approval-gate", undefined>;
|
|
12473
|
+
readonly approvalId: v.StringSchema<undefined>;
|
|
12474
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12475
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12476
|
+
readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
12477
|
+
readonly proposal: v.StringSchema<undefined>;
|
|
12478
|
+
readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12479
|
+
readonly requiredApprovals: v.NumberSchema<undefined>;
|
|
12480
|
+
readonly recordedApprovals: v.NumberSchema<undefined>;
|
|
12481
|
+
readonly exceeded: v.BooleanSchema<undefined>;
|
|
12482
|
+
readonly blockingFindings: v.ArraySchema<v.ObjectSchema<{
|
|
12483
|
+
readonly body: v.StringSchema<undefined>;
|
|
12484
|
+
readonly anchorId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12485
|
+
}, undefined>, undefined>;
|
|
12486
|
+
}, undefined>, v.ObjectSchema<{
|
|
12487
|
+
readonly kind: v.LiteralSchema<"agent-decision", undefined>;
|
|
12488
|
+
readonly decisionId: v.StringSchema<undefined>;
|
|
12489
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12490
|
+
readonly question: v.StringSchema<undefined>;
|
|
12491
|
+
readonly options: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12492
|
+
}, undefined>, v.ObjectSchema<{
|
|
12493
|
+
readonly kind: v.LiteralSchema<"clarity-review", undefined>;
|
|
12494
|
+
readonly reviewId: v.StringSchema<undefined>;
|
|
12495
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12496
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
12497
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
12498
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
12499
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12500
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12501
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
12502
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
12503
|
+
readonly title: v.StringSchema<undefined>;
|
|
12504
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12505
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
12506
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12507
|
+
}, undefined>, undefined>;
|
|
12508
|
+
readonly clarifiedReport: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12509
|
+
}, undefined>, v.ObjectSchema<{
|
|
12510
|
+
readonly kind: v.LiteralSchema<"brainstorm", undefined>;
|
|
12511
|
+
readonly sessionId: v.StringSchema<undefined>;
|
|
12512
|
+
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
12513
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12514
|
+
readonly status: v.PicklistSchema<["ready", "incorporating", "reviewing", "merged", "exceeded", "incorporated"], undefined>;
|
|
12515
|
+
readonly iteration: v.NumberSchema<undefined>;
|
|
12516
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
12517
|
+
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
12518
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12519
|
+
readonly category: v.PicklistSchema<["gap", "clarification", "assumption", "risk", "question"], undefined>;
|
|
12520
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high"], undefined>;
|
|
12521
|
+
readonly title: v.StringSchema<undefined>;
|
|
12522
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12523
|
+
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
12524
|
+
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12525
|
+
}, undefined>, undefined>;
|
|
12526
|
+
readonly convergedDirection: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12527
|
+
}, undefined>, v.ObjectSchema<{
|
|
12528
|
+
readonly kind: v.LiteralSchema<"pr-review", undefined>;
|
|
12529
|
+
readonly status: v.PicklistSchema<["reviewing", "awaiting_selection", "challenging", "fixing", "posting", "done", "skipped"], undefined>;
|
|
12530
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12531
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12532
|
+
readonly slices: v.ArraySchema<v.ObjectSchema<{
|
|
12533
|
+
readonly sliceId: v.StringSchema<undefined>;
|
|
12534
|
+
readonly title: v.StringSchema<undefined>;
|
|
12535
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
12536
|
+
readonly paths: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12537
|
+
}, undefined>, undefined>;
|
|
12538
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12539
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
12540
|
+
readonly sliceId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12541
|
+
readonly path: v.StringSchema<undefined>;
|
|
12542
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12543
|
+
readonly side: v.NullableSchema<v.PicklistSchema<["LEFT", "RIGHT"], undefined>, undefined>;
|
|
12544
|
+
readonly severity: v.PicklistSchema<["blocker", "high", "medium", "low", "nit"], undefined>;
|
|
12545
|
+
readonly category: v.PicklistSchema<["correctness", "security", "performance", "maintainability", "style", "test", "other"], undefined>;
|
|
12546
|
+
readonly title: v.StringSchema<undefined>;
|
|
12547
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12548
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12549
|
+
readonly challenge: v.NullableSchema<v.ObjectSchema<{
|
|
12550
|
+
readonly status: v.PicklistSchema<["investigating", "upheld", "amended", "retracted", "failed"], undefined>;
|
|
12551
|
+
readonly question: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12552
|
+
readonly justification: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12553
|
+
}, undefined>, undefined>;
|
|
12554
|
+
}, undefined>, undefined>;
|
|
12555
|
+
readonly selectedFindingIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12556
|
+
readonly postReport: v.NullableSchema<v.ObjectSchema<{
|
|
12557
|
+
readonly attempted: v.NumberSchema<undefined>;
|
|
12558
|
+
readonly posted: v.NumberSchema<undefined>;
|
|
12559
|
+
readonly folded: v.NumberSchema<undefined>;
|
|
12560
|
+
readonly bodyPosted: v.NullableSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12561
|
+
readonly bodyError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12562
|
+
readonly failures: v.ArraySchema<v.ObjectSchema<{
|
|
12563
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
12564
|
+
readonly path: v.StringSchema<undefined>;
|
|
12565
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12566
|
+
readonly reason: v.StringSchema<undefined>;
|
|
12567
|
+
}, undefined>, undefined>;
|
|
12568
|
+
readonly attempt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12569
|
+
}, undefined>, undefined>;
|
|
12570
|
+
readonly postedFindingIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
12571
|
+
readonly postedBody: v.BooleanSchema<undefined>;
|
|
12572
|
+
readonly postAttempts: v.NumberSchema<undefined>;
|
|
12573
|
+
readonly resumeAttempts: v.NumberSchema<undefined>;
|
|
12574
|
+
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
12575
|
+
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
12576
|
+
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12577
|
+
}, undefined>, v.ObjectSchema<{
|
|
12578
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
12579
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
12580
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12581
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12582
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
12583
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12584
|
+
readonly title: v.StringSchema<undefined>;
|
|
12585
|
+
readonly goal: v.StringSchema<undefined>;
|
|
12586
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
12587
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12588
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12589
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12590
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12591
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12592
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12593
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12594
|
+
}, undefined>, undefined>;
|
|
12595
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
12596
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12597
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
12598
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12599
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12600
|
+
readonly path: v.StringSchema<undefined>;
|
|
12601
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12602
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
12603
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
12604
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
12605
|
+
readonly title: v.StringSchema<undefined>;
|
|
12606
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12607
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12608
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12609
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12610
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
12611
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
12612
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12613
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12614
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
12615
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
12616
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12617
|
+
}, undefined>, undefined>;
|
|
12618
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
12619
|
+
}, undefined>, undefined>;
|
|
12620
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
12621
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
12622
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
12623
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
12624
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
12625
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
12626
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12627
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
12628
|
+
}, undefined>, undefined>;
|
|
12629
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
12630
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12631
|
+
}, undefined>, undefined>;
|
|
12632
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12633
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12634
|
+
}, undefined>, v.ObjectSchema<{
|
|
12635
|
+
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
12636
|
+
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
12637
|
+
readonly environment: v.NullableSchema<v.ObjectSchema<{
|
|
12638
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12639
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
12640
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12641
|
+
}, undefined>, undefined>;
|
|
12642
|
+
readonly degradedReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12643
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
12644
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
12645
|
+
}, undefined>, v.ObjectSchema<{
|
|
12646
|
+
readonly kind: v.LiteralSchema<"visual-confirmation", undefined>;
|
|
12647
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
12648
|
+
readonly pairs: v.ArraySchema<v.ObjectSchema<{
|
|
12649
|
+
readonly view: v.StringSchema<undefined>;
|
|
12650
|
+
readonly actualArtifactId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12651
|
+
readonly referenceArtifactId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12652
|
+
}, undefined>, undefined>;
|
|
12653
|
+
readonly degradedReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12654
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
12655
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
12656
|
+
}, undefined>, v.ObjectSchema<{
|
|
12657
|
+
readonly kind: v.LiteralSchema<"follow-ups", undefined>;
|
|
12658
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12659
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12660
|
+
readonly items: v.ArraySchema<v.ObjectSchema<{
|
|
12661
|
+
readonly itemId: v.StringSchema<undefined>;
|
|
12662
|
+
readonly kind: v.PicklistSchema<["follow_up", "question"], undefined>;
|
|
12663
|
+
readonly title: v.StringSchema<undefined>;
|
|
12664
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12665
|
+
readonly suggestedAction: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12666
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
12667
|
+
readonly answer: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12668
|
+
readonly sendBackDropped: v.BooleanSchema<undefined>;
|
|
12669
|
+
readonly ticketExternalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12670
|
+
readonly ticketUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12671
|
+
}, undefined>, undefined>;
|
|
12672
|
+
readonly loops: v.NumberSchema<undefined>;
|
|
12673
|
+
readonly maxLoops: v.NumberSchema<undefined>;
|
|
12674
|
+
}, undefined>, v.ObjectSchema<{
|
|
12675
|
+
readonly kind: v.LiteralSchema<"interview", undefined>;
|
|
12676
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12677
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12678
|
+
readonly round: v.NumberSchema<undefined>;
|
|
12679
|
+
readonly maxRounds: v.NumberSchema<undefined>;
|
|
12680
|
+
readonly questions: v.ArraySchema<v.ObjectSchema<{
|
|
12681
|
+
readonly questionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12682
|
+
readonly question: v.StringSchema<undefined>;
|
|
12683
|
+
readonly answer: v.StringSchema<undefined>;
|
|
12684
|
+
readonly status: v.PicklistSchema<["open", "answered", "dismissed"], undefined>;
|
|
12685
|
+
}, undefined>, undefined>;
|
|
12686
|
+
}, undefined>], undefined>, undefined>;
|
|
12687
|
+
readonly unanswerable: v.ArraySchema<v.ObjectSchema<{
|
|
12688
|
+
readonly reason: v.PicklistSchema<["human_wait_gate", "unclassified_gate", "unwired_interview_gate", "curation_gate"], undefined>;
|
|
12689
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12690
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12691
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12692
|
+
}, undefined>, undefined>;
|
|
12693
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
12694
|
+
}, undefined>;
|
|
12695
|
+
};
|
|
12696
|
+
} & {
|
|
12697
|
+
readonly minScope: "decide";
|
|
12698
|
+
} & {
|
|
12699
|
+
readonly personalUnlock: true;
|
|
12700
|
+
};
|
|
12701
|
+
/** File a `follow_up` item as a tracker issue, recording the ticket ref on the item. */
|
|
12702
|
+
export declare const filePublicRunFollowUpContract: {
|
|
12703
|
+
readonly method: "post";
|
|
9658
12704
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
9659
12705
|
readonly runId: v.StringSchema<undefined>;
|
|
9660
12706
|
readonly itemId: v.StringSchema<undefined>;
|
|
@@ -9860,6 +12906,63 @@ export declare const filePublicRunFollowUpContract: {
|
|
|
9860
12906
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
9861
12907
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
9862
12908
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12909
|
+
}, undefined>, v.ObjectSchema<{
|
|
12910
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
12911
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
12912
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
12913
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
12914
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
12915
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12916
|
+
readonly title: v.StringSchema<undefined>;
|
|
12917
|
+
readonly goal: v.StringSchema<undefined>;
|
|
12918
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
12919
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12920
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12921
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12922
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12923
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12924
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12925
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12926
|
+
}, undefined>, undefined>;
|
|
12927
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
12928
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
12929
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
12930
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12931
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12932
|
+
readonly path: v.StringSchema<undefined>;
|
|
12933
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
12934
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
12935
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
12936
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
12937
|
+
readonly title: v.StringSchema<undefined>;
|
|
12938
|
+
readonly detail: v.StringSchema<undefined>;
|
|
12939
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12940
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12941
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12942
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
12943
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
12944
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
12945
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12946
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
12947
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
12948
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12949
|
+
}, undefined>, undefined>;
|
|
12950
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
12951
|
+
}, undefined>, undefined>;
|
|
12952
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
12953
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
12954
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
12955
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
12956
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
12957
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
12958
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
12959
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
12960
|
+
}, undefined>, undefined>;
|
|
12961
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
12962
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12963
|
+
}, undefined>, undefined>;
|
|
12964
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
12965
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
9863
12966
|
}, undefined>, v.ObjectSchema<{
|
|
9864
12967
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
9865
12968
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -9919,6 +13022,7 @@ export declare const filePublicRunFollowUpContract: {
|
|
|
9919
13022
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
9920
13023
|
readonly detail: v.StringSchema<undefined>;
|
|
9921
13024
|
}, undefined>, undefined>;
|
|
13025
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
9922
13026
|
}, undefined>;
|
|
9923
13027
|
};
|
|
9924
13028
|
} & {
|
|
@@ -10134,6 +13238,63 @@ export declare const sendBackPublicRunFollowUpContract: {
|
|
|
10134
13238
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
10135
13239
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
10136
13240
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13241
|
+
}, undefined>, v.ObjectSchema<{
|
|
13242
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
13243
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
13244
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
13245
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
13246
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
13247
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13248
|
+
readonly title: v.StringSchema<undefined>;
|
|
13249
|
+
readonly goal: v.StringSchema<undefined>;
|
|
13250
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
13251
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13252
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13253
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13254
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13255
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13256
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13257
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13258
|
+
}, undefined>, undefined>;
|
|
13259
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
13260
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
13261
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
13262
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13263
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13264
|
+
readonly path: v.StringSchema<undefined>;
|
|
13265
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13266
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
13267
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
13268
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
13269
|
+
readonly title: v.StringSchema<undefined>;
|
|
13270
|
+
readonly detail: v.StringSchema<undefined>;
|
|
13271
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13272
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13273
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13274
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
13275
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
13276
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
13277
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13278
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
13279
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
13280
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13281
|
+
}, undefined>, undefined>;
|
|
13282
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
13283
|
+
}, undefined>, undefined>;
|
|
13284
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
13285
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
13286
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
13287
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
13288
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
13289
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
13290
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13291
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
13292
|
+
}, undefined>, undefined>;
|
|
13293
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
13294
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13295
|
+
}, undefined>, undefined>;
|
|
13296
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13297
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10137
13298
|
}, undefined>, v.ObjectSchema<{
|
|
10138
13299
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
10139
13300
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -10193,6 +13354,7 @@ export declare const sendBackPublicRunFollowUpContract: {
|
|
|
10193
13354
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
10194
13355
|
readonly detail: v.StringSchema<undefined>;
|
|
10195
13356
|
}, undefined>, undefined>;
|
|
13357
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
10196
13358
|
}, undefined>;
|
|
10197
13359
|
};
|
|
10198
13360
|
} & {
|
|
@@ -10411,6 +13573,63 @@ export declare const answerPublicRunFollowUpContract: {
|
|
|
10411
13573
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
10412
13574
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
10413
13575
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13576
|
+
}, undefined>, v.ObjectSchema<{
|
|
13577
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
13578
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
13579
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
13580
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
13581
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
13582
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13583
|
+
readonly title: v.StringSchema<undefined>;
|
|
13584
|
+
readonly goal: v.StringSchema<undefined>;
|
|
13585
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
13586
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13587
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13588
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13589
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13590
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13591
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13592
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13593
|
+
}, undefined>, undefined>;
|
|
13594
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
13595
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
13596
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
13597
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13598
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13599
|
+
readonly path: v.StringSchema<undefined>;
|
|
13600
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13601
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
13602
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
13603
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
13604
|
+
readonly title: v.StringSchema<undefined>;
|
|
13605
|
+
readonly detail: v.StringSchema<undefined>;
|
|
13606
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13607
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13608
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13609
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
13610
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
13611
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
13612
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13613
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
13614
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
13615
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13616
|
+
}, undefined>, undefined>;
|
|
13617
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
13618
|
+
}, undefined>, undefined>;
|
|
13619
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
13620
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
13621
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
13622
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
13623
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
13624
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
13625
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13626
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
13627
|
+
}, undefined>, undefined>;
|
|
13628
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
13629
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13630
|
+
}, undefined>, undefined>;
|
|
13631
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13632
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10414
13633
|
}, undefined>, v.ObjectSchema<{
|
|
10415
13634
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
10416
13635
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -10470,6 +13689,7 @@ export declare const answerPublicRunFollowUpContract: {
|
|
|
10470
13689
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
10471
13690
|
readonly detail: v.StringSchema<undefined>;
|
|
10472
13691
|
}, undefined>, undefined>;
|
|
13692
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
10473
13693
|
}, undefined>;
|
|
10474
13694
|
};
|
|
10475
13695
|
} & {
|
|
@@ -10685,6 +13905,63 @@ export declare const dismissPublicRunFollowUpContract: {
|
|
|
10685
13905
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
10686
13906
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
10687
13907
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13908
|
+
}, undefined>, v.ObjectSchema<{
|
|
13909
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
13910
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
13911
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
13912
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
13913
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
13914
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13915
|
+
readonly title: v.StringSchema<undefined>;
|
|
13916
|
+
readonly goal: v.StringSchema<undefined>;
|
|
13917
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
13918
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13919
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13920
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13921
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13922
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13923
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13924
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13925
|
+
}, undefined>, undefined>;
|
|
13926
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
13927
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
13928
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
13929
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13930
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13931
|
+
readonly path: v.StringSchema<undefined>;
|
|
13932
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
13933
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
13934
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
13935
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
13936
|
+
readonly title: v.StringSchema<undefined>;
|
|
13937
|
+
readonly detail: v.StringSchema<undefined>;
|
|
13938
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13939
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13940
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13941
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
13942
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
13943
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
13944
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13945
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
13946
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
13947
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13948
|
+
}, undefined>, undefined>;
|
|
13949
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
13950
|
+
}, undefined>, undefined>;
|
|
13951
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
13952
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
13953
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
13954
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
13955
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
13956
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
13957
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
13958
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
13959
|
+
}, undefined>, undefined>;
|
|
13960
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
13961
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13962
|
+
}, undefined>, undefined>;
|
|
13963
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
13964
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10688
13965
|
}, undefined>, v.ObjectSchema<{
|
|
10689
13966
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
10690
13967
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -10744,6 +14021,7 @@ export declare const dismissPublicRunFollowUpContract: {
|
|
|
10744
14021
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
10745
14022
|
readonly detail: v.StringSchema<undefined>;
|
|
10746
14023
|
}, undefined>, undefined>;
|
|
14024
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
10747
14025
|
}, undefined>;
|
|
10748
14026
|
};
|
|
10749
14027
|
} & {
|
|
@@ -10960,6 +14238,63 @@ export declare const answerPublicRunInterviewContract: {
|
|
|
10960
14238
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
10961
14239
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
10962
14240
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14241
|
+
}, undefined>, v.ObjectSchema<{
|
|
14242
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
14243
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
14244
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
14245
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
14246
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
14247
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14248
|
+
readonly title: v.StringSchema<undefined>;
|
|
14249
|
+
readonly goal: v.StringSchema<undefined>;
|
|
14250
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
14251
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14252
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14253
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14254
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14255
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14256
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14257
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14258
|
+
}, undefined>, undefined>;
|
|
14259
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
14260
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
14261
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
14262
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14263
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14264
|
+
readonly path: v.StringSchema<undefined>;
|
|
14265
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14266
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
14267
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
14268
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
14269
|
+
readonly title: v.StringSchema<undefined>;
|
|
14270
|
+
readonly detail: v.StringSchema<undefined>;
|
|
14271
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14272
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14273
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14274
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
14275
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
14276
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
14277
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14278
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
14279
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
14280
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14281
|
+
}, undefined>, undefined>;
|
|
14282
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
14283
|
+
}, undefined>, undefined>;
|
|
14284
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
14285
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
14286
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
14287
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
14288
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
14289
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
14290
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14291
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
14292
|
+
}, undefined>, undefined>;
|
|
14293
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
14294
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14295
|
+
}, undefined>, undefined>;
|
|
14296
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14297
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
10963
14298
|
}, undefined>, v.ObjectSchema<{
|
|
10964
14299
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
10965
14300
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -11019,6 +14354,7 @@ export declare const answerPublicRunInterviewContract: {
|
|
|
11019
14354
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11020
14355
|
readonly detail: v.StringSchema<undefined>;
|
|
11021
14356
|
}, undefined>, undefined>;
|
|
14357
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
11022
14358
|
}, undefined>;
|
|
11023
14359
|
};
|
|
11024
14360
|
} & {
|
|
@@ -11236,6 +14572,63 @@ export declare const continuePublicRunInterviewContract: {
|
|
|
11236
14572
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
11237
14573
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
11238
14574
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14575
|
+
}, undefined>, v.ObjectSchema<{
|
|
14576
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
14577
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
14578
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
14579
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
14580
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
14581
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14582
|
+
readonly title: v.StringSchema<undefined>;
|
|
14583
|
+
readonly goal: v.StringSchema<undefined>;
|
|
14584
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
14585
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14586
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14587
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14588
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14589
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14590
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14591
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14592
|
+
}, undefined>, undefined>;
|
|
14593
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
14594
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
14595
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
14596
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14597
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14598
|
+
readonly path: v.StringSchema<undefined>;
|
|
14599
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14600
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
14601
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
14602
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
14603
|
+
readonly title: v.StringSchema<undefined>;
|
|
14604
|
+
readonly detail: v.StringSchema<undefined>;
|
|
14605
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14606
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14607
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14608
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
14609
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
14610
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
14611
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14612
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
14613
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
14614
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14615
|
+
}, undefined>, undefined>;
|
|
14616
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
14617
|
+
}, undefined>, undefined>;
|
|
14618
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
14619
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
14620
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
14621
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
14622
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
14623
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
14624
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14625
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
14626
|
+
}, undefined>, undefined>;
|
|
14627
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
14628
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14629
|
+
}, undefined>, undefined>;
|
|
14630
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14631
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11239
14632
|
}, undefined>, v.ObjectSchema<{
|
|
11240
14633
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
11241
14634
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -11295,6 +14688,7 @@ export declare const continuePublicRunInterviewContract: {
|
|
|
11295
14688
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11296
14689
|
readonly detail: v.StringSchema<undefined>;
|
|
11297
14690
|
}, undefined>, undefined>;
|
|
14691
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
11298
14692
|
}, undefined>;
|
|
11299
14693
|
};
|
|
11300
14694
|
} & {
|
|
@@ -11508,6 +14902,63 @@ export declare const proceedPublicRunInterviewContract: {
|
|
|
11508
14902
|
readonly maxResumeAttempts: v.NumberSchema<undefined>;
|
|
11509
14903
|
readonly reportedSlices: v.NumberSchema<undefined>;
|
|
11510
14904
|
readonly lastActivityAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14905
|
+
}, undefined>, v.ObjectSchema<{
|
|
14906
|
+
readonly kind: v.LiteralSchema<"bug-fishing", undefined>;
|
|
14907
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
14908
|
+
readonly stepKind: v.StringSchema<undefined>;
|
|
14909
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
14910
|
+
readonly phases: v.ArraySchema<v.ObjectSchema<{
|
|
14911
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14912
|
+
readonly title: v.StringSchema<undefined>;
|
|
14913
|
+
readonly goal: v.StringSchema<undefined>;
|
|
14914
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
14915
|
+
readonly summary: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14916
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14917
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14918
|
+
readonly territoryLabel: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14919
|
+
readonly settledAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14920
|
+
readonly filesRead: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14921
|
+
readonly manifestFiles: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14922
|
+
}, undefined>, undefined>;
|
|
14923
|
+
readonly currentPhaseIndex: v.NumberSchema<undefined>;
|
|
14924
|
+
readonly findings: v.ArraySchema<v.ObjectSchema<{
|
|
14925
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
14926
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14927
|
+
readonly territoryId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14928
|
+
readonly path: v.StringSchema<undefined>;
|
|
14929
|
+
readonly line: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
14930
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
14931
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
14932
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
14933
|
+
readonly title: v.StringSchema<undefined>;
|
|
14934
|
+
readonly detail: v.StringSchema<undefined>;
|
|
14935
|
+
readonly failureScenario: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14936
|
+
readonly evidence: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14937
|
+
readonly suggestedFix: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14938
|
+
readonly spawn: v.NullableSchema<v.ObjectSchema<{
|
|
14939
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
14940
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
14941
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14942
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
14943
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
14944
|
+
readonly failureReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14945
|
+
}, undefined>, undefined>;
|
|
14946
|
+
readonly dismissed: v.BooleanSchema<undefined>;
|
|
14947
|
+
}, undefined>, undefined>;
|
|
14948
|
+
readonly plan: v.NullableSchema<v.ObjectSchema<{
|
|
14949
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
14950
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
14951
|
+
readonly unfished: v.ArraySchema<v.ObjectSchema<{
|
|
14952
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
14953
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
14954
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
14955
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
14956
|
+
}, undefined>, undefined>;
|
|
14957
|
+
readonly treeTruncated: v.BooleanSchema<undefined>;
|
|
14958
|
+
readonly surveyUnavailableReason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14959
|
+
}, undefined>, undefined>;
|
|
14960
|
+
readonly defaultFixPipelineId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
14961
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
11511
14962
|
}, undefined>, v.ObjectSchema<{
|
|
11512
14963
|
readonly kind: v.LiteralSchema<"human-test", undefined>;
|
|
11513
14964
|
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
@@ -11567,6 +15018,7 @@ export declare const proceedPublicRunInterviewContract: {
|
|
|
11567
15018
|
readonly stepIndex: v.NumberSchema<undefined>;
|
|
11568
15019
|
readonly detail: v.StringSchema<undefined>;
|
|
11569
15020
|
}, undefined>, undefined>;
|
|
15021
|
+
readonly truncated: v.BooleanSchema<undefined>;
|
|
11570
15022
|
}, undefined>;
|
|
11571
15023
|
};
|
|
11572
15024
|
} & {
|