@cat-factory/contracts 0.287.0 → 0.287.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.
@@ -231,7 +231,7 @@ export declare const debugRunStepSchema: v.ObjectSchema<{
231
231
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
232
232
  readonly id: v.StringSchema<undefined>;
233
233
  readonly label: v.StringSchema<undefined>;
234
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
234
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
235
235
  }, undefined>, undefined>;
236
236
  readonly agentKind: v.StringSchema<undefined>;
237
237
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -498,7 +498,7 @@ export declare const debugRunOverviewSchema: v.ObjectSchema<{
498
498
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
499
499
  readonly id: v.StringSchema<undefined>;
500
500
  readonly label: v.StringSchema<undefined>;
501
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
501
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
502
502
  }, undefined>, undefined>;
503
503
  readonly agentKind: v.StringSchema<undefined>;
504
504
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -1921,7 +1921,7 @@ export declare const pipelineStepSchema: v.ObjectSchema<{
1921
1921
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
1922
1922
  readonly id: v.StringSchema<undefined>;
1923
1923
  readonly label: v.StringSchema<undefined>;
1924
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1924
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1925
1925
  }, undefined>, undefined>;
1926
1926
  readonly agentKind: v.StringSchema<undefined>;
1927
1927
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -3704,7 +3704,7 @@ export declare const executionInstanceSchema: v.ObjectSchema<{
3704
3704
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
3705
3705
  readonly id: v.StringSchema<undefined>;
3706
3706
  readonly label: v.StringSchema<undefined>;
3707
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
3707
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
3708
3708
  }, undefined>, undefined>;
3709
3709
  readonly agentKind: v.StringSchema<undefined>;
3710
3710
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -779,7 +779,7 @@ export declare const retryAgentRunContract: {
779
779
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
780
780
  readonly id: v.StringSchema<undefined>;
781
781
  readonly label: v.StringSchema<undefined>;
782
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
782
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
783
783
  }, undefined>, undefined>;
784
784
  readonly agentKind: v.StringSchema<undefined>;
785
785
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -2046,7 +2046,7 @@ export declare const stopAgentRunContract: {
2046
2046
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
2047
2047
  readonly id: v.StringSchema<undefined>;
2048
2048
  readonly label: v.StringSchema<undefined>;
2049
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
2049
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
2050
2050
  }, undefined>, undefined>;
2051
2051
  readonly agentKind: v.StringSchema<undefined>;
2052
2052
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -1094,7 +1094,7 @@ declare const adoptBugHuntResultSchema: v.ObjectSchema<{
1094
1094
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
1095
1095
  readonly id: v.StringSchema<undefined>;
1096
1096
  readonly label: v.StringSchema<undefined>;
1097
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1097
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1098
1098
  }, undefined>, undefined>;
1099
1099
  readonly agentKind: v.StringSchema<undefined>;
1100
1100
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -2778,7 +2778,7 @@ export declare const adoptBugHuntCandidateContract: {
2778
2778
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
2779
2779
  readonly id: v.StringSchema<undefined>;
2780
2780
  readonly label: v.StringSchema<undefined>;
2781
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
2781
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
2782
2782
  }, undefined>, undefined>;
2783
2783
  readonly agentKind: v.StringSchema<undefined>;
2784
2784
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -166,7 +166,7 @@ export declare const getDebugRunContract: {
166
166
  readonly unavailable: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
167
167
  readonly id: import("valibot").StringSchema<undefined>;
168
168
  readonly label: import("valibot").StringSchema<undefined>;
169
- readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
169
+ readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
170
170
  }, undefined>, undefined>;
171
171
  readonly agentKind: import("valibot").StringSchema<undefined>;
172
172
  readonly observed: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -797,7 +797,7 @@ export declare const startExecutionContract: {
797
797
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
798
798
  readonly id: v.StringSchema<undefined>;
799
799
  readonly label: v.StringSchema<undefined>;
800
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
800
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
801
801
  }, undefined>, undefined>;
802
802
  readonly agentKind: v.StringSchema<undefined>;
803
803
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -1984,7 +1984,7 @@ export declare const startAgentKindExecutionContract: {
1984
1984
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
1985
1985
  readonly id: v.StringSchema<undefined>;
1986
1986
  readonly label: v.StringSchema<undefined>;
1987
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1987
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1988
1988
  }, undefined>, undefined>;
1989
1989
  readonly agentKind: v.StringSchema<undefined>;
