@claudexor/schema 3.3.15 → 3.4.0
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 +3 -4
- 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/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 +8 -8
- 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/HarnessEvent.schema.json +1 -1
- package/generated/McpRunHandleResult.schema.json +538 -151
- package/generated/McpRunToolResult.schema.json +517 -130
- package/generated/RunTelemetry.schema.json +7 -7
- package/generated/TaskContract.schema.json +1 -1
- package/package.json +2 -2
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
},
|
|
670
670
|
"webRequired": {
|
|
671
671
|
"type": "boolean",
|
|
672
|
-
"description": "
|
|
672
|
+
"description": "Explicit stored web requirement."
|
|
673
673
|
},
|
|
674
674
|
"webMode": {
|
|
675
675
|
"$ref": "#/definitions/ControlRunSummary/properties/externalContextPolicy",
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
"required": {
|
|
682
682
|
"type": "boolean",
|
|
683
683
|
"default": false,
|
|
684
|
-
"description": "
|
|
684
|
+
"description": "Explicit stored web requirement."
|
|
685
685
|
},
|
|
686
686
|
"mode": {
|
|
687
687
|
"$ref": "#/definitions/ControlRunSummary/properties/externalContextPolicy",
|
|
@@ -701,7 +701,7 @@
|
|
|
701
701
|
"satisfied": {
|
|
702
702
|
"type": "boolean",
|
|
703
703
|
"default": false,
|
|
704
|
-
"description": "
|
|
704
|
+
"description": "Completed without a typed failure; retrieved content is not necessarily proven."
|
|
705
705
|
},
|
|
706
706
|
"status": {
|
|
707
707
|
"type": "string",
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"unverified"
|
|
714
714
|
],
|
|
715
715
|
"default": "none",
|
|
716
|
-
"description": "
|
|
716
|
+
"description": "Observed web status; satisfied does not prove retrieved content was verified."
|
|
717
717
|
},
|
|
718
718
|
"tool": {
|
|
719
719
|
"type": [
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"cached_input_tokens": {
|
|
293
293
|
"type": "integer",
|
|
294
294
|
"minimum": 0,
|
|
295
|
-
"description": "
|
|
295
|
+
"description": "Reported cache token count; relation to input_tokens is harness-specific."
|
|
296
296
|
},
|
|
297
297
|
"cost_usd": {
|
|
298
298
|
"type": "number",
|