@cat-factory/contracts 0.167.0 → 0.169.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.
@@ -422,6 +422,34 @@ export declare const requestHumanReviewFixContract: {
422
422
  }, undefined>, undefined>, readonly []>;
423
423
  readonly at: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
424
424
  }, undefined>, undefined>, undefined>;
425
+ readonly reproduction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
426
+ readonly status: import("valibot").SchemaWithFallback<import("valibot").PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
427
+ readonly command: import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">;
428
+ readonly testPaths: import("valibot").SchemaWithFallback<import("valibot").ArraySchema<import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">, undefined>, readonly []>;
429
+ readonly omittedTestPaths: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
430
+ readonly base: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
431
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
432
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
433
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
434
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
435
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
436
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
437
+ }, undefined>, undefined>, undefined>;
438
+ readonly final: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
439
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
440
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
441
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
442
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
443
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
444
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
445
+ }, undefined>, undefined>, undefined>;
446
+ readonly attempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
447
+ readonly maxAttempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 3>;
448
+ readonly reason: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
449
+ readonly alternativeVerification: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
450
+ readonly note: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
451
+ readonly at: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 0>;
452
+ }, undefined>, undefined>, undefined>;
425
453
  readonly pendingForkChat: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
426
454
  readonly messageId: import("valibot").StringSchema<undefined>;
427
455
  }, undefined>, undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"human-review.d.ts","sourceRoot":"","sources":["../../src/routes/human-review.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMxC,CAAA"}
1
+ {"version":3,"file":"human-review.d.ts","sourceRoot":"","sources":["../../src/routes/human-review.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMxC,CAAA"}
@@ -421,6 +421,34 @@ export declare const confirmHumanTestContract: {
421
421
  }, undefined>, undefined>, readonly []>;
422
422
  readonly at: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
423
423
  }, undefined>, undefined>, undefined>;
424
+ readonly reproduction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
425
+ readonly status: import("valibot").SchemaWithFallback<import("valibot").PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
426
+ readonly command: import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">;
427
+ readonly testPaths: import("valibot").SchemaWithFallback<import("valibot").ArraySchema<import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">, undefined>, readonly []>;
428
+ readonly omittedTestPaths: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
429
+ readonly base: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
430
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
431
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
432
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
433
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
434
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
435
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
436
+ }, undefined>, undefined>, undefined>;
437
+ readonly final: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
438
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
439
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
440
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
441
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
442
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
443
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
444
+ }, undefined>, undefined>, undefined>;
445
+ readonly attempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
446
+ readonly maxAttempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 3>;
447
+ readonly reason: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
448
+ readonly alternativeVerification: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
449
+ readonly note: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
450
+ readonly at: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 0>;
451
+ }, undefined>, undefined>, undefined>;
424
452
  readonly pendingForkChat: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
425
453
  readonly messageId: import("valibot").StringSchema<undefined>;
426
454
  }, undefined>, undefined>, undefined>;
@@ -1272,6 +1300,34 @@ export declare const requestHumanTestFixContract: {
1272
1300
  }, undefined>, undefined>, readonly []>;
1273
1301
  readonly at: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1274
1302
  }, undefined>, undefined>, undefined>;
1303
+ readonly reproduction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
1304
+ readonly status: import("valibot").SchemaWithFallback<import("valibot").PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
1305
+ readonly command: import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">;
1306
+ readonly testPaths: import("valibot").SchemaWithFallback<import("valibot").ArraySchema<import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">, undefined>, readonly []>;
1307
+ readonly omittedTestPaths: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1308
+ readonly base: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1309
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
1310
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
1311
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1312
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1313
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
1314
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
1315
+ }, undefined>, undefined>, undefined>;
1316
+ readonly final: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1317
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
1318
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
1319
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1320
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1321
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
1322
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
1323
+ }, undefined>, undefined>, undefined>;
1324
+ readonly attempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
1325
+ readonly maxAttempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 3>;
1326
+ readonly reason: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1327
+ readonly alternativeVerification: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1328
+ readonly note: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1329
+ readonly at: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 0>;
1330
+ }, undefined>, undefined>, undefined>;
1275
1331
  readonly pendingForkChat: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
1276
1332
  readonly messageId: import("valibot").StringSchema<undefined>;
1277
1333
  }, undefined>, undefined>, undefined>;
@@ -2121,6 +2177,34 @@ export declare const pullMainHumanTestContract: {
2121
2177
  }, undefined>, undefined>, readonly []>;
2122
2178
  readonly at: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
2123
2179
  }, undefined>, undefined>, undefined>;