1990
1990
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -4005,7 +4005,7 @@ export declare const resumeSpendContract: {
4005
4005
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
4006
4006
  readonly id: v.StringSchema<undefined>;
4007
4007
  readonly label: v.StringSchema<undefined>;
4008
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
4008
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
4009
4009
  }, undefined>, undefined>;
4010
4010
  readonly agentKind: v.StringSchema<undefined>;
4011
4011
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -5627,7 +5627,7 @@ export declare const resolveDecisionContract: {
5627
5627
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
5628
5628
  readonly id: v.StringSchema<undefined>;
5629
5629
  readonly label: v.StringSchema<undefined>;
5630
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
5630
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
5631
5631
  }, undefined>, undefined>;
5632
5632
  readonly agentKind: v.StringSchema<undefined>;
5633
5633
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -6811,7 +6811,7 @@ export declare const approveStepContract: {
6811
6811
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
6812
6812
  readonly id: v.StringSchema<undefined>;
6813
6813
  readonly label: v.StringSchema<undefined>;
6814
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
6814
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
6815
6815
  }, undefined>, undefined>;
6816
6816
  readonly agentKind: v.StringSchema<undefined>;
6817
6817
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -8009,7 +8009,7 @@ export declare const requestStepChangesContract: {
8009
8009
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
8010
8010
  readonly id: v.StringSchema<undefined>;
8011
8011
  readonly label: v.StringSchema<undefined>;
8012
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
8012
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
8013
8013
  }, undefined>, undefined>;
8014
8014
  readonly agentKind: v.StringSchema<undefined>;
8015
8015
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -9193,7 +9193,7 @@ export declare const resolveStepExceededContract: {
9193
9193
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
9194
9194
  readonly id: v.StringSchema<undefined>;
9195
9195
  readonly label: v.StringSchema<undefined>;
9196
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
9196
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
9197
9197
  }, undefined>, undefined>;
9198
9198
  readonly agentKind: v.StringSchema<undefined>;
9199
9199
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -10375,7 +10375,7 @@ export declare const restartExecutionContract: {
10375
10375
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
10376
10376
  readonly id: v.StringSchema<undefined>;
10377
10377
  readonly label: v.StringSchema<undefined>;
10378
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
10378
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
10379
10379
  }, undefined>, undefined>;
10380
10380
  readonly agentKind: v.StringSchema<undefined>;
10381
10381
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -11559,7 +11559,7 @@ export declare const rejectStepContract: {
11559
11559
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
11560
11560
  readonly id: v.StringSchema<undefined>;
11561
11561
  readonly label: v.StringSchema<undefined>;
11562
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
11562
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
11563
11563
  }, undefined>, undefined>;
11564
11564
  readonly agentKind: v.StringSchema<undefined>;
11565
11565
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -736,7 +736,7 @@ export declare const requestHumanReviewFixContract: {
736
736
  readonly unavailable: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
737
737
  readonly id: import("valibot").StringSchema<undefined>;
738
738
  readonly label: import("valibot").StringSchema<undefined>;
739
- readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
739
+ readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
740
740
  }, undefined>, undefined>;
741
741
  readonly agentKind: import("valibot").StringSchema<undefined>;
742
742
  readonly observed: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -735,7 +735,7 @@ export declare const confirmHumanTestContract: {
735
735
  readonly unavailable: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
736
736
  readonly id: import("valibot").StringSchema<undefined>;
737
737
  readonly label: import("valibot").StringSchema<undefined>;
738
- readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
738
+ readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
739
739
  }, undefined>, undefined>;
740
740
  readonly agentKind: import("valibot").StringSchema<undefined>;
741
741
  readonly observed: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -1917,7 +1917,7 @@ export declare const requestHumanTestFixContract: {
1917
1917
  readonly unavailable: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1918
1918
  readonly id: import("valibot").StringSchema<undefined>;
1919
1919
  readonly label: import("valibot").StringSchema<undefined>;
1920
- readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1920
+ readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1921
1921
  }, undefined>, undefined>;
1922
1922
  readonly agentKind: import("valibot").StringSchema<undefined>;
1923
1923
  readonly observed: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -3097,7 +3097,7 @@ export declare const pullMainHumanTestContract: {
3097
3097
  readonly unavailable: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3098
3098
  readonly id: import("valibot").StringSchema<undefined>;
3099
3099
  readonly label: import("valibot").StringSchema<undefined>;
3100
- readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
3100
+ readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
3101
3101
  }, undefined>, undefined>;
