@claudexor/schema 3.6.0 → 3.8.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.
Files changed (125) hide show
  1. package/dist/agent-capabilities.d.ts +48 -16
  2. package/dist/agent-capabilities.d.ts.map +1 -1
  3. package/dist/agent-capabilities.js +4 -0
  4. package/dist/agent-capabilities.js.map +1 -1
  5. package/dist/config.d.ts +30 -28
  6. package/dist/config.d.ts.map +1 -1
  7. package/dist/config.js +7 -6
  8. package/dist/config.js.map +1 -1
  9. package/dist/control-harness-list.d.ts +215 -19
  10. package/dist/control-harness-list.d.ts.map +1 -1
  11. package/dist/control-operation-responses.d.ts +16 -13
  12. package/dist/control-operation-responses.d.ts.map +1 -1
  13. package/dist/control-run-detail.d.ts +33 -46
  14. package/dist/control-run-detail.d.ts.map +1 -1
  15. package/dist/control-run-detail.js +10 -19
  16. package/dist/control-run-detail.js.map +1 -1
  17. package/dist/control-run-execution.d.ts +16 -0
  18. package/dist/control-run-execution.d.ts.map +1 -0
  19. package/dist/control-run-execution.js +19 -0
  20. package/dist/control-run-execution.js.map +1 -0
  21. package/dist/control-run-failure.d.ts +4 -4
  22. package/dist/control-run-failure.d.ts.map +1 -1
  23. package/dist/control-run-failure.js +6 -4
  24. package/dist/control-run-failure.js.map +1 -1
  25. package/dist/control-run-retry.d.ts +21 -0
  26. package/dist/control-run-retry.d.ts.map +1 -1
  27. package/dist/control-run-retry.js +6 -0
  28. package/dist/control-run-retry.js.map +1 -1
  29. package/dist/control-trust.d.ts +13 -13
  30. package/dist/control.d.ts +365 -36
  31. package/dist/control.d.ts.map +1 -1
  32. package/dist/control.js +12 -18
  33. package/dist/control.js.map +1 -1
  34. package/dist/credential-profile-snapshot.d.ts +486 -52
  35. package/dist/credential-profile-snapshot.d.ts.map +1 -1
  36. package/dist/credential-profile.d.ts +113 -42
  37. package/dist/credential-profile.d.ts.map +1 -1
  38. package/dist/credential-profile.js +58 -30
  39. package/dist/credential-profile.js.map +1 -1
  40. package/dist/harness-confinement.d.ts +37 -30
  41. package/dist/harness-confinement.d.ts.map +1 -1
  42. package/dist/harness-confinement.js +18 -26
  43. package/dist/harness-confinement.js.map +1 -1
  44. package/dist/harness.d.ts +265 -102
  45. package/dist/harness.d.ts.map +1 -1
  46. package/dist/harness.js +3 -38
  47. package/dist/harness.js.map +1 -1
  48. package/dist/mcp-run-result.d.ts +10 -10
  49. package/dist/platform-auth.d.ts +196 -0
  50. package/dist/platform-auth.d.ts.map +1 -0
  51. package/dist/platform-auth.js +142 -0
  52. package/dist/platform-auth.js.map +1 -0
  53. package/dist/primitives.d.ts +6 -1
  54. package/dist/primitives.d.ts.map +1 -1
  55. package/dist/primitives.js +8 -2
  56. package/dist/primitives.js.map +1 -1
  57. package/dist/quota.d.ts +9 -9
  58. package/dist/quota.d.ts.map +1 -1
  59. package/dist/quota.js +3 -0
  60. package/dist/quota.js.map +1 -1
  61. package/dist/readiness.d.ts +192 -15
  62. package/dist/readiness.d.ts.map +1 -1
  63. package/dist/readiness.js +12 -0
  64. package/dist/readiness.js.map +1 -1
  65. package/dist/run-strategy.d.ts +51 -3
  66. package/dist/run-strategy.d.ts.map +1 -1
  67. package/dist/run-strategy.js +58 -2
  68. package/dist/run-strategy.js.map +1 -1
  69. package/dist/setup-login.d.ts +5 -5
  70. package/dist/setup.d.ts +102 -95
  71. package/dist/setup.d.ts.map +1 -1
  72. package/dist/setup.js +29 -5
  73. package/dist/setup.js.map +1 -1
  74. package/dist/task.d.ts +641 -19
  75. package/dist/task.d.ts.map +1 -1
  76. package/dist/task.js +40 -5
  77. package/dist/task.js.map +1 -1
  78. package/dist/telemetry.d.ts +2 -2
  79. package/dist/telemetry.js +3 -3
  80. package/dist/telemetry.js.map +1 -1
  81. package/dist/thread.d.ts +1 -1
  82. package/dist/thread.js +2 -2
  83. package/dist/thread.js.map +1 -1
  84. package/generated/AgentCapabilityCatalog.schema.json +27 -2
  85. package/generated/ControlCredentialProfileCreateRequest.schema.json +1 -1
  86. package/generated/ControlCredentialProfileCreateResponse.schema.json +13 -4
  87. package/generated/ControlCredentialProfileDeleteResponse.schema.json +27 -3
  88. package/generated/ControlCredentialProfileUpdateResponse.schema.json +13 -4
  89. package/generated/ControlCredentialProfilesQueryResponse.schema.json +142 -8
  90. package/generated/ControlCredentialProfilesResponse.schema.json +13 -4
  91. package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +142 -8
  92. package/generated/ControlHarnessListResponse.schema.json +127 -3
  93. package/generated/ControlQuotaResponse.schema.json +2 -1
  94. package/generated/ControlRunAgainDraft.schema.json +20 -3
  95. package/generated/ControlRunDetail.schema.json +10 -8
  96. package/generated/ControlRunListResponse.schema.json +6 -4
  97. package/generated/ControlRunStartRequest.schema.json +5 -2
  98. package/generated/ControlRunSummary.schema.json +6 -4
  99. package/generated/ControlSetupJob.schema.json +5 -1
  100. package/generated/ControlSetupJobCreateRequest.schema.json +1 -1
  101. package/generated/ControlSetupJobEvent.schema.json +5 -1
  102. package/generated/ControlSetupJobListResponse.schema.json +5 -1
  103. package/generated/ControlSetupJobSnapshot.schema.json +5 -1
  104. package/generated/ControlThread.schema.json +3 -3
  105. package/generated/ControlThreadCreateRequest.schema.json +0 -1
  106. package/generated/ControlThreadDetail.schema.json +3 -3
  107. package/generated/ControlThreadListResponse.schema.json +3 -3
  108. package/generated/ControlThreadTurnRequest.schema.json +0 -1
  109. package/generated/ControlThreadUpdateRequest.schema.json +1 -2
  110. package/generated/ControlTrustListResponse.schema.json +0 -1
  111. package/generated/ControlTrustState.schema.json +0 -1
  112. package/generated/ControlTrustUpdateRequest.schema.json +0 -1
  113. package/generated/CredentialProfile.schema.json +3 -3
  114. package/generated/CredentialProfileStatus.schema.json +10 -1
  115. package/generated/GlobalConfig.schema.json +4 -4
  116. package/generated/HarnessManifest.schema.json +101 -3
  117. package/generated/HarnessStatusDto.schema.json +127 -3
  118. package/generated/McpRunHandleResult.schema.json +4 -2
  119. package/generated/McpRunToolResult.schema.json +4 -2
  120. package/generated/RunFailure.schema.json +4 -2
  121. package/generated/RunTelemetry.schema.json +5 -5
  122. package/generated/TaskContract.schema.json +8 -8
  123. package/generated/Thread.schema.json +3 -3
  124. package/generated/TrustConfig.schema.json +0 -2
  125. package/package.json +2 -2