2180
+ readonly reproduction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
2181
+ readonly status: import("valibot").SchemaWithFallback<import("valibot").PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
2182
+ readonly command: import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">;
2183
+ readonly testPaths: import("valibot").SchemaWithFallback<import("valibot").ArraySchema<import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">, undefined>, readonly []>;
2184
+ readonly omittedTestPaths: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
2185
+ readonly base: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
2186
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
2187
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
2188
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
2189
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
2190
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
2191
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
2192
+ }, undefined>, undefined>, undefined>;
2193
+ readonly final: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
2194
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
2195
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
2196
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
2197
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
2198
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
2199
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
2200
+ }, undefined>, undefined>, undefined>;
2201
+ readonly attempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
2202
+ readonly maxAttempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 3>;
2203
+ readonly reason: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
2204
+ readonly alternativeVerification: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
2205
+ readonly note: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
2206
+ readonly at: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 0>;
2207
+ }, undefined>, undefined>, undefined>;
2124
2208
  readonly pendingForkChat: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
2125
2209
  readonly messageId: import("valibot").StringSchema<undefined>;
2126
2210
  }, undefined>, undefined>, undefined>;
@@ -2970,6 +3054,34 @@ export declare const recreateHumanTestEnvContract: {
2970
3054
  }, undefined>, undefined>, readonly []>;
2971
3055
  readonly at: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
2972
3056
  }, undefined>, undefined>, undefined>;
3057
+ readonly reproduction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
3058
+ readonly status: import("valibot").SchemaWithFallback<import("valibot").PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
3059
+ readonly command: import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">;
3060
+ readonly testPaths: import("valibot").SchemaWithFallback<import("valibot").ArraySchema<import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">, undefined>, readonly []>;
3061
+ readonly omittedTestPaths: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3062
+ readonly base: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
3063
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
3064
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
3065
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3066
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3067
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3068
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3069
+ }, undefined>, undefined>, undefined>;
3070
+ readonly final: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
3071
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
3072
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
3073
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3074
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3075
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3076
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3077
+ }, undefined>, undefined>, undefined>;
3078
+ readonly attempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
3079
+ readonly maxAttempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 3>;
3080
+ readonly reason: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3081
+ readonly alternativeVerification: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3082
+ readonly note: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3083
+ readonly at: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 0>;
3084
+ }, undefined>, undefined>, undefined>;
2973
3085
  readonly pendingForkChat: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
2974
3086
  readonly messageId: import("valibot").StringSchema<undefined>;
2975
3087
  }, undefined>, undefined>, undefined>;
@@ -3819,6 +3931,34 @@ export declare const destroyHumanTestEnvContract: {
3819
3931
  }, undefined>, undefined>, readonly []>;
3820
3932
  readonly at: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3821
3933
  }, undefined>, undefined>, undefined>;
3934
+ readonly reproduction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
3935
+ readonly status: import("valibot").SchemaWithFallback<import("valibot").PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
3936
+ readonly command: import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">;
3937
+ readonly testPaths: import("valibot").SchemaWithFallback<import("valibot").ArraySchema<import("valibot").SchemaWithFallback<import("valibot").StringSchema<undefined>, "">, undefined>, readonly []>;
3938
+ readonly omittedTestPaths: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3939
+ readonly base: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
3940
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
3941
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
3942
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3943
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3944
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3945
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3946
+ }, undefined>, undefined>, undefined>;
3947
+ readonly final: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
3948
+ readonly exitCode: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
3949
+ readonly passed: import("valibot").SchemaWithFallback<import("valibot").BooleanSchema<undefined>, false>;
3950
+ readonly outputTail: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3951
+ readonly durationMs: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3952
+ readonly timedOut: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3953
+ readonly setupFailed: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
3954
+ }, undefined>, undefined>, undefined>;
3955
+ readonly attempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 1>;
3956
+ readonly maxAttempts: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 3>;
3957
+ readonly reason: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3958
+ readonly alternativeVerification: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3959
+ readonly note: import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3960
+ readonly at: import("valibot").SchemaWithFallback<import("valibot").NumberSchema<undefined>, 0>;
3961
+ }, undefined>, undefined>, undefined>;
3822
3962
  readonly pendingForkChat: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
3823
3963
  readonly messageId: import("valibot").StringSchema<undefined>;
3824
3964
  }, undefined>, undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"human-test.d.ts","sourceRoot":"","sources":["../../src/routes/human-test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAc3E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMpC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA"}