3102
3102
  readonly agentKind: import("valibot").StringSchema<undefined>;
3103
3103
  readonly observed: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -4277,7 +4277,7 @@ export declare const recreateHumanTestEnvContract: {
4277
4277
  readonly unavailable: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4278
4278
  readonly id: import("valibot").StringSchema<undefined>;
4279
4279
  readonly label: import("valibot").StringSchema<undefined>;
4280
- readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
4280
+ readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
4281
4281
  }, undefined>, undefined>;
4282
4282
  readonly agentKind: import("valibot").StringSchema<undefined>;
4283
4283
  readonly observed: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -5457,7 +5457,7 @@ export declare const destroyHumanTestEnvContract: {
5457
5457
  readonly unavailable: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5458
5458
  readonly id: import("valibot").StringSchema<undefined>;
5459
5459
  readonly label: import("valibot").StringSchema<undefined>;
5460
- readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
5460
+ readonly reason: import("valibot").PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
5461
5461
  }, undefined>, undefined>;
5462
5462
  readonly agentKind: import("valibot").StringSchema<undefined>;
5463
5463
  readonly observed: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -90,7 +90,7 @@ export declare const probeToolServerContract: {
90
90
  }, undefined>;
91
91
  readonly 200: import("valibot").ObjectSchema<{
92
92
  readonly serverId: import("valibot").StringSchema<undefined>;
93
- readonly status: import("valibot").PicklistSchema<["ok", "credentials_missing", "credential_refused", "oauth_not_connected", "oauth_token_failed", "unreachable", "http_error", "protocol_error", "not_probeable"], undefined>;
93
+ readonly status: import("valibot").PicklistSchema<["ok", "credentials_missing", "credential_refused", "credential_unusable", "oauth_not_connected", "oauth_token_failed", "unreachable", "http_error", "protocol_error", "not_probeable"], undefined>;
94
94
  readonly notProbeableReason: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["stdio_transport", "container_local_url", "url_not_allowed"], undefined>, undefined>;
95
95
  readonly serverName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
96
96
  readonly serverVersion: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -105,6 +105,7 @@ export declare const probeToolServerContract: {
105
105
  }, undefined>, undefined>;
106
106
  readonly unresolvedCredentials: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
107
107
  readonly refusedCredentials: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
108
+ readonly unusableCredentials: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
108
109
  readonly httpStatus: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
109
110
  readonly error: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
110
111
  }, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"tool-servers.d.ts","sourceRoot":"","sources":["../../src/routes/tool-servers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAyB3E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIlC,CAAA;AAKF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUlC,CAAA;AAiBF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAMF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK5C,CAAA;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK1C,CAAA"}
1
+ {"version":3,"file":"tool-servers.d.ts","sourceRoot":"","sources":["../../src/routes/tool-servers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAyB3E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIlC,CAAA;AAKF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUlC,CAAA;AAiBF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAMF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK5C,CAAA;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK1C,CAAA"}
@@ -736,7 +736,7 @@ export declare const approveVisualConfirmContract: {
736
736
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
737
737
  readonly id: v.StringSchema<undefined>;
738
738
  readonly label: v.StringSchema<undefined>;
739
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
739
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
740
740
  }, undefined>, undefined>;
741
741
  readonly agentKind: v.StringSchema<undefined>;
742
742
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -1918,7 +1918,7 @@ export declare const requestVisualConfirmFixContract: {
1918
1918
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
1919
1919
  readonly id: v.StringSchema<undefined>;
1920
1920
  readonly label: v.StringSchema<undefined>;
1921
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1921
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1922
1922
  }, undefined>, undefined>;
1923
1923
  readonly agentKind: v.StringSchema<undefined>;
1924
1924
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -3098,7 +3098,7 @@ export declare const recaptureVisualConfirmContract: {
3098
3098
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
3099
3099
  readonly id: v.StringSchema<undefined>;
3100
3100
  readonly label: v.StringSchema<undefined>;
3101
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
3101
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
3102
3102
  }, undefined>, undefined>;
3103
3103
  readonly agentKind: v.StringSchema<undefined>;
3104
3104
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -1257,7 +1257,7 @@ export declare const createWorkspaceContract: {
1257
1257
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
1258
1258
  readonly id: v.StringSchema<undefined>;
1259
1259
  readonly label: v.StringSchema<undefined>;
1260
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1260
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1261
1261
  }, undefined>, undefined>;
1262
1262
  readonly agentKind: v.StringSchema<undefined>;
1263
1263
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -4764,7 +4764,7 @@ export declare const getWorkspaceContract: {
4764
4764
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
4765
4765
  readonly id: v.StringSchema<undefined>;
4766
4766
  readonly label: v.StringSchema<undefined>;
4767
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
4767
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
4768
4768
  }, undefined>, undefined>;
4769
4769
  readonly agentKind: v.StringSchema<undefined>;
4770
4770
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -1195,7 +1195,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
1195
1195
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
1196
1196
  readonly id: v.StringSchema<undefined>;
1197
1197
  readonly label: v.StringSchema<undefined>;
1198
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1198
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
1199
1199
  }, undefined>, undefined>;