@@ -114,6 +114,20 @@
114
114
  },
115
115
  "default": [],
116
116
  "description": "Relocation levers that can move this transport into a scoped environment."
117
+ },
118
+ "platforms": {
119
+ "type": "array",
120
+ "items": {
121
+ "type": "string",
122
+ "enum": [
123
+ "darwin",
124
+ "linux",
125
+ "win32"
126
+ ],
127
+ "description": "Host platform used to resolve credential and managed-login policy."
128
+ },
129
+ "minItems": 1,
130
+ "description": "Host platforms on which this physical credential transport applies; absent means every supported platform for backward compatibility."
117
131
  }
118
132
  },
119
133
  "required": [
@@ -125,6 +139,90 @@
125
139
  },
126
140
  "default": [],
127
141
  "description": "Declared credential transports per auth source."
142
+ },
143
+ "credential_profile_policies": {
144
+ "type": "array",
145
+ "items": {
146
+ "type": "object",
147
+ "properties": {
148
+ "source": {
149
+ "$ref": "#/definitions/HarnessManifest/properties/capability_profile/properties/auth/properties/supported_sources/items"
150
+ },
151
+ "platforms": {
152
+ "type": "array",
153
+ "items": {
154
+ "$ref": "#/definitions/HarnessManifest/properties/capability_profile/properties/auth/properties/credential_transports/items/properties/platforms/items"
155
+ },
156
+ "minItems": 1,
157
+ "description": "Nonempty host-platform set governed by this policy row."
158
+ },
159
+ "identity_scope": {
160
+ "type": "string",
161
+ "enum": [
162
+ "profile",
163
+ "os_user"
164
+ ],
165
+ "description": "Identity boundary selected by a credential profile: the named profile itself or the host OS user/login vault."
166
+ },
167
+ "max_enabled_profiles": {
168
+ "anyOf": [
169
+ {
170
+ "type": "integer",
171
+ "exclusiveMinimum": 0
172
+ },
173
+ {
174
+ "type": "null"
175
+ }
176
+ ],
177
+ "description": "Maximum enabled profile bindings on these platforms; null means unbounded."
178
+ },
179
+ "cleanup_owner": {
180
+ "type": "string",
181
+ "enum": [
182
+ "claudexor",
183
+ "vendor"
184
+ ],
185
+ "description": "Who owns cleanup of the credential when its Claudexor profile binding is removed."
186
+ }
187
+ },
188
+ "required": [
189
+ "source",
190
+ "platforms",
191
+ "identity_scope",
192
+ "max_enabled_profiles",
193
+ "cleanup_owner"
194
+ ],
195
+ "additionalProperties": false,
196
+ "description": "Platform-specific identity scope, enabled-profile cardinality, and credential cleanup ownership for one auth source."
197
+ },
198
+ "description": "Platform-specific profile identity/cardinality/cleanup policy; absent uses the backward-compatible profile-scoped, unbounded, Claudexor-owned defaults."
199
+ },
200
+ "managed_login": {
201
+ "anyOf": [
202
+ {
203
+ "type": "object",
204
+ "properties": {
205
+ "stdin": {
206
+ "type": "string",
207
+ "enum": [
208
+ "none",
209
+ "pipe",
210
+ "terminal"
211
+ ],
212
+ "description": "Input transport the vendor login command requires."
213
+ }
214
+ },
215
+ "required": [
216
+ "stdin"
217
+ ],
218
+ "additionalProperties": false,
219
+ "description": "Managed-login input requirement; command, argv, flow, and time window remain owned by the native-login registry."
220
+ },
221
+ {
222
+ "type": "null"
223
+ }
224
+ ],
225
+ "description": "Managed subscription-login input requirement; null means this harness defines no managed login, absent is a legacy manifest."
128
226
  }
