@claudexor/schema 3.8.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 (92) hide show
  1. package/dist/agent-capabilities.d.ts +16 -16
  2. package/dist/config.d.ts +20 -20
  3. package/dist/control-harness-list.d.ts +18 -18
  4. package/dist/control-operation-responses.d.ts +16 -13
  5. package/dist/control-operation-responses.d.ts.map +1 -1
  6. package/dist/control-run-detail.d.ts +33 -46
  7. package/dist/control-run-detail.d.ts.map +1 -1
  8. package/dist/control-run-detail.js +10 -19
  9. package/dist/control-run-detail.js.map +1 -1
  10. package/dist/control-run-execution.d.ts +16 -0
  11. package/dist/control-run-execution.d.ts.map +1 -0
  12. package/dist/control-run-execution.js +19 -0
  13. package/dist/control-run-execution.js.map +1 -0
  14. package/dist/control-run-failure.d.ts +4 -4
  15. package/dist/control-run-failure.d.ts.map +1 -1
  16. package/dist/control-run-failure.js +6 -4
  17. package/dist/control-run-failure.js.map +1 -1
  18. package/dist/control-run-retry.d.ts +21 -0
  19. package/dist/control-run-retry.d.ts.map +1 -1
  20. package/dist/control-run-retry.js +6 -0
  21. package/dist/control-run-retry.js.map +1 -1
  22. package/dist/control-trust.d.ts +13 -13
  23. package/dist/control.d.ts +365 -36
  24. package/dist/control.d.ts.map +1 -1
  25. package/dist/control.js +12 -18
  26. package/dist/control.js.map +1 -1
  27. package/dist/credential-profile-snapshot.d.ts +78 -36
  28. package/dist/credential-profile-snapshot.d.ts.map +1 -1
  29. package/dist/credential-profile.d.ts +44 -0
  30. package/dist/credential-profile.d.ts.map +1 -1
  31. package/dist/credential-profile.js +11 -0
  32. package/dist/credential-profile.js.map +1 -1
  33. package/dist/harness-confinement.d.ts +37 -30
  34. package/dist/harness-confinement.d.ts.map +1 -1
  35. package/dist/harness-confinement.js +18 -26
  36. package/dist/harness-confinement.js.map +1 -1
  37. package/dist/harness.d.ts +18 -48
  38. package/dist/harness.d.ts.map +1 -1
  39. package/dist/harness.js +1 -6
  40. package/dist/harness.js.map +1 -1
  41. package/dist/mcp-run-result.d.ts +10 -10
  42. package/dist/primitives.d.ts +6 -1
  43. package/dist/primitives.d.ts.map +1 -1
  44. package/dist/primitives.js +8 -2
  45. package/dist/primitives.js.map +1 -1
  46. package/dist/readiness.d.ts +14 -14
  47. package/dist/run-strategy.d.ts +51 -3
  48. package/dist/run-strategy.d.ts.map +1 -1
  49. package/dist/run-strategy.js +58 -2
  50. package/dist/run-strategy.js.map +1 -1
  51. package/dist/task.d.ts +641 -19
  52. package/dist/task.d.ts.map +1 -1
  53. package/dist/task.js +40 -5
  54. package/dist/task.js.map +1 -1
  55. package/dist/telemetry.d.ts +2 -2
  56. package/dist/telemetry.js +3 -3
  57. package/dist/telemetry.js.map +1 -1
  58. package/dist/thread.d.ts +1 -1
  59. package/dist/thread.js +2 -2
  60. package/dist/thread.js.map +1 -1
  61. package/generated/AgentCapabilityCatalog.schema.json +1 -2
  62. package/generated/ControlCredentialProfileCreateResponse.schema.json +9 -0
  63. package/generated/ControlCredentialProfileUpdateResponse.schema.json +9 -0
  64. package/generated/ControlCredentialProfilesQueryResponse.schema.json +12 -3
  65. package/generated/ControlCredentialProfilesResponse.schema.json +9 -0
  66. package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +12 -3
  67. package/generated/ControlHarnessListResponse.schema.json +3 -3
  68. package/generated/ControlRunAgainDraft.schema.json +20 -3
  69. package/generated/ControlRunDetail.schema.json +10 -8
  70. package/generated/ControlRunListResponse.schema.json +6 -4
  71. package/generated/ControlRunStartRequest.schema.json +5 -2
  72. package/generated/ControlRunSummary.schema.json +6 -4
  73. package/generated/ControlThread.schema.json +3 -3
  74. package/generated/ControlThreadCreateRequest.schema.json +0 -1
  75. package/generated/ControlThreadDetail.schema.json +3 -3
  76. package/generated/ControlThreadListResponse.schema.json +3 -3
  77. package/generated/ControlThreadTurnRequest.schema.json +0 -1
  78. package/generated/ControlThreadUpdateRequest.schema.json +1 -2
  79. package/generated/ControlTrustListResponse.schema.json +0 -1
  80. package/generated/ControlTrustState.schema.json +0 -1
  81. package/generated/ControlTrustUpdateRequest.schema.json +0 -1
  82. package/generated/CredentialProfileStatus.schema.json +9 -0
  83. package/generated/HarnessManifest.schema.json +3 -3
  84. package/generated/HarnessStatusDto.schema.json +3 -3
  85. package/generated/McpRunHandleResult.schema.json +4 -2
  86. package/generated/McpRunToolResult.schema.json +4 -2
  87. package/generated/RunFailure.schema.json +4 -2
  88. package/generated/RunTelemetry.schema.json +5 -5
  89. package/generated/TaskContract.schema.json +8 -8
  90. package/generated/Thread.schema.json +3 -3
  91. package/generated/TrustConfig.schema.json +0 -2
  92. package/package.json +2 -2