1
+ {"version":3,"file":"human-test.d.ts","sourceRoot":"","sources":["../../src/routes/human-test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAc3E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMpC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA"}
@@ -141,6 +141,7 @@ export declare const getRunnerPoolConnectionContract: {
141
141
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
142
142
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
143
143
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
144
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
144
145
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
145
146
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
146
147
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -322,6 +323,7 @@ export declare const getRunnerPoolConnectionContract: {
322
323
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
323
324
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
324
325
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
326
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
325
327
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
326
328
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
327
329
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -443,6 +445,7 @@ export declare const registerRunnerPoolContract: {
443
445
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
444
446
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
445
447
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
448
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
446
449
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
447
450
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
448
451
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -624,6 +627,7 @@ export declare const registerRunnerPoolContract: {
624
627
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
625
628
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
626
629
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
630
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
627
631
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
628
632
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
629
633
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -769,6 +773,7 @@ export declare const registerRunnerPoolContract: {
769
773
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
770
774
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
771
775
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
776
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
772
777
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
773
778
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
774
779
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -950,6 +955,7 @@ export declare const registerRunnerPoolContract: {
950
955
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
951
956
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
952
957
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
958
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
953
959
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
954
960
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
955
961
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -1102,6 +1108,7 @@ export declare const updateRunnerPoolSecretsContract: {
1102
1108
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1103
1109
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1104
1110
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1111
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1105
1112
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1106
1113
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1107
1114
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -1283,6 +1290,7 @@ export declare const updateRunnerPoolSecretsContract: {
1283
1290
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1284
1291
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1285
1292
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1293
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1286
1294
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1287
1295
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1288
1296
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -1504,6 +1512,7 @@ export declare const testRunnerPoolConnectionContract: {
1504
1512
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1505
1513
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1506
1514
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1515
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1507
1516
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1508
1517
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1509
1518
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -1685,6 +1694,7 @@ export declare const testRunnerPoolConnectionContract: {
1685
1694
  readonly followUpsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1686
1695
  readonly callMetricsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1687
1696
  readonly validationReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1697
+ readonly reproductionReportPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1688
1698
  readonly errorPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1689
1699
  readonly failureCausePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1690
1700
  readonly detailPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"runners.d.ts","sourceRoot":"","sources":["../../src/routes/runners.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAoB5B,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI1C,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKrC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK1C,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAA;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO7C,CAAA;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK3C,CAAA"}
1
+ {"version":3,"file":"runners.d.ts","sourceRoot":"","sources":["../../src/routes/runners.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAoB5B,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI1C,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKrC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK1C,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAA;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO7C,CAAA;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK3C,CAAA"}
@@ -422,6 +422,34 @@ export declare const approveVisualConfirmContract: {
422
422
  }, undefined>, undefined>, readonly []>;
423
423
  readonly at: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
424
424
  }, undefined>, undefined>, undefined>;
425
+ readonly reproduction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
426
+ readonly status: v.SchemaWithFallback<v.PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
427
+ readonly command: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
428
+ readonly testPaths: v.SchemaWithFallback<v.ArraySchema<v.SchemaWithFallback<v.StringSchema<undefined>, "">, undefined>, readonly []>;
429
+ readonly omittedTestPaths: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
430
+ readonly base: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
431
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
432
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
433
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
434
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
435
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
436
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
437
+ }, undefined>, undefined>, undefined>;
438
+ readonly final: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
439
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
440
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
441
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
442
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
443
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
444
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
445
+ }, undefined>, undefined>, undefined>;
446
+ readonly attempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
447
+ readonly maxAttempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 3>;
448
+ readonly reason: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
449
+ readonly alternativeVerification: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
450
+ readonly note: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
451
+ readonly at: v.SchemaWithFallback<v.NumberSchema<undefined>, 0>;
452
+ }, undefined>, undefined>, undefined>;
425
453
  readonly pendingForkChat: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
426
454
  readonly messageId: v.StringSchema<undefined>;
427
455
  }, undefined>, undefined>, undefined>;
@@ -1273,6 +1301,34 @@ export declare const requestVisualConfirmFixContract: {
1273
1301
  }, undefined>, undefined>, readonly []>;
1274
1302
  readonly at: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
1275
1303
  }, undefined>, undefined>, undefined>;
1304
+ readonly reproduction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
1305
+ readonly status: v.SchemaWithFallback<v.PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
1306
+ readonly command: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
1307
+ readonly testPaths: v.SchemaWithFallback<v.ArraySchema<v.SchemaWithFallback<v.StringSchema<undefined>, "">, undefined>, readonly []>;
1308
+ readonly omittedTestPaths: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
1309
+ readonly base: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
1310
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
1311
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
1312
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
1313
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
1314
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
1315
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
1316
+ }, undefined>, undefined>, undefined>;
1317
+ readonly final: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
1318
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
1319
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
1320
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
1321
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
1322
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
1323
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
1324
+ }, undefined>, undefined>, undefined>;
1325
+ readonly attempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
1326
+ readonly maxAttempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 3>;
1327
+ readonly reason: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
1328
+ readonly alternativeVerification: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
1329
+ readonly note: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
1330
+ readonly at: v.SchemaWithFallback<v.NumberSchema<undefined>, 0>;
1331
+ }, undefined>, undefined>, undefined>;
1276
1332
  readonly pendingForkChat: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
1277
1333
  readonly messageId: v.StringSchema<undefined>;
1278
1334
  }, undefined>, undefined>, undefined>;
@@ -2122,6 +2178,34 @@ export declare const recaptureVisualConfirmContract: {
2122
2178
  }, undefined>, undefined>, readonly []>;
2123
2179
  readonly at: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
2124
2180
  }, undefined>, undefined>, undefined>;
2181
+ readonly reproduction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
2182
+ readonly status: v.SchemaWithFallback<v.PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
2183
+ readonly command: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
2184
+ readonly testPaths: v.SchemaWithFallback<v.ArraySchema<v.SchemaWithFallback<v.StringSchema<undefined>, "">, undefined>, readonly []>;
2185
+ readonly omittedTestPaths: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
2186
+ readonly base: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
2187
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
2188
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
2189
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
2190
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
2191
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
2192
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
2193
+ }, undefined>, undefined>, undefined>;
2194
+ readonly final: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
2195
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
2196
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
2197
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
2198
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
2199
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
2200
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
2201
+ }, undefined>, undefined>, undefined>;
2202
+ readonly attempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
2203
+ readonly maxAttempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 3>;
2204
+ readonly reason: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
2205
+ readonly alternativeVerification: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
2206
+ readonly note: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
2207
+ readonly at: v.SchemaWithFallback<v.NumberSchema<undefined>, 0>;
2208
+ }, undefined>, undefined>, undefined>;
2125
2209
  readonly pendingForkChat: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