1200
1200
  readonly agentKind: v.StringSchema<undefined>;
1201
1201
  readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
@@ -40,7 +40,7 @@ export type ToolServerNotProbeableReason = v.InferOutput<typeof toolServerNotPro
40
40
  * dropped: a reader hitting a stale value is by construction the surface whose whole job is
41
41
  * naming what an operator must go and fix.
42
42
  */
43
- export declare const toolServerUnavailableReasonSchema: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
43
+ export declare const toolServerUnavailableReasonSchema: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
44
44
  export type ToolServerUnavailableReason = v.InferOutput<typeof toolServerUnavailableReasonSchema>;
45
45
  /**
46
46
  * What one dispatch did with the tool servers its agent kind declared, recorded on the step.
@@ -134,7 +134,7 @@ export declare const stepToolServersSchema: v.ObjectSchema<{
134
134
  readonly unavailable: v.ArraySchema<v.ObjectSchema<{
135
135
  readonly id: v.StringSchema<undefined>;
136
136
  readonly label: v.StringSchema<undefined>;
137
- readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
137
+ readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget"], undefined>;
138
138
  }, undefined>, undefined>;
139
139
  /**
140
140
  * The agent kind whose declarations these two lists describe: the kind that was DISPATCHED, not
@@ -450,6 +450,13 @@ export type ToolServersView = v.InferOutput<typeof toolServersViewSchema>;
450
450
  * - `credential_refused` — a credential's LOOKUP key names a platform configuration variable, so
451
451
  * the probe refused to resolve it (the dispatch's `reserved_secret`). Kept apart from the above
452
452
  * because setting the variable is precisely what must not help: the DECLARATION is what changes.
453
+ * - `credential_unusable`, a credential that resolved and has nowhere to go: it named no header,
454
+ * and an http server has no process to inject a variable into (the dispatch's
455
+ * `unusable_secret`). Kept
456
+ * apart from `credential_refused` because the platform refused nothing, and apart from
457
+ * `http_error` because sending the request anyway would report a 401 as a WRONG value where the
458
+ * value was never sent. Boot validation refuses the declaration, so a probe reaches this only
459
+ * where the definition was authored by a process that did not boot this build.
453
460
  * - `unreachable` — the request never got an answer (DNS, TLS, connection refused, timeout). The
454
461
  * endpoint or the network is the fix.
455
462
  * - `http_error` — something answered with a status that is not an MCP response. `401`/`403` is the
@@ -467,7 +474,7 @@ export type ToolServersView = v.InferOutput<typeof toolServersViewSchema>;
467
474
  * - `not_probeable` — the probe was refused before it began; see
468
475
  * {@link toolServerNotProbeableReasonSchema}.
469
476
  */
470
- export declare const toolServerProbeStatusSchema: v.PicklistSchema<["ok", "credentials_missing", "credential_refused", "oauth_not_connected", "oauth_token_failed", "unreachable", "http_error", "protocol_error", "not_probeable"], undefined>;
477
+ export declare const toolServerProbeStatusSchema: v.PicklistSchema<["ok", "credentials_missing", "credential_refused", "credential_unusable", "oauth_not_connected", "oauth_token_failed", "unreachable", "http_error", "protocol_error", "not_probeable"], undefined>;
471
478
  export type ToolServerProbeStatus = v.InferOutput<typeof toolServerProbeStatusSchema>;
472
479
  /**
473
480
  * Whether the tools the definition NARROWED to actually exist on the server.
@@ -495,7 +502,7 @@ export type ToolServerAllowedToolsCheck = v.InferOutput<typeof toolServerAllowed
495
502
  /** What one probe answered. */