129
227
  },
130
228
  "additionalProperties": false,
@@ -160,11 +258,12 @@
160
258
  "enum": [
161
259
  "env_or_file_injection",
162
260
  "scoped_home_keychain_bridge",
261
+ "private_per_profile_keychain",
163
262
  "host_user_context",
164
263
  "process_sandbox",
165
264
  "container"
166
265
  ],
167
- "description": "Isolation containment level an adapter supports for run environments, from env/file injection through scoped-HOME keychain bridging to process sandboxes and containers."
266
+ "description": "Isolation containment level an adapter supports for run environments, from env/file injection through scoped-HOME keychain bridging or a private per-profile keychain to process sandboxes and containers."
168
267
  },
169
268
  "default": [
170
269
  "env_or_file_injection"
@@ -469,10 +568,9 @@
469
568
  "readonly",
470
569
  "workspace_write",
471
570
  "full",
472
- "external_sandbox_full",
473
571
  "inherit_native"
474
572
  ],
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)."
573
+ "description": "Active filesystem/command access profile for a run: readonly (no writes), workspace_write (use the harness's native workspace-write policy), full (unrestricted; requires the per-repo trust allow), inherit_native (defer to the harness's own native settings)."
476
574
  },
477
575
  "default": [],
478
576
  "description": "Access profiles the adapter can enforce."
