@claudexor/schema 3.3.16 → 3.4.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.
- package/dist/apply-eligibility.d.ts +0 -882
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +0 -145
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/control.js +4 -4
- package/dist/control.js.map +1 -1
- package/dist/harness.d.ts +2 -3
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +2 -3
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp-run-result.d.ts +1932 -0
- package/dist/mcp-run-result.d.ts.map +1 -0
- package/dist/mcp-run-result.js +155 -0
- package/dist/mcp-run-result.js.map +1 -0
- package/dist/operation.d.ts +9 -0
- package/dist/operation.d.ts.map +1 -1
- package/dist/operation.js +10 -0
- package/dist/operation.js.map +1 -1
- package/dist/primitives.js +1 -1
- package/dist/primitives.js.map +1 -1
- package/dist/setup-login-protocol.d.ts +10 -0
- package/dist/setup-login-protocol.d.ts.map +1 -1
- package/dist/setup-login-protocol.js +13 -1
- package/dist/setup-login-protocol.js.map +1 -1
- package/dist/setup.d.ts +298 -298
- package/dist/setup.js +3 -3
- package/dist/setup.js.map +1 -1
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +1 -1
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +8 -8
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +7 -7
- package/dist/telemetry.js.map +1 -1
- package/generated/ControlHandshakeResponse.schema.json +8 -0
- package/generated/ControlRunDetail.schema.json +4 -4
- package/generated/ControlRunListResponse.schema.json +4 -4
- package/generated/ControlRunSummary.schema.json +4 -4
- package/generated/ControlSetupJob.schema.json +5 -3
- package/generated/ControlSetupJobEvent.schema.json +5 -3
- package/generated/ControlSetupJobListResponse.schema.json +5 -3
- package/generated/ControlSetupJobSnapshot.schema.json +5 -3
- package/generated/McpRunHandleResult.schema.json +538 -151
- package/generated/McpRunToolResult.schema.json +517 -130
- package/generated/RunTelemetry.schema.json +5 -5
- package/generated/TaskContract.schema.json +1 -1
- package/package.json +2 -2
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"web_required": {
|
|
74
74
|
"type": "boolean",
|
|
75
75
|
"default": false,
|
|
76
|
-
"description": "
|
|
76
|
+
"description": "Explicit stored web requirement."
|
|
77
77
|
},
|
|
78
78
|
"final_attempt_id": {
|
|
79
79
|
"anyOf": [
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"required": {
|
|
96
96
|
"type": "boolean",
|
|
97
97
|
"default": false,
|
|
98
|
-
"description": "
|
|
98
|
+
"description": "Explicit stored web requirement."
|
|
99
99
|
},
|
|
100
100
|
"policy": {
|
|
101
101
|
"type": "string",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"satisfied": {
|
|
122
122
|
"type": "boolean",
|
|
123
123
|
"default": false,
|
|
124
|
-
"description": "
|
|
124
|
+
"description": "Completed without a typed failure; verification records retrieval-proof strength."
|
|
125
125
|
},
|
|
126
126
|
"status": {
|
|
127
127
|
"type": "string",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"failed",
|
|
133
133
|
"unverified"
|
|
134
134
|
],
|
|
135
|
-
"description": "
|
|
135
|
+
"description": "Observed web activity: none, attempted, satisfied, failed, or unverified.",
|
|
136
136
|
"default": "none"
|
|
137
137
|
},
|
|
138
138
|
"verification": {
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"none"
|
|
144
144
|
],
|
|
145
145
|
"default": "none",
|
|
146
|
-
"description": "Retrieval strength of
|
|
146
|
+
"description": "Retrieval-proof strength of observed web activity: verified (typed successful retrieval; content proven), dispatched (operation completed but no typed retrieval outcome; content not proven), or none."
|
|
147
147
|
},
|
|
148
148
|
"tool": {
|
|
149
149
|
"type": [
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"web_required": {
|
|
435
435
|
"type": "boolean",
|
|
436
436
|
"default": false,
|
|
437
|
-
"description": "Whether
|
|
437
|
+
"description": "Whether a persisted task contract explicitly requires web evidence; ordinary run policies keep this false."
|
|
438
438
|
},
|
|
439
439
|
"effective_mode": {
|
|
440
440
|
"$ref": "#/definitions/TaskContract/properties/external_context/properties/policy",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudexor/schema",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.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.
|
|
23
|
+
"@claudexor/util": "3.4.1"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|