2126
2210
  readonly messageId: v.StringSchema<undefined>;
2127
2211
  }, undefined>, undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"visual-confirm.d.ts","sourceRoot":"","sources":["../../src/routes/visual-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAc5B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAA"}
1
+ {"version":3,"file":"visual-confirm.d.ts","sourceRoot":"","sources":["../../src/routes/visual-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAc5B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAA"}
@@ -885,6 +885,34 @@ export declare const createWorkspaceContract: {
885
885
  }, undefined>, undefined>, readonly []>;
886
886
  readonly at: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
887
887
  }, undefined>, undefined>, undefined>;
888
+ readonly reproduction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
889
+ readonly status: v.SchemaWithFallback<v.PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
890
+ readonly command: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
891
+ readonly testPaths: v.SchemaWithFallback<v.ArraySchema<v.SchemaWithFallback<v.StringSchema<undefined>, "">, undefined>, readonly []>;
892
+ readonly omittedTestPaths: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
893
+ readonly base: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
894
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
895
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
896
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
897
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
898
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
899
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
900
+ }, undefined>, undefined>, undefined>;
901
+ readonly final: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
902
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
903
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
904
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
905
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
906
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
907
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
908
+ }, undefined>, undefined>, undefined>;
909
+ readonly attempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
910
+ readonly maxAttempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 3>;
911
+ readonly reason: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
912
+ readonly alternativeVerification: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
913
+ readonly note: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
914
+ readonly at: v.SchemaWithFallback<v.NumberSchema<undefined>, 0>;
915
+ }, undefined>, undefined>, undefined>;
888
916
  readonly pendingForkChat: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
889
917
  readonly messageId: v.StringSchema<undefined>;
890
918
  }, undefined>, undefined>, undefined>;
@@ -3289,6 +3317,34 @@ export declare const getWorkspaceContract: {
3289
3317
  }, undefined>, undefined>, readonly []>;
3290
3318
  readonly at: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
3291
3319
  }, undefined>, undefined>, undefined>;
3320
+ readonly reproduction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
3321
+ readonly status: v.SchemaWithFallback<v.PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
3322
+ readonly command: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
3323
+ readonly testPaths: v.SchemaWithFallback<v.ArraySchema<v.SchemaWithFallback<v.StringSchema<undefined>, "">, undefined>, readonly []>;
3324
+ readonly omittedTestPaths: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
3325
+ readonly base: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
3326
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
3327
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
3328
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
3329
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
3330
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
3331
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
3332
+ }, undefined>, undefined>, undefined>;
3333
+ readonly final: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
3334
+ readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
3335
+ readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
3336
+ readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
3337
+ readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
3338
+ readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
3339
+ readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
3340
+ }, undefined>, undefined>, undefined>;
3341
+ readonly attempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
3342
+ readonly maxAttempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 3>;
3343
+ readonly reason: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
3344
+ readonly alternativeVerification: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
3345
+ readonly note: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
3346
+ readonly at: v.SchemaWithFallback<v.NumberSchema<undefined>, 0>;
3347
+ }, undefined>, undefined>, undefined>;
3292
3348
  readonly pendingForkChat: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
3293
3349
  readonly messageId: v.StringSchema<undefined>;
3294
3350
  }, undefined>, undefined>, undefined>;