@@ -132,6 +132,20 @@
132
132
  },
133
133
  "default": [],
134
134
  "description": "Relocation levers that can move this transport into a scoped environment."
135
+ },
136
+ "platforms": {
137
+ "type": "array",
138
+ "items": {
139
+ "type": "string",
140
+ "enum": [
141
+ "darwin",
142
+ "linux",
143
+ "win32"
144
+ ],
145
+ "description": "Host platform used to resolve credential and managed-login policy."
146
+ },
147
+ "minItems": 1,
148
+ "description": "Host platforms on which this physical credential transport applies; absent means every supported platform for backward compatibility."
135
149
  }
136
150
  },
137
151
  "required": [
@@ -143,6 +157,90 @@
143
157
  },
144
158
  "default": [],
145
159
  "description": "Declared credential transports per auth source."
160
+ },
161
+ "credential_profile_policies": {
162
+ "type": "array",
163
+ "items": {
164
+ "type": "object",
165
+ "properties": {
166
+ "source": {
167
+ "$ref": "#/definitions/HarnessStatusDto/properties/manifest/anyOf/0/properties/capability_profile/properties/auth/properties/supported_sources/items"
168
+ },
169
+ "platforms": {
170
+ "type": "array",
171
+ "items": {
172
+ "$ref": "#/definitions/HarnessStatusDto/properties/manifest/anyOf/0/properties/capability_profile/properties/auth/properties/credential_transports/items/properties/platforms/items"
173
+ },
174
+ "minItems": 1,
175
+ "description": "Nonempty host-platform set governed by this policy row."
176
+ },
177
+ "identity_scope": {
178
+ "type": "string",
179
+ "enum": [
180
+ "profile",
181
+ "os_user"
182
+ ],
183
+ "description": "Identity boundary selected by a credential profile: the named profile itself or the host OS user/login vault."
184
+ },
185
+ "max_enabled_profiles": {
186
+ "anyOf": [
187
+ {
188
+ "type": "integer",
189
+ "exclusiveMinimum": 0
190
+ },
191
+ {
192
+ "type": "null"
193
+ }
194
+ ],
195
+ "description": "Maximum enabled profile bindings on these platforms; null means unbounded."
196
+ },
197
+ "cleanup_owner": {
198
+ "type": "string",
199
+ "enum": [
200
+ "claudexor",
201
+ "vendor"
202
+ ],
203
+ "description": "Who owns cleanup of the credential when its Claudexor profile binding is removed."
204
+ }
205
+ },
206
+ "required": [
207
+ "source",
208
+ "platforms",
209
+ "identity_scope",
210
+ "max_enabled_profiles",
211
+ "cleanup_owner"
212
+ ],
213
+ "additionalProperties": false,
214
+ "description": "Platform-specific identity scope, enabled-profile cardinality, and credential cleanup ownership for one auth source."
215
+ },
216
+ "description": "Platform-specific profile identity/cardinality/cleanup policy; absent uses the backward-compatible profile-scoped, unbounded, Claudexor-owned defaults."
217
+ },
218
+ "managed_login": {
219
+ "anyOf": [
220
+ {
221
+ "type": "object",
222
+ "properties": {
223
+ "stdin": {
224
+ "type": "string",
225
+ "enum": [
226
+ "none",
227
+ "pipe",
228
+ "terminal"
229
+ ],
230
+ "description": "Input transport the vendor login command requires."
231
+ }
232
+ },
233
+ "required": [
234
+ "stdin"
235
+ ],
236
+ "additionalProperties": false,
237
+ "description": "Managed-login input requirement; command, argv, flow, and time window remain owned by the native-login registry."
238
+ },
239
+ {
240
+ "type": "null"
241
+ }
242
+ ],
243
+ "description": "Managed subscription-login input requirement; null means this harness defines no managed login, absent is a legacy manifest."
146
244
  }
147
245
  },
148
246
  "additionalProperties": false,