@@ -166,9 +166,11 @@
166
166
  "credential_pool_exhausted",
167
167
  "delegated_home_unavailable",
168
168
  "delegated_confinement_unavailable",
169
- "delegated_evidence_incomplete"
169
+ "delegated_evidence_incomplete",
170
+ "access_profile_incompatible",
171
+ "retired_access_profile"
170
172
  ],
171
- "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)."
173
+ "description": "Machine-readable failure sub-code within a RunFailure category, including historical delegated-run failures and active access-profile refusals."
172
174
  },
173
175
  {
174
176
  "type": "null"
@@ -650,8 +652,8 @@
650
652
  "readonly",
651
653
  "workspace_write",
652
654
  "full",
653
- "external_sandbox_full",
654
- "inherit_native"
655
+ "inherit_native",
656
+ "external_sandbox_full"
655
657
  ],
656
658
  "description": "Access profile of the run: the effective profile when known, else the requested one (prefer requestedAccess/effectiveAccess)."
657
659
  },
@@ -111,7 +111,11 @@
111
111
  "delegated": {
112
112
  "type": "boolean",
113
113
  "default": false,
114
- "description": "Marks a run driven by an EXTERNAL orchestrator that owns the workspace, not by the operator at a surface. Such a run is confined to 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)."
114
+ "description": "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)."
115
+ },
116
+ "workspaceRoot": {
117
+ "type": "string",
118
+ "description": "Absolute existing execution workspace for a project-scoped delegated agent live run. The stable project identity remains scope.root."
115
119
  }
116
120
  },
117
121
  "additionalProperties": false,
@@ -298,7 +302,6 @@
298
302
  "readonly",
299
303
  "workspace_write",
300
304
  "full",
301
- "external_sandbox_full",
302
305
  "inherit_native"
303
306
  ],
304
307
  "description": "Requested access profile; effective access is derived by the engine and never client-supplied."
@@ -161,9 +161,11 @@
161
161
  "credential_pool_exhausted",
162
162
  "delegated_home_unavailable",
163
163
  "delegated_confinement_unavailable",
164
- "delegated_evidence_incomplete"
164
+ "delegated_evidence_incomplete",
165
+ "access_profile_incompatible",
166
+ "retired_access_profile"
165
167
  ],
166
- "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)."
168
+ "description": "Machine-readable failure sub-code within a RunFailure category, including historical delegated-run failures and active access-profile refusals."
167
169
  },
168
170
  {
169
171
  "type": "null"
@@ -645,8 +647,8 @@
645
647
  "readonly",
646
648
  "workspace_write",
647
649
  "full",
648
- "external_sandbox_full",
649
- "inherit_native"
650
+ "inherit_native",
651
+ "external_sandbox_full"
650
652
  ],
651
653
  "description": "Access profile of the run: the effective profile when known, else the requested one (prefer requestedAccess/effectiveAccess)."
652
654
  },
@@ -91,10 +91,10 @@
91
91
  "readonly",
92
92
  "workspace_write",
93
93
  "full",
94
- "external_sandbox_full",
95
- "inherit_native"
94
+ "inherit_native",
95
+ "external_sandbox_full"
96
96
  ],
97
- "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)."
97
+ "description": "Access profile recorded by an immutable historical artifact. external_sandbox_full is retired and cannot be requested by active surfaces."
98
98
  },
99
99
  {
100
100
  "type": "null"
@@ -111,7 +111,6 @@
111
111
  "readonly",
112
112
  "workspace_write",
113
113
  "full",
114
- "external_sandbox_full",
115
114
  "inherit_native"
116
115
  ],
117
116
  "description": "Sticky write scope for the thread's write turns; omit = the repo trust default."
