@cat-factory/contracts 0.109.0 → 0.110.1
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/bootstrap.d.ts +2 -0
- package/dist/bootstrap.d.ts.map +1 -1
- package/dist/entities.d.ts +63 -0
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +37 -0
- package/dist/entities.js.map +1 -1
- package/dist/env-config-repair.d.ts +1 -0
- package/dist/env-config-repair.d.ts.map +1 -1
- package/dist/environments.d.ts +11 -0
- package/dist/environments.d.ts.map +1 -1
- package/dist/environments.js +10 -0
- package/dist/environments.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +20 -0
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/bootstrap.d.ts +3 -0
- package/dist/routes/bootstrap.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +64 -0
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/human-review.d.ts +8 -0
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +40 -0
- package/dist/routes/human-test.d.ts.map +1 -1
- package/dist/routes/visual-confirm.d.ts +24 -0
- package/dist/routes/visual-confirm.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +20 -0
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +10 -0
- package/dist/snapshot.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -637,6 +637,7 @@ export declare const confirmHumanTestContract: {
|
|
|
637
637
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
638
638
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
639
639
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
640
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
640
641
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
641
642
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
642
643
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -654,6 +655,7 @@ export declare const confirmHumanTestContract: {
|
|
|
654
655
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
655
656
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
656
657
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
658
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
657
659
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
658
660
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
659
661
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -666,6 +668,12 @@ export declare const confirmHumanTestContract: {
|
|
|
666
668
|
}, undefined>, undefined>;
|
|
667
669
|
readonly stepIndex: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
668
670
|
}, undefined>, undefined>, undefined>;
|
|
671
|
+
readonly outputHistory: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
672
|
+
readonly stepIndex: import("valibot").NumberSchema<undefined>;
|
|
673
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
674
|
+
readonly output: import("valibot").StringSchema<undefined>;
|
|
675
|
+
readonly truncated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
676
|
+
}, undefined>, undefined>, undefined>;
|
|
669
677
|
readonly notes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
670
678
|
readonly frontendBindings: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
671
679
|
readonly envVar: import("valibot").StringSchema<undefined>;
|
|
@@ -1317,6 +1325,7 @@ export declare const requestHumanTestFixContract: {
|
|
|
1317
1325
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
1318
1326
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1319
1327
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1328
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1320
1329
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
1321
1330
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1322
1331
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -1334,6 +1343,7 @@ export declare const requestHumanTestFixContract: {
|
|
|
1334
1343
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
1335
1344
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1336
1345
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1346
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1337
1347
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
1338
1348
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1339
1349
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -1346,6 +1356,12 @@ export declare const requestHumanTestFixContract: {
|
|
|
1346
1356
|
}, undefined>, undefined>;
|
|
1347
1357
|
readonly stepIndex: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1348
1358
|
}, undefined>, undefined>, undefined>;
|
|
1359
|
+
readonly outputHistory: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1360
|
+
readonly stepIndex: import("valibot").NumberSchema<undefined>;
|
|
1361
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
1362
|
+
readonly output: import("valibot").StringSchema<undefined>;
|
|
1363
|
+
readonly truncated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1364
|
+
}, undefined>, undefined>, undefined>;
|
|
1349
1365
|
readonly notes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1350
1366
|
readonly frontendBindings: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1351
1367
|
readonly envVar: import("valibot").StringSchema<undefined>;
|
|
@@ -1995,6 +2011,7 @@ export declare const pullMainHumanTestContract: {
|
|
|
1995
2011
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
1996
2012
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1997
2013
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2014
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1998
2015
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
1999
2016
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
2000
2017
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -2012,6 +2029,7 @@ export declare const pullMainHumanTestContract: {
|
|
|
2012
2029
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
2013
2030
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2014
2031
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2032
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
2015
2033
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
2016
2034
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
2017
2035
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -2024,6 +2042,12 @@ export declare const pullMainHumanTestContract: {
|
|
|
2024
2042
|
}, undefined>, undefined>;
|
|
2025
2043
|
readonly stepIndex: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
2026
2044
|
}, undefined>, undefined>, undefined>;
|
|
2045
|
+
readonly outputHistory: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2046
|
+
readonly stepIndex: import("valibot").NumberSchema<undefined>;
|
|
2047
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
2048
|
+
readonly output: import("valibot").StringSchema<undefined>;
|
|
2049
|
+
readonly truncated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2050
|
+
}, undefined>, undefined>, undefined>;
|
|
2027
2051
|
readonly notes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
2028
2052
|
readonly frontendBindings: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2029
2053
|
readonly envVar: import("valibot").StringSchema<undefined>;
|
|
@@ -2673,6 +2697,7 @@ export declare const recreateHumanTestEnvContract: {
|
|
|
2673
2697
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
2674
2698
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2675
2699
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2700
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
2676
2701
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
2677
2702
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
2678
2703
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -2690,6 +2715,7 @@ export declare const recreateHumanTestEnvContract: {
|
|
|
2690
2715
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
2691
2716
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2692
2717
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2718
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
2693
2719
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
2694
2720
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
2695
2721
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -2702,6 +2728,12 @@ export declare const recreateHumanTestEnvContract: {
|
|
|
2702
2728
|
}, undefined>, undefined>;
|
|
2703
2729
|
readonly stepIndex: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
2704
2730
|
}, undefined>, undefined>, undefined>;
|
|
2731
|
+
readonly outputHistory: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2732
|
+
readonly stepIndex: import("valibot").NumberSchema<undefined>;
|
|
2733
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
2734
|
+
readonly output: import("valibot").StringSchema<undefined>;
|
|
2735
|
+
readonly truncated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2736
|
+
}, undefined>, undefined>, undefined>;
|
|
2705
2737
|
readonly notes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
2706
2738
|
readonly frontendBindings: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2707
2739
|
readonly envVar: import("valibot").StringSchema<undefined>;
|
|
@@ -3351,6 +3383,7 @@ export declare const destroyHumanTestEnvContract: {
|
|
|
3351
3383
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
3352
3384
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
3353
3385
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
3386
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
3354
3387
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
3355
3388
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
3356
3389
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -3368,6 +3401,7 @@ export declare const destroyHumanTestEnvContract: {
|
|
|
3368
3401
|
readonly message: import("valibot").StringSchema<undefined>;
|
|
3369
3402
|
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
3370
3403
|
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
3404
|
+
readonly reason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
3371
3405
|
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
3372
3406
|
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
3373
3407
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -3380,6 +3414,12 @@ export declare const destroyHumanTestEnvContract: {
|
|
|
3380
3414
|
}, undefined>, undefined>;
|
|
3381
3415
|
readonly stepIndex: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
3382
3416
|
}, undefined>, undefined>, undefined>;
|
|
3417
|
+
readonly outputHistory: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
3418
|
+
readonly stepIndex: import("valibot").NumberSchema<undefined>;
|
|
3419
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
3420
|
+
readonly output: import("valibot").StringSchema<undefined>;
|
|
3421
|
+
readonly truncated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
3422
|
+
}, undefined>, undefined>, undefined>;
|
|
3383
3423
|
readonly notes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
3384
3424
|
readonly frontendBindings: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
3385
3425
|
readonly envVar: import("valibot").StringSchema<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
|
|
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"}
|
|
@@ -638,6 +638,7 @@ export declare const approveVisualConfirmContract: {
|
|
|
638
638
|
readonly message: v.StringSchema<undefined>;
|
|
639
639
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
640
640
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
641
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
641
642
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
642
643
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
643
644
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -655,6 +656,7 @@ export declare const approveVisualConfirmContract: {
|
|
|
655
656
|
readonly message: v.StringSchema<undefined>;
|
|
656
657
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
657
658
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
659
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
658
660
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
659
661
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
660
662
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -667,6 +669,12 @@ export declare const approveVisualConfirmContract: {
|
|
|
667
669
|
}, undefined>, undefined>;
|
|
668
670
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
669
671
|
}, undefined>, undefined>, undefined>;
|
|
672
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
673
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
674
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
675
|
+
readonly output: v.StringSchema<undefined>;
|
|
676
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
677
|
+
}, undefined>, undefined>, undefined>;
|
|
670
678
|
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
671
679
|
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
672
680
|
readonly envVar: v.StringSchema<undefined>;
|
|
@@ -1318,6 +1326,7 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
1318
1326
|
readonly message: v.StringSchema<undefined>;
|
|
1319
1327
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1320
1328
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1329
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1321
1330
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1322
1331
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1323
1332
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1335,6 +1344,7 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
1335
1344
|
readonly message: v.StringSchema<undefined>;
|
|
1336
1345
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1337
1346
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1347
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1338
1348
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1339
1349
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1340
1350
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1347,6 +1357,12 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
1347
1357
|
}, undefined>, undefined>;
|
|
1348
1358
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1349
1359
|
}, undefined>, undefined>, undefined>;
|
|
1360
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1361
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1362
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1363
|
+
readonly output: v.StringSchema<undefined>;
|
|
1364
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1365
|
+
}, undefined>, undefined>, undefined>;
|
|
1350
1366
|
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1351
1367
|
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1352
1368
|
readonly envVar: v.StringSchema<undefined>;
|
|
@@ -1996,6 +2012,7 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
1996
2012
|
readonly message: v.StringSchema<undefined>;
|
|
1997
2013
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1998
2014
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2015
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1999
2016
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2000
2017
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2001
2018
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -2013,6 +2030,7 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
2013
2030
|
readonly message: v.StringSchema<undefined>;
|
|
2014
2031
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2015
2032
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2033
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2016
2034
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2017
2035
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2018
2036
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -2025,6 +2043,12 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
2025
2043
|
}, undefined>, undefined>;
|
|
2026
2044
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2027
2045
|
}, undefined>, undefined>, undefined>;
|
|
2046
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2047
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2048
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2049
|
+
readonly output: v.StringSchema<undefined>;
|
|
2050
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2051
|
+
}, undefined>, undefined>, undefined>;
|
|
2028
2052
|
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2029
2053
|
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2030
2054
|
readonly envVar: v.StringSchema<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
|
|
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"}
|
|
@@ -1065,6 +1065,7 @@ export declare const createWorkspaceContract: {
|
|
|
1065
1065
|
readonly message: v.StringSchema<undefined>;
|
|
1066
1066
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1067
1067
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1068
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1068
1069
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1069
1070
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1070
1071
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1082,6 +1083,7 @@ export declare const createWorkspaceContract: {
|
|
|
1082
1083
|
readonly message: v.StringSchema<undefined>;
|
|
1083
1084
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1084
1085
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1086
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1085
1087
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1086
1088
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1087
1089
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1094,6 +1096,12 @@ export declare const createWorkspaceContract: {
|
|
|
1094
1096
|
}, undefined>, undefined>;
|
|
1095
1097
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1096
1098
|
}, undefined>, undefined>, undefined>;
|
|
1099
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1100
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1101
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1102
|
+
readonly output: v.StringSchema<undefined>;
|
|
1103
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1104
|
+
}, undefined>, undefined>, undefined>;
|
|
1097
1105
|
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1098
1106
|
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1099
1107
|
readonly envVar: v.StringSchema<undefined>;
|
|
@@ -1129,6 +1137,7 @@ export declare const createWorkspaceContract: {
|
|
|
1129
1137
|
readonly message: v.StringSchema<undefined>;
|
|
1130
1138
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1131
1139
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1140
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1132
1141
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1133
1142
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1134
1143
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1172,6 +1181,7 @@ export declare const createWorkspaceContract: {
|
|
|
1172
1181
|
readonly message: v.StringSchema<undefined>;
|
|
1173
1182
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1174
1183
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1184
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1175
1185
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1176
1186
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1177
1187
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -2637,6 +2647,7 @@ export declare const getWorkspaceContract: {
|
|
|
2637
2647
|
readonly message: v.StringSchema<undefined>;
|
|
2638
2648
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2639
2649
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2650
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2640
2651
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2641
2652
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2642
2653
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -2654,6 +2665,7 @@ export declare const getWorkspaceContract: {
|
|
|
2654
2665
|
readonly message: v.StringSchema<undefined>;
|
|
2655
2666
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2656
2667
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2668
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2657
2669
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2658
2670
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2659
2671
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -2666,6 +2678,12 @@ export declare const getWorkspaceContract: {
|
|
|
2666
2678
|
}, undefined>, undefined>;
|
|
2667
2679
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2668
2680
|
}, undefined>, undefined>, undefined>;
|
|
2681
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2682
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2683
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2684
|
+
readonly output: v.StringSchema<undefined>;
|
|
2685
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2686
|
+
}, undefined>, undefined>, undefined>;
|
|
2669
2687
|
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2670
2688
|
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2671
2689
|
readonly envVar: v.StringSchema<undefined>;
|
|
@@ -2701,6 +2719,7 @@ export declare const getWorkspaceContract: {
|
|
|
2701
2719
|
readonly message: v.StringSchema<undefined>;
|
|
2702
2720
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2703
2721
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2722
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2704
2723
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2705
2724
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2706
2725
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -2744,6 +2763,7 @@ export declare const getWorkspaceContract: {
|
|
|
2744
2763
|
readonly message: v.StringSchema<undefined>;
|
|
2745
2764
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2746
2765
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2766
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2747
2767
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2748
2768
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2749
2769
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../src/routes/workspaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAgB5B,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjC,CAAA;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../src/routes/workspaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAgB5B,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/B,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMlC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA"}
|
package/dist/snapshot.d.ts
CHANGED
|
@@ -1010,6 +1010,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1010
1010
|
readonly message: v.StringSchema<undefined>;
|
|
1011
1011
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1012
1012
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1013
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1013
1014
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1014
1015
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1015
1016
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1027,6 +1028,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1027
1028
|
readonly message: v.StringSchema<undefined>;
|
|
1028
1029
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1029
1030
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1031
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1030
1032
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1031
1033
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1032
1034
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1039,6 +1041,12 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1039
1041
|
}, undefined>, undefined>;
|
|
1040
1042
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1041
1043
|
}, undefined>, undefined>, undefined>;
|
|
1044
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1045
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
1046
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1047
|
+
readonly output: v.StringSchema<undefined>;
|
|
1048
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1049
|
+
}, undefined>, undefined>, undefined>;
|
|
1042
1050
|
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1043
1051
|
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1044
1052
|
readonly envVar: v.StringSchema<undefined>;
|
|
@@ -1080,6 +1088,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1080
1088
|
readonly message: v.StringSchema<undefined>;
|
|
1081
1089
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1082
1090
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1091
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1083
1092
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1084
1093
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1085
1094
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1129,6 +1138,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1129
1138
|
readonly message: v.StringSchema<undefined>;
|
|
1130
1139
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1131
1140
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1141
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1132
1142
|
readonly occurredAt: v.NumberSchema<undefined>;
|
|
1133
1143
|
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1134
1144
|
readonly completed: v.NumberSchema<undefined>;
|
package/dist/snapshot.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../src/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAgC5B,4EAA4E;AAC5E,eAAO,MAAM,uBAAuB;;;IAGlC;;;;;OAKG;;aAEH,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../src/snapshot.ts"],"names":[],"mappings":"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"}
|