@@ -178,11 +276,12 @@
178
276
  "enum": [
179
277
  "env_or_file_injection",
180
278
  "scoped_home_keychain_bridge",
279
+ "private_per_profile_keychain",
181
280
  "host_user_context",
182
281
  "process_sandbox",
183
282
  "container"
184
283
  ],
185
- "description": "Isolation containment level an adapter supports for run environments, from env/file injection through scoped-HOME keychain bridging to process sandboxes and containers."
284
+ "description": "Isolation containment level an adapter supports for run environments, from env/file injection through scoped-HOME keychain bridging or a private per-profile keychain to process sandboxes and containers."
186
285
  },
187
286
  "default": [
188
287
  "env_or_file_injection"
@@ -487,10 +586,9 @@
487
586
  "readonly",
488
587
  "workspace_write",
489
588
  "full",
490
- "external_sandbox_full",
491
589
  "inherit_native"
492
590
  ],
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)."
591
+ "description": "Active filesystem/command access profile for a run: readonly (no writes), workspace_write (use the harness's native workspace-write policy), full (unrestricted; requires the per-repo trust allow), inherit_native (defer to the harness's own native settings)."
494
592
  },
495
593
  "default": [],
496
594
  "description": "Access profiles the adapter can enforce."
@@ -762,6 +860,32 @@
762
860
  ],
763
861
  "description": "Engine-owned Delegate capability for this harness and installed runtime; null on legacy status rows.",
764
862
  "default": null
863
+ },
864
+ "setupLogin": {
865
+ "anyOf": [
866
+ {
867
+ "type": "object",
868
+ "properties": {
869
+ "mode": {
870
+ "type": "string",
871
+ "enum": [
872
+ "in_app",
873
+ "external_terminal"
874
+ ],
875
+ "description": "in_app requests the daemon-hosted login flow; external_terminal requests the existing client PTY flow."
876
+ }
877
+ },
878
+ "required": [
879
+ "mode"
880
+ ],
881
+ "additionalProperties": false,
882
+ "description": "Effective setup-login flow for this harness on the current host."
883
+ },
884
+ {
885
+ "type": "null"
886
+ }
887
+ ],
888
+ "description": "Effective setup-login flow for this harness on the current host; current producers emit null or an object, while omission identifies a legacy row."
765
889
  }
766
890
  },
767
891
  "required": [
@@ -681,9 +681,11 @@
681
681
  "credential_pool_exhausted",
682
682
  "delegated_home_unavailable",
683
683
  "delegated_confinement_unavailable",
684
- "delegated_evidence_incomplete"
684
+ "delegated_evidence_incomplete",
685
+ "access_profile_incompatible",
686
+ "retired_access_profile"
685
687
  ],
686
- "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, an exhausted credential rotation pool whose EARLIEST known member reset is RunFailure.resetsAt, and the delegated-run confinement refusals: missing scoped home, no OS-enforced boundary on this host, incomplete applied evidence)."
688
+ "description": "Machine-readable failure sub-code within a RunFailure category, including historical delegated-run failures and active access-profile refusals."
687
689
  },
688
690
  {
689
691
  "type": "null"
@@ -657,9 +657,11 @@
657
657
  "credential_pool_exhausted",
658
658
  "delegated_home_unavailable",
659
659
  "delegated_confinement_unavailable",
660
- "delegated_evidence_incomplete"
660
+ "delegated_evidence_incomplete",
661
+ "access_profile_incompatible",
662
+ "retired_access_profile"
661
663
  ],
662
- "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, an exhausted credential rotation pool whose EARLIEST known member reset is RunFailure.resetsAt, and the delegated-run confinement refusals: missing scoped home, no OS-enforced boundary on this host, incomplete applied evidence)."
664
+ "description": "Machine-readable failure sub-code within a RunFailure category, including historical delegated-run failures and active access-profile refusals."
663
665
  },
664
666
  {
665
667
  "type": "null"
@@ -43,9 +43,11 @@
43
43
  "credential_pool_exhausted",
44
44
  "delegated_home_unavailable",
45
45
  "delegated_confinement_unavailable",
46
- "delegated_evidence_incomplete"
46
+ "delegated_evidence_incomplete",
47
+ "access_profile_incompatible",
48
+ "retired_access_profile"
47
49
  ],