496
503
  export declare const toolServerProbeResultSchema: v.ObjectSchema<{
497
504
  readonly serverId: v.StringSchema<undefined>;
498
- readonly status: v.PicklistSchema<["ok", "credentials_missing", "credential_refused", "oauth_not_connected", "oauth_token_failed", "unreachable", "http_error", "protocol_error", "not_probeable"], undefined>;
505
+ readonly status: v.PicklistSchema<["ok", "credentials_missing", "credential_refused", "credential_unusable", "oauth_not_connected", "oauth_token_failed", "unreachable", "http_error", "protocol_error", "not_probeable"], undefined>;
499
506
  /** Present when `status` is `not_probeable`, absent otherwise. */
500
507
  readonly notProbeableReason: v.OptionalSchema<v.PicklistSchema<["stdio_transport", "container_local_url", "url_not_allowed"], undefined>, undefined>;
501
508
  /** The `serverInfo` the handshake returned. Present on `ok`. */
@@ -526,6 +533,8 @@ export declare const toolServerProbeResultSchema: v.ObjectSchema<{
526
533
  readonly unresolvedCredentials: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
527
534
  /** Which declared credential named a platform variable. Present on `credential_refused`. */
528
535
  readonly refusedCredentials: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
536
+ /** Which declared credential named no header to ride. Present on `credential_unusable`. */
537
+ readonly unusableCredentials: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
529
538
  /** The status something answered with. Present on `http_error`. */
530
539
  readonly httpStatus: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
531
540
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"tool-servers.d.ts","sourceRoot":"","sources":["../src/tool-servers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tool-servers.d.ts","sourceRoot":"","sources":["../src/tool-servers.ts"],"names":[],"mappings":"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"}
@@ -74,6 +74,7 @@ export const toolServerUnavailableReasonSchema = v.picklist([
74
74
  'transport_unsupported',
75
75
  'missing_secret',
76
76
  'reserved_secret',
77
+ 'unusable_secret',
77
78
  'oauth_not_connected',
78
79
  'oauth_token_failed',
79
80
  'over_budget',
@@ -342,6 +343,13 @@ export const toolServersViewSchema = v.object({
342
343
  * - `credential_refused` — a credential's LOOKUP key names a platform configuration variable, so
343
344
  * the probe refused to resolve it (the dispatch's `reserved_secret`). Kept apart from the above
344
345
  * because setting the variable is precisely what must not help: the DECLARATION is what changes.
346
+ * - `credential_unusable`, a credential that resolved and has nowhere to go: it named no header,
347
+ * and an http server has no process to inject a variable into (the dispatch's
348
+ * `unusable_secret`). Kept
349
+ * apart from `credential_refused` because the platform refused nothing, and apart from
350
+ * `http_error` because sending the request anyway would report a 401 as a WRONG value where the
351
+ * value was never sent. Boot validation refuses the declaration, so a probe reaches this only
352
+ * where the definition was authored by a process that did not boot this build.
345
353
  * - `unreachable` — the request never got an answer (DNS, TLS, connection refused, timeout). The
346
354
  * endpoint or the network is the fix.
347
355
  * - `http_error` — something answered with a status that is not an MCP response. `401`/`403` is the
@@ -363,6 +371,7 @@ export const toolServerProbeStatusSchema = v.picklist([
363
371
  'ok',
364
372
  'credentials_missing',
365
373
  'credential_refused',
374
+ 'credential_unusable',
366
375
  'oauth_not_connected',
367
376
  'oauth_token_failed',
368
377
  'unreachable',
@@ -420,6 +429,8 @@ export const toolServerProbeResultSchema = v.object({
420
429
  unresolvedCredentials: v.optional(v.array(v.string())),
421
430
  /** Which declared credential named a platform variable. Present on `credential_refused`. */
422
431
  refusedCredentials: v.optional(v.array(v.string())),
432
+ /** Which declared credential named no header to ride. Present on `credential_unusable`. */
433
+ unusableCredentials: v.optional(v.array(v.string())),
423
434
  /** The status something answered with. Present on `http_error`. */
424
435
  httpStatus: v.optional(v.number()),
425
436
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"tool-servers.js","sourceRoot":"","sources":["../src/tool-servers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tool-servers.js","sourceRoot":"","sources":["../src/tool-servers.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/contracts",
3
- "version": "0.287.0",
3
+ "version": "0.287.1",
4
4
  "description": "Valibot wire contract shared between the Agent Architecture Board frontend and backend.",
5
5
  "repository": {
6
6
  "type": "git",