@@ -94,10 +94,10 @@
94
94
  "readonly",
95
95
  "workspace_write",
96
96
  "full",
97
- "external_sandbox_full",
98
- "inherit_native"
97
+ "inherit_native",
98
+ "external_sandbox_full"
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 (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)."
100
+ "description": "Access profile recorded by an immutable historical artifact. external_sandbox_full is retired and cannot be requested by active surfaces."
101
101
  },
102
102
  {
103
103
  "type": "null"
@@ -96,10 +96,10 @@
96
96
  "readonly",
97
97
  "workspace_write",
98
98
  "full",
99
- "external_sandbox_full",
100
- "inherit_native"
99
+ "inherit_native",
100
+ "external_sandbox_full"
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 (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)."
102
+ "description": "Access profile recorded by an immutable historical artifact. external_sandbox_full is retired and cannot be requested by active surfaces."
103
103
  },
104
104
  {
105
105
  "type": "null"
@@ -220,7 +220,6 @@
220
220
  "readonly",
221
221
  "workspace_write",
222
222
  "full",
223
- "external_sandbox_full",
224
223
  "inherit_native"
225
224
  ],
226
225
  "description": "Requested access profile; effective access is derived by the engine and never client-supplied."
@@ -56,10 +56,9 @@
56
56
  "readonly",
57
57
  "workspace_write",
58
58
  "full",
59
- "external_sandbox_full",
60
59
  "inherit_native"
61
60
  ],
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)."
61
+ "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)."
63
62
  },
64
63
  {
65
64
  "type": "null"
@@ -30,7 +30,6 @@
30
30
  "readonly",
31
31
  "workspace_write",
32
32
  "full",
33
- "external_sandbox_full",
34
33
  "inherit_native"
35
34
  ],
36
35
  "description": "Default access profile for runs in the repo."
@@ -25,7 +25,6 @@
25
25
  "readonly",
26
26
  "workspace_write",
27
27
  "full",
28
- "external_sandbox_full",
29
28
  "inherit_native"
30
29
  ],
31
30
  "description": "Default access profile for runs in the repo."
@@ -66,7 +66,6 @@
66
66
  "readonly",
67
67
  "workspace_write",
68
68
  "full",
69
- "external_sandbox_full",
70
69
  "inherit_native"
71
70
  ],
72
71
  "description": "Effective access profile covered by grantTestCommand; defaults to the trust default."
@@ -37,6 +37,15 @@
37
37
  "default": "local_store",
38
38
  "description": "How the verification verdict was reached: local_store = the binding's required local state or managed secret is present (says nothing about a token being live); vendor = the vendor answered under the exact binding environment and effective platform credential policy."
39
39
  },
40
+ "stale": {
41
+ "type": "boolean",
42
+ "description": "True only for a bounded stale last-known-good observation; stale is never a fresh passed verification."
43
+ },
44
+ "stale_age_ms": {
45
+ "type": "integer",
46
+ "minimum": 0,
47
+ "description": "Age in milliseconds of the bounded stale observation, when stale is true."
48
+ },
40
49
  "detail": {
41
50
  "type": "string",
42
51
  "description": "Redacted human-readable probe evidence."
@@ -258,11 +258,12 @@
258
258
  "enum": [
259
259
  "env_or_file_injection",
260
260
  "scoped_home_keychain_bridge",
261
+ "private_per_profile_keychain",
261
262
  "host_user_context",
262
263
  "process_sandbox",
263
264
  "container"
264
265
  ],
265
- "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."
266
267
  },
267
268
  "default": [
268
269
  "env_or_file_injection"
@@ -567,10 +568,9 @@
567
568
  "readonly",
568
569
  "workspace_write",
569
570
  "full",
570
- "external_sandbox_full",
571
571
  "inherit_native"
572
572
  ],
573
- "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)."
574
574
  },
575
575
  "default": [],
576
576
  "description": "Access profiles the adapter can enforce."
@@ -276,11 +276,12 @@
276
276
  "enum": [
277
277
  "env_or_file_injection",
278
278
  "scoped_home_keychain_bridge",
279
+ "private_per_profile_keychain",
279
280
  "host_user_context",
280
281
  "process_sandbox",
281
282
  "container"
282
283
  ],
283
- "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."
284
285
  },
285
286
  "default": [
286
287
  "env_or_file_injection"
@@ -585,10 +586,9 @@
585
586
  "readonly",
586
587
  "workspace_write",
587
588
  "full",
588
- "external_sandbox_full",
589
589
  "inherit_native"
590
590
  ],
591
- "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)."
592
592
  },
593
593
  "default": [],
594
594
  "description": "Access profiles the adapter can enforce."
@@ -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.8.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.8.0"
23
+ "@claudexor/util": "3.8.1"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",