48
- "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, an exhausted credential rotation pool whose EARLIEST known member reset is RunFailure.resetsAt, and the delegated-run confinement refusals: missing scoped home, no OS-enforced boundary on this host, incomplete applied evidence)."
50
+ "description": "Machine-readable failure sub-code within a RunFailure category, including historical delegated-run failures and active access-profile refusals."
49
51
  },
50
52
  {
51
53
  "type": "null"
@@ -34,8 +34,8 @@
34
34
  "readonly",
35
35
  "workspace_write",
36
36
  "full",
37
- "external_sandbox_full",
38
- "inherit_native"
37
+ "inherit_native",
38
+ "external_sandbox_full"
39
39
  ],
40
40
  "description": "Access profile the caller requested."
41
41
  },
@@ -45,10 +45,10 @@
45
45
  "readonly",
46
46
  "workspace_write",
47
47
  "full",
48
- "external_sandbox_full",
49
- "inherit_native"
48
+ "inherit_native",
49
+ "external_sandbox_full"
50
50
  ],
51
- "description": "Access profile actually enforced by the engine."
51
+ "description": "Access profile enforced by the engine."
52
52
  },
53
53
  "external_context_policy": {
54
54
  "type": "string",
@@ -347,10 +347,10 @@
347
347
  "readonly",
348
348
  "workspace_write",
349
349
  "full",
350
- "external_sandbox_full",
351
- "inherit_native"
350
+ "inherit_native",
351
+ "external_sandbox_full"
352
352
  ],
353
- "description": "Effective access profile covered by this grant."
353
+ "description": "Effective access profile recorded by this historical grant."
354
354
  }
355
355
  },
356
356
  "required": [
@@ -362,13 +362,13 @@
362
362
  "accessProfile"
363
363
  ],
364
364
  "additionalProperties": false,
365
- "description": "External exact grant for one versioned project test command."
365
+ "description": "Historical exact grant for one versioned project test command."
366
366
  },
367
367
  {
368
368
  "type": "null"
369
369
  }
370
370
  ],
371
- "description": "Matching external grant; null when none was found.",
371
+ "description": "Matching historical external grant; null when none was found.",
372
372
  "default": null
373
373
  }
374
374
  },
@@ -377,7 +377,7 @@
377
377
  "id"
378
378
  ],
379
379
  "additionalProperties": false,
380
- "description": "A deterministic typed-argv test command used as a verification gate."
380
+ "description": "A deterministic typed-argv test command recorded in an immutable TaskContract."
381
381
  },
382
382
  "default": [],
383
383
  "description": "Deterministic test commands configured as gates."
@@ -398,8 +398,8 @@
398
398
  "readonly",
399
399
  "workspace_write",
400
400
  "full",
401
- "external_sandbox_full",
402
- "inherit_native"
401
+ "inherit_native",
402
+ "external_sandbox_full"
403
403
  ],
404
404
  "description": "Access profile the caller requested.",
405
405
  "default": "workspace_write"
@@ -87,10 +87,10 @@
87
87
  "readonly",
88
88
  "workspace_write",
89
89
  "full",
90
- "external_sandbox_full",
91
- "inherit_native"
90
+ "inherit_native",
91
+ "external_sandbox_full"
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 (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)."
93
+ "description": "Access profile recorded by an immutable historical artifact. external_sandbox_full is retired and cannot be requested by active surfaces."
94
94
  },
95
95
  {
96
96
  "type": "null"
@@ -16,7 +16,6 @@
16
16
  "readonly",
17
17
  "workspace_write",
18
18
  "full",
19
- "external_sandbox_full",
20
19
  "inherit_native"
21
20
  ],
22
21
  "description": "Default access profile for runs in this repo.",
@@ -92,7 +91,6 @@
92
91
  "readonly",
93
92
  "workspace_write",
94
93
  "full",
95
- "external_sandbox_full",
96
94
  "inherit_native"
97
95
  ],
98
96
  "description": "Effective access profile covered by this grant."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudexor/schema",
3
- "version": "3.6.0",
3
+ "version": "3.8.1",
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.6.0"
23
+ "@claudexor/util": "3.8.1"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",