@claudexor/schema 3.2.1 → 3.3.7
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/apply-eligibility.d.ts +20 -10
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +2 -1
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/control-operation-responses.d.ts +20 -7
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-run-detail.d.ts +144 -19
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +39 -1
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-failure.d.ts +57 -0
- package/dist/control-run-failure.d.ts.map +1 -0
- package/dist/control-run-failure.js +89 -0
- package/dist/control-run-failure.js.map +1 -0
- package/dist/control-run-scope.d.ts +17 -0
- package/dist/control-run-scope.d.ts.map +1 -1
- package/dist/control-run-scope.js +21 -0
- package/dist/control-run-scope.js.map +1 -1
- package/dist/control.d.ts +42 -45
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +6 -62
- package/dist/control.js.map +1 -1
- package/dist/credential-profile-snapshot.d.ts +35 -14
- package/dist/credential-profile-snapshot.d.ts.map +1 -1
- package/dist/credential-profile.d.ts +53 -5
- package/dist/credential-profile.d.ts.map +1 -1
- package/dist/credential-profile.js +18 -7
- package/dist/credential-profile.js.map +1 -1
- package/dist/harness-confinement.d.ts +64 -0
- package/dist/harness-confinement.d.ts.map +1 -0
- package/dist/harness-confinement.js +64 -0
- package/dist/harness-confinement.js.map +1 -0
- package/dist/harness.d.ts +30 -10
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +6 -18
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/primitives.js +1 -1
- package/dist/primitives.js.map +1 -1
- package/dist/quota.d.ts +9 -9
- package/dist/quota.d.ts.map +1 -1
- package/dist/quota.js +5 -0
- package/dist/quota.js.map +1 -1
- package/dist/setup-device-code-envelope.d.ts +7 -10
- package/dist/setup-device-code-envelope.d.ts.map +1 -1
- package/dist/setup-device-code-envelope.js +7 -2
- package/dist/setup-device-code-envelope.js.map +1 -1
- package/dist/setup-login-input.d.ts +38 -0
- package/dist/setup-login-input.d.ts.map +1 -0
- package/dist/setup-login-input.js +32 -0
- package/dist/setup-login-input.js.map +1 -0
- package/dist/setup.d.ts +50 -43
- package/dist/setup.d.ts.map +1 -1
- package/dist/setup.js +59 -61
- package/dist/setup.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +1 -1
- package/generated/ControlCredentialProfileCreateRequest.schema.json +1 -1
- package/generated/ControlCredentialProfileCreateResponse.schema.json +10 -1
- package/generated/ControlCredentialProfileUpdateResponse.schema.json +10 -1
- package/generated/ControlCredentialProfilesQueryResponse.schema.json +13 -3
- package/generated/ControlCredentialProfilesResponse.schema.json +10 -1
- package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +13 -3
- package/generated/ControlHarnessListResponse.schema.json +1 -1
- package/generated/ControlQuotaResponse.schema.json +2 -1
- package/generated/ControlRunAgainDraft.schema.json +11 -1
- package/generated/ControlRunDetail.schema.json +66 -2
- package/generated/ControlRunListResponse.schema.json +19 -2
- package/generated/ControlRunStartRequest.schema.json +11 -1
- package/generated/ControlRunSummary.schema.json +19 -2
- package/generated/ControlSetupJobEvent.schema.json +4 -7
- package/generated/ControlSetupJobInputRequest.schema.json +22 -0
- package/generated/ControlSetupJobSnapshot.schema.json +4 -7
- package/generated/ControlThread.schema.json +1 -1
- package/generated/ControlThreadCreateRequest.schema.json +5 -0
- package/generated/ControlThreadDetail.schema.json +1 -1
- package/generated/ControlThreadListResponse.schema.json +1 -1
- package/generated/ControlThreadUpdateRequest.schema.json +1 -1
- package/generated/CredentialProfileStatus.schema.json +10 -1
- package/generated/HarnessManifest.schema.json +1 -1
- package/generated/HarnessStatusDto.schema.json +1 -1
- package/generated/McpRunHandleResult.schema.json +19 -2
- package/generated/McpRunToolResult.schema.json +19 -2
- package/generated/RunFailure.schema.json +19 -2
- package/generated/Thread.schema.json +1 -1
- package/package.json +2 -2
|
@@ -28,6 +28,11 @@
|
|
|
28
28
|
],
|
|
29
29
|
"description": "Project context depth; auto is the only mode.",
|
|
30
30
|
"default": "auto"
|
|
31
|
+
},
|
|
32
|
+
"ephemeral": {
|
|
33
|
+
"type": "boolean",
|
|
34
|
+
"default": false,
|
|
35
|
+
"description": "Declare the root one-shot: it anchors this run only, is never entered into the durable project registry, and its commands/run events live in the global no-project partition."
|
|
31
36
|
}
|
|
32
37
|
},
|
|
33
38
|
"required": [
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"external_sandbox_full",
|
|
98
98
|
"inherit_native"
|
|
99
99
|
],
|
|
100
|
-
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (
|
|
100
|
+
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (the harness stands its native sandbox down; the engine applies its own OS boundary only on delegated runs — requested directly this is unrestricted, and not behind the trust allow), inherit_native (defer to the harness's own native sandbox settings)."
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"type": "null"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"external_sandbox_full",
|
|
100
100
|
"inherit_native"
|
|
101
101
|
],
|
|
102
|
-
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (
|
|
102
|
+
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (the harness stands its native sandbox down; the engine applies its own OS boundary only on delegated runs — requested directly this is unrestricted, and not behind the trust allow), inherit_native (defer to the harness's own native sandbox settings)."
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"type": "null"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"external_sandbox_full",
|
|
60
60
|
"inherit_native"
|
|
61
61
|
],
|
|
62
|
-
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (
|
|
62
|
+
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (the harness stands its native sandbox down; the engine applies its own OS boundary only on delegated runs — requested directly this is unrestricted, and not behind the trust allow), inherit_native (defer to the harness's own native sandbox settings)."
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"type": "null"
|
|
@@ -28,6 +28,15 @@
|
|
|
28
28
|
"not_run"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
+
"verification_source": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"enum": [
|
|
34
|
+
"local_store",
|
|
35
|
+
"vendor"
|
|
36
|
+
],
|
|
37
|
+
"default": "local_store",
|
|
38
|
+
"description": "How the verification verdict was reached: local_store = the profile's credential material is present locally (says nothing about the token being live); vendor = the vendor answered a request made with this profile's own credential."
|
|
39
|
+
},
|
|
31
40
|
"detail": {
|
|
32
41
|
"type": "string",
|
|
33
42
|
"description": "Redacted human-readable probe evidence."
|
|
@@ -43,7 +52,7 @@
|
|
|
43
52
|
"type": "null"
|
|
44
53
|
}
|
|
45
54
|
],
|
|
46
|
-
"description": "When
|
|
55
|
+
"description": "When the verification verdict was established, by the method named in verification_source; null = never verified.",
|
|
47
56
|
"default": null
|
|
48
57
|
}
|
|
49
58
|
},
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"external_sandbox_full",
|
|
473
473
|
"inherit_native"
|
|
474
474
|
],
|
|
475
|
-
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (
|
|
475
|
+
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (the harness stands its native sandbox down; the engine applies its own OS boundary only on delegated runs — requested directly this is unrestricted, and not behind the trust allow), inherit_native (defer to the harness's own native sandbox settings)."
|
|
476
476
|
},
|
|
477
477
|
"default": [],
|
|
478
478
|
"description": "Access profiles the adapter can enforce."
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"external_sandbox_full",
|
|
491
491
|
"inherit_native"
|
|
492
492
|
],
|
|
493
|
-
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (
|
|
493
|
+
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (the harness stands its native sandbox down; the engine applies its own OS boundary only on delegated runs — requested directly this is unrestricted, and not behind the trust allow), inherit_native (defer to the harness's own native sandbox settings)."
|
|
494
494
|
},
|
|
495
495
|
"default": [],
|
|
496
496
|
"description": "Access profiles the adapter can enforce."
|
|
@@ -254,9 +254,13 @@
|
|
|
254
254
|
"unknown_paid_in_flight",
|
|
255
255
|
"budget_overshoot",
|
|
256
256
|
"cost_unverifiable",
|
|
257
|
-
"delegation_child_drain_timeout"
|
|
257
|
+
"delegation_child_drain_timeout",
|
|
258
|
+
"subscription_window_exhausted",
|
|
259
|
+
"delegated_home_unavailable",
|
|
260
|
+
"delegated_confinement_unavailable",
|
|
261
|
+
"delegated_evidence_incomplete"
|
|
258
262
|
],
|
|
259
|
-
"description": "Machine-readable failure sub-code within a RunFailure category (budget-denial reasons
|
|
263
|
+
"description": "Machine-readable failure sub-code within a RunFailure category (budget-denial reasons, Delegate child-drain timeout, a spent subscription quota window whose reopen time is RunFailure.resetsAt, and the delegated-run confinement refusals: missing scoped home, no OS-enforced boundary on this host, incomplete applied evidence)."
|
|
260
264
|
},
|
|
261
265
|
{
|
|
262
266
|
"type": "null"
|
|
@@ -317,6 +321,19 @@
|
|
|
317
321
|
"default": null,
|
|
318
322
|
"description": "Run artifact directory."
|
|
319
323
|
},
|
|
324
|
+
"resetsAt": {
|
|
325
|
+
"anyOf": [
|
|
326
|
+
{
|
|
327
|
+
"type": "string",
|
|
328
|
+
"format": "date-time"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"type": "null"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"default": null,
|
|
335
|
+
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
336
|
+
},
|
|
320
337
|
"nextActions": {
|
|
321
338
|
"type": "array",
|
|
322
339
|
"items": {
|
|
@@ -230,9 +230,13 @@
|
|
|
230
230
|
"unknown_paid_in_flight",
|
|
231
231
|
"budget_overshoot",
|
|
232
232
|
"cost_unverifiable",
|
|
233
|
-
"delegation_child_drain_timeout"
|
|
233
|
+
"delegation_child_drain_timeout",
|
|
234
|
+
"subscription_window_exhausted",
|
|
235
|
+
"delegated_home_unavailable",
|
|
236
|
+
"delegated_confinement_unavailable",
|
|
237
|
+
"delegated_evidence_incomplete"
|
|
234
238
|
],
|
|
235
|
-
"description": "Machine-readable failure sub-code within a RunFailure category (budget-denial reasons
|
|
239
|
+
"description": "Machine-readable failure sub-code within a RunFailure category (budget-denial reasons, Delegate child-drain timeout, a spent subscription quota window whose reopen time is RunFailure.resetsAt, and the delegated-run confinement refusals: missing scoped home, no OS-enforced boundary on this host, incomplete applied evidence)."
|
|
236
240
|
},
|
|
237
241
|
{
|
|
238
242
|
"type": "null"
|
|
@@ -293,6 +297,19 @@
|
|
|
293
297
|
"default": null,
|
|
294
298
|
"description": "Run artifact directory."
|
|
295
299
|
},
|
|
300
|
+
"resetsAt": {
|
|
301
|
+
"anyOf": [
|
|
302
|
+
{
|
|
303
|
+
"type": "string",
|
|
304
|
+
"format": "date-time"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"type": "null"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"default": null,
|
|
311
|
+
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
312
|
+
},
|
|
296
313
|
"nextActions": {
|
|
297
314
|
"type": "array",
|
|
298
315
|
"items": {
|
|
@@ -38,9 +38,13 @@
|
|
|
38
38
|
"unknown_paid_in_flight",
|
|
39
39
|
"budget_overshoot",
|
|
40
40
|
"cost_unverifiable",
|
|
41
|
-
"delegation_child_drain_timeout"
|
|
41
|
+
"delegation_child_drain_timeout",
|
|
42
|
+
"subscription_window_exhausted",
|
|
43
|
+
"delegated_home_unavailable",
|
|
44
|
+
"delegated_confinement_unavailable",
|
|
45
|
+
"delegated_evidence_incomplete"
|
|
42
46
|
],
|
|
43
|
-
"description": "Machine-readable failure sub-code within a RunFailure category (budget-denial reasons
|
|
47
|
+
"description": "Machine-readable failure sub-code within a RunFailure category (budget-denial reasons, Delegate child-drain timeout, a spent subscription quota window whose reopen time is RunFailure.resetsAt, and the delegated-run confinement refusals: missing scoped home, no OS-enforced boundary on this host, incomplete applied evidence)."
|
|
44
48
|
},
|
|
45
49
|
{
|
|
46
50
|
"type": "null"
|
|
@@ -101,6 +105,19 @@
|
|
|
101
105
|
"default": null,
|
|
102
106
|
"description": "Run artifact directory."
|
|
103
107
|
},
|
|
108
|
+
"resetsAt": {
|
|
109
|
+
"anyOf": [
|
|
110
|
+
{
|
|
111
|
+
"type": "string",
|
|
112
|
+
"format": "date-time"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "null"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"default": null,
|
|
119
|
+
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
120
|
+
},
|
|
104
121
|
"nextActions": {
|
|
105
122
|
"type": "array",
|
|
106
123
|
"items": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"external_sandbox_full",
|
|
91
91
|
"inherit_native"
|
|
92
92
|
],
|
|
93
|
-
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (
|
|
93
|
+
"description": "Filesystem/command access profile for a run: readonly (no writes), workspace_write (writes inside the workspace only), full (unrestricted; requires the per-repo trust allow), external_sandbox_full (the harness stands its native sandbox down; the engine applies its own OS boundary only on delegated runs — requested directly this is unrestricted, and not behind the trust allow), inherit_native (defer to the harness's own native sandbox settings)."
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"type": "null"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudexor/schema",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Single source of truth for all Claudexor data shapes (Zod + generated JSON Schema).",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"zod": "^4.4.3",
|
|
22
22
|
"zod-to-json-schema": "^3.24.1",
|
|
23
|
-
"@claudexor/util": "3.
|
|
23
|
+
"@claudexor/util": "3.3.7"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|