@claudexor/schema 3.8.0 → 3.8.2
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/agent-capabilities.d.ts +16 -16
- package/dist/config.d.ts +20 -20
- package/dist/control-harness-list.d.ts +18 -18
- package/dist/control-operation-responses.d.ts +28 -13
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-run-detail.d.ts +61 -46
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +10 -19
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-execution.d.ts +16 -0
- package/dist/control-run-execution.d.ts.map +1 -0
- package/dist/control-run-execution.js +19 -0
- package/dist/control-run-execution.js.map +1 -0
- package/dist/control-run-failure.d.ts +4 -4
- package/dist/control-run-failure.d.ts.map +1 -1
- package/dist/control-run-failure.js +6 -4
- package/dist/control-run-failure.js.map +1 -1
- package/dist/control-run-retry.d.ts +21 -0
- package/dist/control-run-retry.d.ts.map +1 -1
- package/dist/control-run-retry.js +6 -0
- package/dist/control-run-retry.js.map +1 -1
- package/dist/control-trust.d.ts +13 -13
- package/dist/control.d.ts +390 -36
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +15 -20
- package/dist/control.js.map +1 -1
- package/dist/credential-profile-snapshot.d.ts +78 -36
- package/dist/credential-profile-snapshot.d.ts.map +1 -1
- package/dist/credential-profile.d.ts +44 -0
- package/dist/credential-profile.d.ts.map +1 -1
- package/dist/credential-profile.js +11 -0
- package/dist/credential-profile.js.map +1 -1
- package/dist/harness-confinement.d.ts +37 -30
- package/dist/harness-confinement.d.ts.map +1 -1
- package/dist/harness-confinement.js +18 -26
- package/dist/harness-confinement.js.map +1 -1
- package/dist/harness.d.ts +18 -48
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +1 -6
- package/dist/harness.js.map +1 -1
- package/dist/mcp-run-result.d.ts +10 -10
- package/dist/primitives.d.ts +6 -1
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +8 -2
- package/dist/primitives.js.map +1 -1
- package/dist/readiness.d.ts +14 -14
- package/dist/review.d.ts +10 -0
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +10 -0
- package/dist/review.js.map +1 -1
- package/dist/route.d.ts +10 -0
- package/dist/route.d.ts.map +1 -1
- package/dist/route.js +10 -0
- package/dist/route.js.map +1 -1
- package/dist/run-strategy.d.ts +51 -3
- package/dist/run-strategy.d.ts.map +1 -1
- package/dist/run-strategy.js +58 -2
- package/dist/run-strategy.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +4 -1
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +641 -19
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +40 -5
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +2 -2
- package/dist/telemetry.js +3 -3
- package/dist/telemetry.js.map +1 -1
- package/dist/thread.d.ts +5 -3
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +7 -5
- package/dist/thread.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +1 -2
- package/generated/ControlCredentialProfileCreateResponse.schema.json +9 -0
- package/generated/ControlCredentialProfileUpdateResponse.schema.json +9 -0
- package/generated/ControlCredentialProfilesQueryResponse.schema.json +12 -3
- package/generated/ControlCredentialProfilesResponse.schema.json +9 -0
- package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +12 -3
- package/generated/ControlHarnessListResponse.schema.json +3 -3
- package/generated/ControlRunAgainDraft.schema.json +26 -5
- package/generated/ControlRunDetail.schema.json +29 -9
- package/generated/ControlRunListResponse.schema.json +11 -5
- package/generated/ControlRunStartRequest.schema.json +11 -4
- package/generated/ControlRunSummary.schema.json +11 -5
- package/generated/ControlThread.schema.json +3 -3
- package/generated/ControlThreadCreateRequest.schema.json +0 -1
- package/generated/ControlThreadDetail.schema.json +3 -3
- package/generated/ControlThreadListResponse.schema.json +3 -3
- package/generated/ControlThreadTurnRequest.schema.json +6 -3
- package/generated/ControlThreadUpdateRequest.schema.json +1 -2
- package/generated/ControlTrustListResponse.schema.json +0 -1
- package/generated/ControlTrustState.schema.json +0 -1
- package/generated/ControlTrustUpdateRequest.schema.json +0 -1
- package/generated/CredentialProfileStatus.schema.json +9 -0
- package/generated/HarnessManifest.schema.json +3 -3
- package/generated/HarnessStatusDto.schema.json +3 -3
- package/generated/McpRunHandleResult.schema.json +4 -2
- package/generated/McpRunToolResult.schema.json +4 -2
- package/generated/ReviewFinding.schema.json +14 -0
- package/generated/RouteProof.schema.json +14 -0
- package/generated/RunFailure.schema.json +4 -2
- package/generated/RunTelemetry.schema.json +5 -5
- package/generated/TaskContract.schema.json +8 -8
- package/generated/Thread.schema.json +4 -4
- package/generated/TrustConfig.schema.json +0 -2
- package/package.json +2 -2
|
@@ -19,15 +19,10 @@ export declare const ControlPrimaryOutput: z.ZodObject<{
|
|
|
19
19
|
truncated?: boolean | undefined;
|
|
20
20
|
}>;
|
|
21
21
|
export type ControlPrimaryOutput = z.infer<typeof ControlPrimaryOutput>;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
* the one shared owner (`confinementBoundaryProven`): a mechanism NAME without
|
|
27
|
-
* the path it was shown to deny is a promise, and a promise is exactly what
|
|
28
|
-
* this block replaces. `mechanism` is opaque — never branch on its value, and
|
|
29
|
-
* never infer it from the platform.
|
|
30
|
-
*/
|
|
22
|
+
/** Historical-name projection for an attempt's outer-boundary evidence.
|
|
23
|
+
* Old attempts may prove an applied boundary; current delegated attempts
|
|
24
|
+
* deliberately record its absence. Consumers must not infer native harness
|
|
25
|
+
* permissions from this block. */
|
|
31
26
|
export declare const ControlCandidateConfinement: z.ZodObject<{
|
|
32
27
|
proven: z.ZodBoolean;
|
|
33
28
|
mechanism: z.ZodNullable<z.ZodString>;
|
|
@@ -87,12 +82,8 @@ export declare const ControlCandidate: z.ZodObject<{
|
|
|
87
82
|
* a winner beat a runner-up without reimplementing the ranking order.
|
|
88
83
|
*/
|
|
89
84
|
rankingAxes: z.ZodDefault<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
90
|
-
/**
|
|
91
|
-
*
|
|
92
|
-
* copy of the applied fact, so an external orchestrator that asked for a
|
|
93
|
-
* confined run reads a field instead of digging through run artifacts.
|
|
94
|
-
* Null for a run that never asked for a boundary.
|
|
95
|
-
*/
|
|
85
|
+
/** Historical wire name retained so old callers can inspect prior proofs;
|
|
86
|
+
* new delegated attempts use it to disclose deliberate absence. */
|
|
96
87
|
confinement: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
97
88
|
proven: z.ZodBoolean;
|
|
98
89
|
mechanism: z.ZodNullable<z.ZodString>;
|
|
@@ -207,7 +198,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
207
198
|
failure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
208
199
|
phase: z.ZodDefault<z.ZodString>;
|
|
209
200
|
category: z.ZodDefault<z.ZodEnum<["validation", "project", "auth", "harness_unavailable", "harness_error", "config_error", "budget", "policy", "cancelled", "internal", "unknown"]>>;
|
|
210
|
-
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete"]>>>;
|
|
201
|
+
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete", "access_profile_incompatible", "retired_access_profile"]>>>;
|
|
211
202
|
harnessId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
212
203
|
attemptId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
213
204
|
safeMessage: z.ZodString;
|
|
@@ -220,7 +211,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
220
211
|
}, "strip", z.ZodTypeAny, {
|
|
221
212
|
phase: string;
|
|
222
213
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
223
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
214
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
224
215
|
harnessId: string | null;
|
|
225
216
|
attemptId: string | null;
|
|
226
217
|
safeMessage: string;
|
|
@@ -233,7 +224,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
233
224
|
}, {
|
|
234
225
|
phase?: string | undefined;
|
|
235
226
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
236
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
227
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
237
228
|
harnessId?: string | null | undefined;
|
|
238
229
|
attemptId?: string | null | undefined;
|
|
239
230
|
safeMessage: string;
|
|
@@ -271,14 +262,17 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
271
262
|
harness: z.ZodString;
|
|
272
263
|
model: z.ZodOptional<z.ZodString>;
|
|
273
264
|
effort: z.ZodOptional<z.ZodString>;
|
|
265
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
274
266
|
}, "strict", z.ZodTypeAny, {
|
|
275
267
|
harness: string;
|
|
276
268
|
model?: string | undefined;
|
|
277
269
|
effort?: string | undefined;
|
|
270
|
+
credentialProfileId?: string | undefined;
|
|
278
271
|
}, {
|
|
279
272
|
harness: string;
|
|
280
273
|
model?: string | undefined;
|
|
281
274
|
effort?: string | undefined;
|
|
275
|
+
credentialProfileId?: string | undefined;
|
|
282
276
|
}>, "many">>;
|
|
283
277
|
protectedPathApprovals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
284
278
|
path: z.ZodString;
|
|
@@ -356,9 +350,9 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
356
350
|
observed: string;
|
|
357
351
|
} | null | undefined;
|
|
358
352
|
}>>>;
|
|
359
|
-
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
360
|
-
requestedAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
361
|
-
effectiveAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
353
|
+
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
354
|
+
requestedAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
355
|
+
effectiveAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
362
356
|
externalContextPolicy: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
363
357
|
webRequired: z.ZodOptional<z.ZodBoolean>;
|
|
364
358
|
webMode: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
@@ -650,7 +644,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
650
644
|
failure: {
|
|
651
645
|
phase: string;
|
|
652
646
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
653
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
647
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
654
648
|
harnessId: string | null;
|
|
655
649
|
attemptId: string | null;
|
|
656
650
|
safeMessage: string;
|
|
@@ -678,6 +672,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
678
672
|
harness: string;
|
|
679
673
|
model?: string | undefined;
|
|
680
674
|
effort?: string | undefined;
|
|
675
|
+
credentialProfileId?: string | undefined;
|
|
681
676
|
}[] | undefined;
|
|
682
677
|
protectedPathApprovals?: {
|
|
683
678
|
path: string;
|
|
@@ -819,7 +814,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
819
814
|
failure?: {
|
|
820
815
|
phase?: string | undefined;
|
|
821
816
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
822
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
817
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
823
818
|
harnessId?: string | null | undefined;
|
|
824
819
|
attemptId?: string | null | undefined;
|
|
825
820
|
safeMessage: string;
|
|
@@ -847,6 +842,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
847
842
|
harness: string;
|
|
848
843
|
model?: string | undefined;
|
|
849
844
|
effort?: string | undefined;
|
|
845
|
+
credentialProfileId?: string | undefined;
|
|
850
846
|
}[] | undefined;
|
|
851
847
|
protectedPathApprovals?: {
|
|
852
848
|
path: string;
|
|
@@ -1013,7 +1009,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1013
1009
|
failure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1014
1010
|
phase: z.ZodDefault<z.ZodString>;
|
|
1015
1011
|
category: z.ZodDefault<z.ZodEnum<["validation", "project", "auth", "harness_unavailable", "harness_error", "config_error", "budget", "policy", "cancelled", "internal", "unknown"]>>;
|
|
1016
|
-
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete"]>>>;
|
|
1012
|
+
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete", "access_profile_incompatible", "retired_access_profile"]>>>;
|
|
1017
1013
|
harnessId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1018
1014
|
attemptId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1019
1015
|
safeMessage: z.ZodString;
|
|
@@ -1026,7 +1022,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1026
1022
|
}, "strip", z.ZodTypeAny, {
|
|
1027
1023
|
phase: string;
|
|
1028
1024
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
1029
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
1025
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
1030
1026
|
harnessId: string | null;
|
|
1031
1027
|
attemptId: string | null;
|
|
1032
1028
|
safeMessage: string;
|
|
@@ -1039,7 +1035,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1039
1035
|
}, {
|
|
1040
1036
|
phase?: string | undefined;
|
|
1041
1037
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
1042
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
1038
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
1043
1039
|
harnessId?: string | null | undefined;
|
|
1044
1040
|
attemptId?: string | null | undefined;
|
|
1045
1041
|
safeMessage: string;
|
|
@@ -1077,14 +1073,17 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1077
1073
|
harness: z.ZodString;
|
|
1078
1074
|
model: z.ZodOptional<z.ZodString>;
|
|
1079
1075
|
effort: z.ZodOptional<z.ZodString>;
|
|
1076
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
1080
1077
|
}, "strict", z.ZodTypeAny, {
|
|
1081
1078
|
harness: string;
|
|
1082
1079
|
model?: string | undefined;
|
|
1083
1080
|
effort?: string | undefined;
|
|
1081
|
+
credentialProfileId?: string | undefined;
|
|
1084
1082
|
}, {
|
|
1085
1083
|
harness: string;
|
|
1086
1084
|
model?: string | undefined;
|
|
1087
1085
|
effort?: string | undefined;
|
|
1086
|
+
credentialProfileId?: string | undefined;
|
|
1088
1087
|
}>, "many">>;
|
|
1089
1088
|
protectedPathApprovals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1090
1089
|
path: z.ZodString;
|
|
@@ -1162,9 +1161,9 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1162
1161
|
observed: string;
|
|
1163
1162
|
} | null | undefined;
|
|
1164
1163
|
}>>>;
|
|
1165
|
-
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
1166
|
-
requestedAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
1167
|
-
effectiveAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "
|
|
1164
|
+
access: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
1165
|
+
requestedAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
1166
|
+
effectiveAccess: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "inherit_native", "external_sandbox_full"]>>;
|
|
1168
1167
|
externalContextPolicy: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
1169
1168
|
webRequired: z.ZodOptional<z.ZodBoolean>;
|
|
1170
1169
|
webMode: z.ZodOptional<z.ZodEnum<["off", "auto", "cached", "live"]>>;
|
|
@@ -1456,7 +1455,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1456
1455
|
failure: {
|
|
1457
1456
|
phase: string;
|
|
1458
1457
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
1459
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
1458
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
1460
1459
|
harnessId: string | null;
|
|
1461
1460
|
attemptId: string | null;
|
|
1462
1461
|
safeMessage: string;
|
|
@@ -1484,6 +1483,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1484
1483
|
harness: string;
|
|
1485
1484
|
model?: string | undefined;
|
|
1486
1485
|
effort?: string | undefined;
|
|
1486
|
+
credentialProfileId?: string | undefined;
|
|
1487
1487
|
}[] | undefined;
|
|
1488
1488
|
protectedPathApprovals?: {
|
|
1489
1489
|
path: string;
|
|
@@ -1625,7 +1625,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1625
1625
|
failure?: {
|
|
1626
1626
|
phase?: string | undefined;
|
|
1627
1627
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
1628
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
1628
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
1629
1629
|
harnessId?: string | null | undefined;
|
|
1630
1630
|
attemptId?: string | null | undefined;
|
|
1631
1631
|
safeMessage: string;
|
|
@@ -1653,6 +1653,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1653
1653
|
harness: string;
|
|
1654
1654
|
model?: string | undefined;
|
|
1655
1655
|
effort?: string | undefined;
|
|
1656
|
+
credentialProfileId?: string | undefined;
|
|
1656
1657
|
}[] | undefined;
|
|
1657
1658
|
protectedPathApprovals?: {
|
|
1658
1659
|
path: string;
|
|
@@ -2791,18 +2792,24 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
2791
2792
|
harness_id: z.ZodString;
|
|
2792
2793
|
requested_model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2793
2794
|
requested_effort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2795
|
+
credential_profile_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2796
|
+
observed_credential_profile_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2794
2797
|
observed_model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2795
2798
|
route_proof_status: z.ZodDefault<z.ZodEnum<["verified", "accepted_model_arg", "unverified", "same_model_fallback"]>>;
|
|
2796
2799
|
}, "strip", z.ZodTypeAny, {
|
|
2797
2800
|
harness_id: string;
|
|
2798
2801
|
requested_model: string | null;
|
|
2799
2802
|
requested_effort: string | null;
|
|
2803
|
+
credential_profile_id?: string | null | undefined;
|
|
2804
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2800
2805
|
observed_model: string | null;
|
|
2801
2806
|
route_proof_status: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified";
|
|
2802
2807
|
}, {
|
|
2803
2808
|
harness_id: string;
|
|
2804
2809
|
requested_model?: string | null | undefined;
|
|
2805
2810
|
requested_effort?: string | null | undefined;
|
|
2811
|
+
credential_profile_id?: string | null | undefined;
|
|
2812
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2806
2813
|
observed_model?: string | null | undefined;
|
|
2807
2814
|
route_proof_status?: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified" | undefined;
|
|
2808
2815
|
}>;
|
|
@@ -2832,6 +2839,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
2832
2839
|
harness_id: string;
|
|
2833
2840
|
requested_model: string | null;
|
|
2834
2841
|
requested_effort: string | null;
|
|
2842
|
+
credential_profile_id?: string | null | undefined;
|
|
2843
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2835
2844
|
observed_model: string | null;
|
|
2836
2845
|
route_proof_status: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified";
|
|
2837
2846
|
};
|
|
@@ -2861,6 +2870,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
2861
2870
|
harness_id: string;
|
|
2862
2871
|
requested_model?: string | null | undefined;
|
|
2863
2872
|
requested_effort?: string | null | undefined;
|
|
2873
|
+
credential_profile_id?: string | null | undefined;
|
|
2874
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2864
2875
|
observed_model?: string | null | undefined;
|
|
2865
2876
|
route_proof_status?: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified" | undefined;
|
|
2866
2877
|
};
|
|
@@ -2988,12 +2999,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
2988
2999
|
* a winner beat a runner-up without reimplementing the ranking order.
|
|
2989
3000
|
*/
|
|
2990
3001
|
rankingAxes: z.ZodDefault<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2991
|
-
/**
|
|
2992
|
-
*
|
|
2993
|
-
* copy of the applied fact, so an external orchestrator that asked for a
|
|
2994
|
-
* confined run reads a field instead of digging through run artifacts.
|
|
2995
|
-
* Null for a run that never asked for a boundary.
|
|
2996
|
-
*/
|
|
3002
|
+
/** Historical wire name retained so old callers can inspect prior proofs;
|
|
3003
|
+
* new delegated attempts use it to disclose deliberate absence. */
|
|
2997
3004
|
confinement: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
2998
3005
|
proven: z.ZodBoolean;
|
|
2999
3006
|
mechanism: z.ZodNullable<z.ZodString>;
|
|
@@ -3098,7 +3105,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3098
3105
|
failure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
3099
3106
|
phase: z.ZodDefault<z.ZodString>;
|
|
3100
3107
|
category: z.ZodDefault<z.ZodEnum<["validation", "project", "auth", "harness_unavailable", "harness_error", "config_error", "budget", "policy", "cancelled", "internal", "unknown"]>>;
|
|
3101
|
-
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete"]>>>;
|
|
3108
|
+
code: z.ZodDefault<z.ZodNullable<z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete", "access_profile_incompatible", "retired_access_profile"]>>>;
|
|
3102
3109
|
harnessId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
3103
3110
|
attemptId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
3104
3111
|
safeMessage: z.ZodString;
|
|
@@ -3111,7 +3118,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3111
3118
|
}, "strip", z.ZodTypeAny, {
|
|
3112
3119
|
phase: string;
|
|
3113
3120
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
3114
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3121
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3115
3122
|
harnessId: string | null;
|
|
3116
3123
|
attemptId: string | null;
|
|
3117
3124
|
safeMessage: string;
|
|
@@ -3124,7 +3131,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3124
3131
|
}, {
|
|
3125
3132
|
phase?: string | undefined;
|
|
3126
3133
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
3127
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
3134
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
3128
3135
|
harnessId?: string | null | undefined;
|
|
3129
3136
|
attemptId?: string | null | undefined;
|
|
3130
3137
|
safeMessage: string;
|
|
@@ -3171,7 +3178,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3171
3178
|
failure: {
|
|
3172
3179
|
phase: string;
|
|
3173
3180
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
3174
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3181
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3175
3182
|
harnessId: string | null;
|
|
3176
3183
|
attemptId: string | null;
|
|
3177
3184
|
safeMessage: string;
|
|
@@ -3199,6 +3206,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3199
3206
|
harness: string;
|
|
3200
3207
|
model?: string | undefined;
|
|
3201
3208
|
effort?: string | undefined;
|
|
3209
|
+
credentialProfileId?: string | undefined;
|
|
3202
3210
|
}[] | undefined;
|
|
3203
3211
|
protectedPathApprovals?: {
|
|
3204
3212
|
path: string;
|
|
@@ -3341,7 +3349,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3341
3349
|
failure: {
|
|
3342
3350
|
phase: string;
|
|
3343
3351
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
3344
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3352
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3345
3353
|
harnessId: string | null;
|
|
3346
3354
|
attemptId: string | null;
|
|
3347
3355
|
safeMessage: string;
|
|
@@ -3369,6 +3377,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3369
3377
|
harness: string;
|
|
3370
3378
|
model?: string | undefined;
|
|
3371
3379
|
effort?: string | undefined;
|
|
3380
|
+
credentialProfileId?: string | undefined;
|
|
3372
3381
|
}[] | undefined;
|
|
3373
3382
|
protectedPathApprovals?: {
|
|
3374
3383
|
path: string;
|
|
@@ -3734,6 +3743,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3734
3743
|
harness_id: string;
|
|
3735
3744
|
requested_model: string | null;
|
|
3736
3745
|
requested_effort: string | null;
|
|
3746
|
+
credential_profile_id?: string | null | undefined;
|
|
3747
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
3737
3748
|
observed_model: string | null;
|
|
3738
3749
|
route_proof_status: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified";
|
|
3739
3750
|
};
|
|
@@ -3797,7 +3808,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3797
3808
|
failure: {
|
|
3798
3809
|
phase: string;
|
|
3799
3810
|
category: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation";
|
|
3800
|
-
code: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3811
|
+
code: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null;
|
|
3801
3812
|
harnessId: string | null;
|
|
3802
3813
|
attemptId: string | null;
|
|
3803
3814
|
safeMessage: string;
|
|
@@ -3832,7 +3843,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3832
3843
|
failure?: {
|
|
3833
3844
|
phase?: string | undefined;
|
|
3834
3845
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
3835
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
3846
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
3836
3847
|
harnessId?: string | null | undefined;
|
|
3837
3848
|
attemptId?: string | null | undefined;
|
|
3838
3849
|
safeMessage: string;
|
|
@@ -3860,6 +3871,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3860
3871
|
harness: string;
|
|
3861
3872
|
model?: string | undefined;
|
|
3862
3873
|
effort?: string | undefined;
|
|
3874
|
+
credentialProfileId?: string | undefined;
|
|
3863
3875
|
}[] | undefined;
|
|
3864
3876
|
protectedPathApprovals?: {
|
|
3865
3877
|
path: string;
|
|
@@ -4002,7 +4014,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4002
4014
|
failure?: {
|
|
4003
4015
|
phase?: string | undefined;
|
|
4004
4016
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
4005
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
4017
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
4006
4018
|
harnessId?: string | null | undefined;
|
|
4007
4019
|
attemptId?: string | null | undefined;
|
|
4008
4020
|
safeMessage: string;
|
|
@@ -4030,6 +4042,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4030
4042
|
harness: string;
|
|
4031
4043
|
model?: string | undefined;
|
|
4032
4044
|
effort?: string | undefined;
|
|
4045
|
+
credentialProfileId?: string | undefined;
|
|
4033
4046
|
}[] | undefined;
|
|
4034
4047
|
protectedPathApprovals?: {
|
|
4035
4048
|
path: string;
|
|
@@ -4395,6 +4408,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4395
4408
|
harness_id: string;
|
|
4396
4409
|
requested_model?: string | null | undefined;
|
|
4397
4410
|
requested_effort?: string | null | undefined;
|
|
4411
|
+
credential_profile_id?: string | null | undefined;
|
|
4412
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
4398
4413
|
observed_model?: string | null | undefined;
|
|
4399
4414
|
route_proof_status?: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified" | undefined;
|
|
4400
4415
|
};
|
|
@@ -4458,7 +4473,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4458
4473
|
failure?: {
|
|
4459
4474
|
phase?: string | undefined;
|
|
4460
4475
|
category?: "auth" | "budget" | "cancelled" | "config_error" | "harness_error" | "harness_unavailable" | "internal" | "policy" | "project" | "unknown" | "validation" | undefined;
|
|
4461
|
-
code?: "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
4476
|
+
code?: "access_profile_incompatible" | "budget_overshoot" | "cost_unverifiable" | "credential_pool_exhausted" | "delegated_confinement_unavailable" | "delegated_evidence_incomplete" | "delegated_home_unavailable" | "delegation_child_drain_timeout" | "estimate_headroom" | "finite_zero" | "hard_cap" | "retired_access_profile" | "subscription_window_exhausted" | "unknown_paid_in_flight" | null | undefined;
|
|
4462
4477
|
harnessId?: string | null | undefined;
|
|
4463
4478
|
attemptId?: string | null | undefined;
|
|
4464
4479
|
safeMessage: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAmB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAe4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE
|
|
1
|
+
{"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAmB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAe4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE;;;kCAGkC;AAClC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAwBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;gCAGgC;AAChC,eAAO,MAAM,gBAAgB;;;;;;;;;;IAgCzB,0DAA0D;;;;;;;;;;;;;;;;;;IA0B1D;;;;;;;;OAQG;;IAQH;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAUzB;sEACkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -23,20 +23,15 @@ export const ControlPrimaryOutput = z
|
|
|
23
23
|
.describe("True when text is a bounded inline preview of the full artifact."),
|
|
24
24
|
})
|
|
25
25
|
.describe("The run's primary user-facing output artifact.");
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
* the one shared owner (`confinementBoundaryProven`): a mechanism NAME without
|
|
31
|
-
* the path it was shown to deny is a promise, and a promise is exactly what
|
|
32
|
-
* this block replaces. `mechanism` is opaque — never branch on its value, and
|
|
33
|
-
* never infer it from the platform.
|
|
34
|
-
*/
|
|
26
|
+
/** Historical-name projection for an attempt's outer-boundary evidence.
|
|
27
|
+
* Old attempts may prove an applied boundary; current delegated attempts
|
|
28
|
+
* deliberately record its absence. Consumers must not infer native harness
|
|
29
|
+
* permissions from this block. */
|
|
35
30
|
export const ControlCandidateConfinement = z
|
|
36
31
|
.object({
|
|
37
32
|
proven: z
|
|
38
33
|
.boolean()
|
|
39
|
-
.describe("Whether a boundary was
|
|
34
|
+
.describe("Whether a historical outer boundary was proven by a named mechanism, digest, and denied path; false for current native-access attempts."),
|
|
40
35
|
mechanism: z
|
|
41
36
|
.string()
|
|
42
37
|
.nullable()
|
|
@@ -48,9 +43,9 @@ export const ControlCandidateConfinement = z
|
|
|
48
43
|
unavailableReason: z
|
|
49
44
|
.string()
|
|
50
45
|
.nullable()
|
|
51
|
-
.describe("Why
|
|
46
|
+
.describe("Why no additional outer boundary was applied; current delegated attempts carry the schema-owned deliberate-absence reason."),
|
|
52
47
|
})
|
|
53
|
-
.describe("
|
|
48
|
+
.describe("Historical outer-boundary proof for one attempt, or the deliberate reason current native-access execution applied none.");
|
|
54
49
|
/** Per-candidate evidence card for a race run (projected from
|
|
55
50
|
* attempts/<id>/attempt.yaml + reviews/<id>.yaml + the decision winner).
|
|
56
51
|
* The macOS Candidates tab renders these; SSE freshness rides the client's
|
|
@@ -127,15 +122,11 @@ export const ControlCandidate = z
|
|
|
127
122
|
.nullable()
|
|
128
123
|
.default(null)
|
|
129
124
|
.describe("This candidate's ranking-scorecard axis values (from decision.ranking_scorecard); null when no arbitration ran."),
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
* copy of the applied fact, so an external orchestrator that asked for a
|
|
133
|
-
* confined run reads a field instead of digging through run artifacts.
|
|
134
|
-
* Null for a run that never asked for a boundary.
|
|
135
|
-
*/
|
|
125
|
+
/** Historical wire name retained so old callers can inspect prior proofs;
|
|
126
|
+
* new delegated attempts use it to disclose deliberate absence. */
|
|
136
127
|
confinement: ControlCandidateConfinement.nullable()
|
|
137
128
|
.default(null)
|
|
138
|
-
.describe("
|
|
129
|
+
.describe("Historical outer-boundary evidence or current deliberate-absence evidence; null when the attempt has neither."),
|
|
139
130
|
})
|
|
140
131
|
.describe("Per-candidate evidence card for a race run, projected from attempt, review, and decision artifacts.");
|
|
141
132
|
export const ControlRunDetail = z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-run-detail.js","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EACL,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,EACxB,yBAAyB,EACzB,iBAAiB,EACjB,oBAAoB,GACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC;KAClC,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,YAAY,EAAE,mBAAmB,CAAC,CAAC;SACzF,QAAQ,CACP,4IAA4I,CAC7I;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IACzD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACvF,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IACzF,SAAS,EAAE,CAAC;SACT,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,kEAAkE,CAAC;CAChF,CAAC;KACD,QAAQ,CAAC,gDAAgD,CAAC,CAAC;AAG9D
|
|
1
|
+
{"version":3,"file":"control-run-detail.js","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EACL,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,EACxB,yBAAyB,EACzB,iBAAiB,EACjB,oBAAoB,GACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC;KAClC,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,YAAY,EAAE,mBAAmB,CAAC,CAAC;SACzF,QAAQ,CACP,4IAA4I,CAC7I;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IACzD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACvF,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IACzF,SAAS,EAAE,CAAC;SACT,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,kEAAkE,CAAC;CAChF,CAAC;KACD,QAAQ,CAAC,gDAAgD,CAAC,CAAC;AAG9D;;;kCAGkC;AAClC,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC;KACzC,MAAM,CAAC;IACN,MAAM,EAAE,CAAC;SACN,OAAO,EAAE;SACT,QAAQ,CACP,yIAAyI,CAC1I;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,6EAA6E,CAAC;IAC1F,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,iFAAiF,CAAC;IAC9F,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,4HAA4H,CAC7H;CACJ,CAAC;KACD,QAAQ,CACP,yHAAyH,CAC1H,CAAC;AAGJ;;;gCAGgC;AAChC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC;KAC9B,MAAM,CAAC;IACN,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IACtE,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,2CAA2C,CAAC;IACxD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,4CAA4C,CAAC;IACrF,aAAa,EAAE,CAAC;SACb,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,oEAAoE,CAAC;IACjF,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,4CAA4C,CAAC;IAC1F,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,sEAAsE,CAAC;IACnF,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,OAAO,CAAC,CAAC,CAAC;SACV,QAAQ,CAAC,4CAA4C,CAAC;IACzD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,OAAO,CAAC,CAAC,CAAC;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,0DAA0D;IAC1D,QAAQ,EAAE,CAAC;SACR,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,OAAO,CAAC,CAAC,CAAC;SACV,QAAQ,CAAC,6CAA6C,CAAC;IAC1D,cAAc,EAAE,CAAC;SACd,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,oEAAoE,CAAC;IACjF,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,yCAAyC,CAAC;IACtF,QAAQ,EAAE,CAAC;SACR,MAAM,CAAC;QACN,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC;QAC3E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,cAAc,CAAC;QAC7E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC;KAChF,CAAC;SACD,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,wEAAwE,CAAC;IACrF;;;;;;;;OAQG;IACH,WAAW,EAAE,CAAC;SACX,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;SAC9B,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,iHAAiH,CAClH;IACH;uEACmE;IACnE,WAAW,EAAE,2BAA2B,CAAC,QAAQ,EAAE;SAChD,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,+GAA+G,CAChH;CACJ,CAAC;KACD,QAAQ,CACP,qGAAqG,CACtG,CAAC;AAGJ,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC;KAC9B,MAAM,CAAC;IACN,OAAO,EAAE,iBAAiB;IAC1B,QAAQ,EAAE,CAAC;SACR,KAAK,CAAC,iBAAiB,CAAC;SACxB,GAAG,CAAC,sBAAsB,CAAC;SAC3B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CACP,sHAAsH,CACvH;IACH;sEACkE;IAClE,QAAQ,EAAE,QAAQ,CAAC,QAAQ,EAAE;SAC1B,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,wEAAwE,CAAC;IACrF;;;;;;OAMG;IACH,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,sGAAsG,CACvG;IACH;;;;OAIG;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,OAAO,CAAC,CAAC,CAAC;SACV,QAAQ,CACP,mJAAmJ,CACpJ;IACH,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,mBAAmB,CAAC;SAC1B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,qCAAqC,CAAC;IAClD,aAAa,EAAE,oBAAoB,CAAC,QAAQ,EAAE;SAC3C,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,2DAA2D,CAAC;IACxE,QAAQ,EAAE,CAAC;SACR,KAAK,CAAC,oBAAoB,CAAC;SAC3B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,mCAAmC,CAAC;IAChD,MAAM,EAAE,qBAAqB,CAAC,OAAO,CAAC,EAAE,CAAC;IACzC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,QAAQ,EAAE,cAAc,CAAC,QAAQ,EAAE;SAChC,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,oDAAoD,CAAC;IACjE,6GAA6G;IAC7G,gBAAgB,EAAE,CAAC;SAChB,MAAM,CAAC;QACN,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wDAAwD,CAAC;QACrF,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,6BAA6B,CAAC;KACvF,CAAC;SACD,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,kGAAkG,CACnG;IACH,WAAW,EAAE,WAAW,CAAC,QAAQ,EAAE;SAChC,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,sDAAsD,CAAC;IACnE,gHAAgH;IAChH;yEACqE;IACrE,aAAa,EAAE,aAAa,CAAC,QAAQ,EAAE;SACpC,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,0DAA0D,CAAC;IACvE;;;;;wCAKoC;IACpC,aAAa,EAAE,CAAC;SACb,KAAK,CAAC,YAAY,CAAC;SACnB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CACP,sFAAsF,CACvF;IACH;;6CAEyC;IACzC,OAAO,EAAE,iBAAiB,CAAC,QAAQ,EAAE;SAClC,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,+EAA+E,CAAC;IAC5F,gBAAgB,EAAE,gBAAgB,CAAC,QAAQ,EAAE;SAC1C,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,2GAA2G,CAC5G;IACH,cAAc,EAAE,CAAC;SACd,KAAK,CAAC,aAAa,CAAC;SACpB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,uCAAuC,CAAC;IACpD,mBAAmB,EAAE,CAAC;SACnB,KAAK,CAAC,yBAAyB,CAAC;SAChC,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,mDAAmD,CAAC;IAChE;;;0BAGsB;IACtB,UAAU,EAAE,CAAC;SACV,KAAK,CAAC,gBAAgB,CAAC;SACvB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CACP,6GAA6G,CAC9G;IACH;yCACqC;IACrC,YAAY,EAAE,CAAC;SACZ,MAAM,CAAC;QACN,KAAK,EAAE,CAAC;aACL,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;YACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC;YACxC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kBAAkB,CAAC;YAC9C,MAAM,EAAE,CAAC;iBACN,IAAI,CAAC,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC;iBAC7C,QAAQ,CAAC,6BAA6B,CAAC;SAC3C,CAAC,CACH;aACA,OAAO,CAAC,EAAE,CAAC;aACX,QAAQ,CAAC,wBAAwB,CAAC;QACrC,QAAQ,EAAE,wBAAwB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,QAAQ,CAC7D,6PAA6P,CAC9P;KACF,CAAC;SACD,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,+OAA+O,CAChP;IACH,OAAO,EAAE,UAAU,CAAC,QAAQ,EAAE;SAC3B,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,iDAAiD,CAAC;IAC9D;;;;;yEAKqE;IACrE,eAAe,EAAE,CAAC;SACf,KAAK,CAAC,cAAc,CAAC;SACrB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CACP,oHAAoH,CACrH;CACJ,CAAC;KACD,QAAQ,CACP,mHAAmH,CACpH,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from "zod/v3";
|
|
2
|
+
export declare const RunExecution: z.ZodObject<{
|
|
3
|
+
isolation: z.ZodDefault<z.ZodEnum<["envelope", "live"]>>;
|
|
4
|
+
delegated: z.ZodDefault<z.ZodBoolean>;
|
|
5
|
+
workspaceRoot: z.ZodOptional<z.ZodString>;
|
|
6
|
+
}, "strict", z.ZodTypeAny, {
|
|
7
|
+
isolation: "envelope" | "live";
|
|
8
|
+
delegated: boolean;
|
|
9
|
+
workspaceRoot?: string | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
isolation?: "envelope" | "live" | undefined;
|
|
12
|
+
delegated?: boolean | undefined;
|
|
13
|
+
workspaceRoot?: string | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
export type RunExecution = z.infer<typeof RunExecution>;
|
|
16
|
+
//# sourceMappingURL=control-run-execution.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"control-run-execution.d.ts","sourceRoot":"","sources":["../src/control-run-execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,eAAO,MAAM,YAAY;;;;;;;;;;;;EAsB4C,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { z } from "zod/v3";
|
|
2
|
+
export const RunExecution = z
|
|
3
|
+
.object({
|
|
4
|
+
isolation: z
|
|
5
|
+
.enum(["envelope", "live"])
|
|
6
|
+
.default("envelope")
|
|
7
|
+
.describe("Run isolation: envelope (isolated worktree in the external per-project runtime namespace, the default) or live (the project tree itself)."),
|
|
8
|
+
delegated: z
|
|
9
|
+
.boolean()
|
|
10
|
+
.default(false)
|
|
11
|
+
.describe("Marks a run driven by an EXTERNAL orchestrator that owns the workspace, not by the operator at a surface. Such a run uses a scoped harness HOME even under isolation='live' (an in-place delegated attempt therefore cannot resume a native vendor session stored under the real HOME). Unrelated to the `delegate` belt flag and to `delegatedFromRunId` (belt-child provenance)."),
|
|
12
|
+
workspaceRoot: z
|
|
13
|
+
.string()
|
|
14
|
+
.optional()
|
|
15
|
+
.describe("Absolute existing execution workspace for a project-scoped delegated agent live run. The stable project identity remains scope.root."),
|
|
16
|
+
})
|
|
17
|
+
.strict()
|
|
18
|
+
.describe("Execution isolation and delegation settings for a run.");
|
|
19
|
+
//# sourceMappingURL=control-run-execution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"control-run-execution.js","sourceRoot":"","sources":["../src/control-run-execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC;KAC1B,MAAM,CAAC;IACN,SAAS,EAAE,CAAC;SACT,IAAI,CAAC,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;SAC1B,OAAO,CAAC,UAAU,CAAC;SACnB,QAAQ,CACP,2IAA2I,CAC5I;IACH,SAAS,EAAE,CAAC;SACT,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,oXAAoX,CACrX;IACH,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,sIAAsI,CACvI;CACJ,CAAC;KACD,MAAM,EAAE;KACR,QAAQ,CAAC,wDAAwD,CAAC,CAAC"}
|