@agent-vm/agent-portal-sdk 0.0.114 → 0.0.116
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/contract-fixtures/portable-contracts/artifacts/artifact-read-result-authority-field-rejected.fixture.json +21 -0
- package/contract-fixtures/portable-contracts/artifacts/artifact-read-result-default-truncated.fixture.json +35 -0
- package/contract-fixtures/portable-contracts/artifacts/artifact-reference-path-rejected.fixture.json +17 -0
- package/contract-fixtures/portable-contracts/artifacts/artifact-reference-valid.fixture.json +24 -0
- package/contract-fixtures/portable-contracts/bounds/artifact-read-maximum-bytes.fixture.json +29 -0
- package/contract-fixtures/portable-contracts/bounds/artifact-read-over-maximum-bytes.fixture.json +19 -0
- package/contract-fixtures/portable-contracts/bounds/json-object-over-maximum-entries.fixture.json +1013 -0
- package/contract-fixtures/portable-contracts/bounds/list-request-maximum-limit.fixture.json +30 -0
- package/contract-fixtures/portable-contracts/bounds/list-request-over-maximum-limit.fixture.json +22 -0
- package/contract-fixtures/portable-contracts/bounds/progress-maximum-percent.fixture.json +22 -0
- package/contract-fixtures/portable-contracts/bounds/progress-minimum-percent.fixture.json +22 -0
- package/contract-fixtures/portable-contracts/bounds/progress-over-maximum-percent.fixture.json +16 -0
- package/contract-fixtures/portable-contracts/bounds/unsafe-integer.fixture.json +11 -0
- package/contract-fixtures/portable-contracts/canonical-json/nested-key-order-and-negative-zero.fixture.json +24 -0
- package/contract-fixtures/portable-contracts/coverage/gateway-trusted-invocation-context.fixture.json +53 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-environment-close-request.fixture.json +29 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-environment-close-result.fixture.json +31 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-environment-open-request.fixture.json +17 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-environment-open-result.fixture.json +33 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-environment-status-request.fixture.json +29 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-environment-status-result.fixture.json +33 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-exec-cancel-request.fixture.json +25 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-exec-cancel-result.fixture.json +27 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-exec-start-request.fixture.json +51 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-exec-start-result.fixture.json +31 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-exec-wait-request.fixture.json +27 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-exec-wait-result.fixture.json +37 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-list-request.fixture.json +33 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-list-result.fixture.json +21 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-mkdir-request.fixture.json +31 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-mkdir-result.fixture.json +23 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-read-request.fixture.json +35 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-read-result.fixture.json +37 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-remove-request.fixture.json +31 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-remove-result.fixture.json +23 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-rename-request.fixture.json +33 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-rename-result.fixture.json +23 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-stat-request.fixture.json +29 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-stat-result.fixture.json +21 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-write-request.fixture.json +43 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-fs-write-result.fixture.json +27 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-operation-identity.fixture.json +21 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-cancel-request.fixture.json +27 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-cancel-result.fixture.json +27 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-logs-request.fixture.json +37 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-logs-result.fixture.json +35 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-start-request.fixture.json +35 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-start-result.fixture.json +39 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-status-request.fixture.json +27 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-status-result.fixture.json +37 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-wait-request.fixture.json +29 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-process-wait-result.fixture.json +37 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-retained-result-lookup-request.fixture.json +25 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-stream-close-request.fixture.json +29 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-stream-close-result.fixture.json +31 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-stream-read-request.fixture.json +33 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-stream-read-result.fixture.json +47 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-stream-write-request.fixture.json +45 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-stream-write-result.fixture.json +37 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-terminal-attach-request.fixture.json +33 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-terminal-attach-result.fixture.json +53 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-terminal-resize-request.fixture.json +35 -0
- package/contract-fixtures/portable-contracts/coverage/sandbox-terminal-resize-result.fixture.json +37 -0
- package/contract-fixtures/portable-contracts/defaults/describe-request-defaults.fixture.json +44 -0
- package/contract-fixtures/portable-contracts/defaults/list-request-default-limit.fixture.json +29 -0
- package/contract-fixtures/portable-contracts/defaults/search-request-defaults.fixture.json +33 -0
- package/contract-fixtures/portable-contracts/discovery/describe-result.fixture.json +18 -0
- package/contract-fixtures/portable-contracts/discovery/list-result.fixture.json +18 -0
- package/contract-fixtures/portable-contracts/discovery/search-result.fixture.json +18 -0
- package/contract-fixtures/portable-contracts/gateway/attachment-duplicate-agent.fixture.json +21 -0
- package/contract-fixtures/portable-contracts/gateway/attachment-valid.fixture.json +32 -0
- package/contract-fixtures/portable-contracts/gateway/managed-agent-projection-hermes-valid.fixture.json +28 -0
- package/contract-fixtures/portable-contracts/gateway/managed-agent-projection-old-authority-rejected.fixture.json +20 -0
- package/contract-fixtures/portable-contracts/gateway/managed-agent-projection-openclaw-valid.fixture.json +28 -0
- package/contract-fixtures/portable-contracts/gateway/managed-agent-projection-self-root-rejected.fixture.json +20 -0
- package/contract-fixtures/portable-contracts/gateway/managed-agent-projection-work-root-rejected.fixture.json +20 -0
- package/contract-fixtures/portable-contracts/operations/cancellation-pending.fixture.json +18 -0
- package/contract-fixtures/portable-contracts/operations/retained-ambiguous.fixture.json +28 -0
- package/contract-fixtures/portable-contracts/outcomes/ambiguous.fixture.json +40 -0
- package/contract-fixtures/portable-contracts/outcomes/call-result-aggregate-status-invalid.fixture.json +35 -0
- package/contract-fixtures/portable-contracts/outcomes/call-result-aggregate-status-valid.fixture.json +54 -0
- package/contract-fixtures/portable-contracts/outcomes/cancelled-proven.fixture.json +40 -0
- package/contract-fixtures/portable-contracts/outcomes/completed-failed.fixture.json +42 -0
- package/contract-fixtures/portable-contracts/outcomes/completed-succeeded.fixture.json +40 -0
- package/contract-fixtures/portable-contracts/outcomes/invalid-ambiguous-retry-class.fixture.json +25 -0
- package/contract-fixtures/portable-contracts/outcomes/invalid-error-completed-succeeded.fixture.json +26 -0
- package/contract-fixtures/portable-contracts/outcomes/invalid-error-result-with-value.fixture.json +19 -0
- package/contract-fixtures/portable-contracts/outcomes/invalid-not-dispatched-certainty.fixture.json +25 -0
- package/contract-fixtures/portable-contracts/outcomes/invalid-ok-completed-failed.fixture.json +23 -0
- package/contract-fixtures/portable-contracts/outcomes/invalid-ok-result-with-error.fixture.json +19 -0
- package/contract-fixtures/portable-contracts/outcomes/invalid-replaced-missing-prior-side-effects.fixture.json +25 -0
- package/contract-fixtures/portable-contracts/outcomes/missing-operation-identity-outcome.fixture.json +26 -0
- package/contract-fixtures/portable-contracts/outcomes/not-dispatched.fixture.json +40 -0
- package/contract-fixtures/portable-contracts/outcomes/replaced-proven.fixture.json +42 -0
- package/contract-fixtures/portable-contracts/outcomes/timed-out-proven.fixture.json +40 -0
- package/contract-fixtures/portable-contracts/requests/call-request-canonical.fixture.json +42 -0
- package/contract-fixtures/portable-contracts/requests/call-request-duplicate-id.fixture.json +26 -0
- package/contract-fixtures/portable-contracts/requests/call-request-reserved-id.fixture.json +20 -0
- package/contract-fixtures/portable-contracts/requests/call-request-unknown-field.fixture.json +21 -0
- package/contract-fixtures/portable-contracts/sandbox/exec-start-duplicate-environment-name.fixture.json +32 -0
- package/contract-fixtures/portable-contracts/sandbox/fs-stat-parent-path.fixture.json +26 -0
- package/contract-fixtures/portable-contracts/sandbox/stream-write-byte-length.fixture.json +21 -0
- package/dist/adapter-boundary/index.d.ts +2 -41
- package/dist/adapter-boundary/index.js +1 -28
- package/dist/adapter-boundary-BIagsTUH.js +29 -0
- package/dist/adapter-boundary-BIagsTUH.js.map +1 -0
- package/dist/approval-surface/index.d.ts +2 -48
- package/dist/approval-surface/index.js +2 -22
- package/dist/approval-surface-en5VAY5h.js +20 -0
- package/dist/approval-surface-en5VAY5h.js.map +1 -0
- package/dist/{artifact-reference-schema-XiJ280uV.js → artifact-reference-schema-CiEjxYPd.js} +4 -3
- package/dist/artifact-reference-schema-CiEjxYPd.js.map +1 -0
- package/dist/artifact-surface/index.d.ts +2 -49
- package/dist/artifact-surface/index.js +3 -27
- package/dist/artifact-surface-BstQxq6b.js +65 -0
- package/dist/artifact-surface-BstQxq6b.js.map +1 -0
- package/dist/capability-description-surface/index.d.ts +2 -142
- package/dist/capability-description-surface/index.js +2 -1
- package/dist/capability-description-surface-BdzknTKT.js +2 -0
- package/dist/{capability-descriptor-schema-wgtHF0Ic.js → capability-descriptor-schema-zRnfGjBc.js} +2 -2
- package/dist/{capability-descriptor-schema-wgtHF0Ic.js.map → capability-descriptor-schema-zRnfGjBc.js.map} +1 -1
- package/dist/cli/tool-portal.d.ts +1 -0
- package/dist/cli/tool-portal.js +207 -0
- package/dist/cli/tool-portal.js.map +1 -0
- package/dist/contracts/index.d.ts +2 -0
- package/dist/contracts/index.js +2 -0
- package/dist/contracts-RgGW0RX2.js +611 -0
- package/dist/contracts-RgGW0RX2.js.map +1 -0
- package/dist/gateway-runtime-client/index.d.ts +385 -0
- package/dist/gateway-runtime-client/index.d.ts.map +1 -0
- package/dist/gateway-runtime-client/index.js +1439 -0
- package/dist/gateway-runtime-client/index.js.map +1 -0
- package/dist/gateway-runtime-local-exec/gateway-runtime-local-exec-helper.d.ts +1 -0
- package/dist/gateway-runtime-local-exec/gateway-runtime-local-exec-helper.js +125 -0
- package/dist/gateway-runtime-local-exec/gateway-runtime-local-exec-helper.js.map +1 -0
- package/dist/gateway-runtime-local-exec/index.d.ts +54 -0
- package/dist/gateway-runtime-local-exec/index.d.ts.map +1 -0
- package/dist/gateway-runtime-local-exec/index.js +2 -0
- package/dist/gateway-runtime-local-exec-transport-B1hy2A3Q.js +427 -0
- package/dist/gateway-runtime-local-exec-transport-B1hy2A3Q.js.map +1 -0
- package/dist/index-B5hgm1KH.d.ts +84 -0
- package/dist/index-B5hgm1KH.d.ts.map +1 -0
- package/dist/index-BWE2_BcN.d.ts +64 -0
- package/dist/index-BWE2_BcN.d.ts.map +1 -0
- package/dist/index-BmH68K78.d.ts +41 -0
- package/dist/index-BmH68K78.d.ts.map +1 -0
- package/dist/index-ByAhyVbI.d.ts +142 -0
- package/dist/index-ByAhyVbI.d.ts.map +1 -0
- package/dist/index-C-NPMMvc.d.ts +2396 -0
- package/dist/index-C-NPMMvc.d.ts.map +1 -0
- package/dist/index-DKBSYuxW.d.ts +239 -0
- package/dist/index-DKBSYuxW.d.ts.map +1 -0
- package/dist/{index-DJiaGYF_.d.ts → index-Dj4galCJ.d.ts} +1 -1
- package/dist/{index-DJiaGYF_.d.ts.map → index-Dj4galCJ.d.ts.map} +1 -1
- package/dist/index-Dxoz-ORl.d.ts +229 -0
- package/dist/index-Dxoz-ORl.d.ts.map +1 -0
- package/dist/index-v8suC0qe.d.ts +69 -0
- package/dist/index-v8suC0qe.d.ts.map +1 -0
- package/dist/index-yeFGRMdv.d.ts +152 -0
- package/dist/index-yeFGRMdv.d.ts.map +1 -0
- package/dist/index.d.ts +12 -10
- package/dist/index.js +16 -12
- package/dist/{json-value-schema-Bj42URkc.d.ts → json-value-schema-M87sjwWL.d.ts} +1 -1
- package/dist/{json-value-schema-Bj42URkc.d.ts.map → json-value-schema-M87sjwWL.d.ts.map} +1 -1
- package/dist/{json-value-schema-D-3hfAyL.js → json-value-schema-hdPkabRZ.js} +12 -2
- package/dist/json-value-schema-hdPkabRZ.js.map +1 -0
- package/dist/node-tool-portal-mcp-transport-Cl2VKbLY.js +156 -0
- package/dist/node-tool-portal-mcp-transport-Cl2VKbLY.js.map +1 -0
- package/dist/portable-contracts/index.d.ts +2 -0
- package/dist/portable-contracts/index.js +3 -0
- package/dist/portable-contracts-Bca33zVa.js +326 -0
- package/dist/portable-contracts-Bca33zVa.js.map +1 -0
- package/dist/portable-refinement-authoring-ZSmR-amG.js +196 -0
- package/dist/portable-refinement-authoring-ZSmR-amG.js.map +1 -0
- package/dist/portal-call-request-schema-Cp6CMGs9.js +41 -0
- package/dist/portal-call-request-schema-Cp6CMGs9.js.map +1 -0
- package/dist/portal-call-result-schema-ByxHRCEN.js +158 -0
- package/dist/portal-call-result-schema-ByxHRCEN.js.map +1 -0
- package/dist/{portal-call-result-schema-BGEEv_aO.d.ts → portal-call-result-schema-wSCaz3mC.d.ts} +413 -199
- package/dist/portal-call-result-schema-wSCaz3mC.d.ts.map +1 -0
- package/dist/portal-call-surface/index.d.ts +3 -153
- package/dist/portal-call-surface/index.js +5 -69
- package/dist/portal-call-surface-DjZVquFt.js +83 -0
- package/dist/portal-call-surface-DjZVquFt.js.map +1 -0
- package/dist/{portal-error-schema-D58onG2t.js → portal-error-schema-CQHgoFq4.js} +12 -2
- package/dist/portal-error-schema-CQHgoFq4.js.map +1 -0
- package/dist/portal-event-surface/index.d.ts +2 -229
- package/dist/portal-event-surface/index.js +2 -50
- package/dist/portal-event-surface-CdScrgoN.js +51 -0
- package/dist/portal-event-surface-CdScrgoN.js.map +1 -0
- package/dist/testing/index.d.ts +2 -3
- package/dist/testing/index.d.ts.map +1 -1
- package/dist/testing/index.js +10 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/tool-portal-mcp-client/index.d.ts +2 -0
- package/dist/tool-portal-mcp-client/index.js +2 -0
- package/dist/tool-portal-mcp-client/node-tool-portal-mcp-transport.d.ts +17 -0
- package/dist/tool-portal-mcp-client/node-tool-portal-mcp-transport.d.ts.map +1 -0
- package/dist/tool-portal-mcp-client/node-tool-portal-mcp-transport.js +2 -0
- package/dist/tool-portal-mcp-client-DwJF-48Y.js +90 -0
- package/dist/tool-portal-mcp-client-DwJF-48Y.js.map +1 -0
- package/package.json +32 -2
- package/portable-contract-schema-manifest.json +7960 -0
- package/dist/adapter-boundary/index.d.ts.map +0 -1
- package/dist/adapter-boundary/index.js.map +0 -1
- package/dist/approval-surface/index.d.ts.map +0 -1
- package/dist/approval-surface/index.js.map +0 -1
- package/dist/artifact-reference-schema-XiJ280uV.js.map +0 -1
- package/dist/artifact-surface/index.d.ts.map +0 -1
- package/dist/artifact-surface/index.js.map +0 -1
- package/dist/capability-description-surface/index.d.ts.map +0 -1
- package/dist/json-value-schema-D-3hfAyL.js.map +0 -1
- package/dist/portal-call-result-schema-BGEEv_aO.d.ts.map +0 -1
- package/dist/portal-call-result-schema-BIqFTFK8.js +0 -102
- package/dist/portal-call-result-schema-BIqFTFK8.js.map +0 -1
- package/dist/portal-call-surface/index.d.ts.map +0 -1
- package/dist/portal-call-surface/index.js.map +0 -1
- package/dist/portal-error-schema-D58onG2t.js.map +0 -1
- package/dist/portal-event-surface/index.d.ts.map +0 -1
- package/dist/portal-event-surface/index.js.map +0 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "list-request-maximum-limit",
|
|
3
|
+
"schemaId": "portal.list.request",
|
|
4
|
+
"tags": ["accepted", "boundary", "numeric"],
|
|
5
|
+
"input": {
|
|
6
|
+
"requests": [
|
|
7
|
+
{
|
|
8
|
+
"id": "list-maximum",
|
|
9
|
+
"limit": 100
|
|
10
|
+
}
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"expectation": {
|
|
14
|
+
"kind": "accepted",
|
|
15
|
+
"normalized": {
|
|
16
|
+
"requests": [
|
|
17
|
+
{
|
|
18
|
+
"id": "list-maximum",
|
|
19
|
+
"limit": 100
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"canonicalJson": "{\"requests\":[{\"id\":\"list-maximum\",\"limit\":100}]}",
|
|
24
|
+
"refinementIdentities": [
|
|
25
|
+
"portal.batch.unique-item-ids",
|
|
26
|
+
"portal.list.default-limit",
|
|
27
|
+
"portal.request-id.not-reserved"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
}
|
package/contract-fixtures/portable-contracts/bounds/list-request-over-maximum-limit.fixture.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "list-request-over-maximum-limit",
|
|
3
|
+
"schemaId": "portal.list.request",
|
|
4
|
+
"tags": ["boundary", "numeric", "rejected"],
|
|
5
|
+
"input": {
|
|
6
|
+
"requests": [
|
|
7
|
+
{
|
|
8
|
+
"id": "list-over-maximum",
|
|
9
|
+
"limit": 101
|
|
10
|
+
}
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"expectation": {
|
|
14
|
+
"kind": "rejected",
|
|
15
|
+
"errorCodes": ["portable.number.above-maximum"],
|
|
16
|
+
"refinementIdentities": [
|
|
17
|
+
"portal.batch.unique-item-ids",
|
|
18
|
+
"portal.list.default-limit",
|
|
19
|
+
"portal.request-id.not-reserved"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "progress-maximum-percent",
|
|
3
|
+
"schemaId": "portal.progress.event",
|
|
4
|
+
"tags": ["accepted", "boundary", "numeric"],
|
|
5
|
+
"input": {
|
|
6
|
+
"id": "progress-maximum",
|
|
7
|
+
"kind": "progress",
|
|
8
|
+
"message": "Complete",
|
|
9
|
+
"percent": 100
|
|
10
|
+
},
|
|
11
|
+
"expectation": {
|
|
12
|
+
"kind": "accepted",
|
|
13
|
+
"normalized": {
|
|
14
|
+
"id": "progress-maximum",
|
|
15
|
+
"kind": "progress",
|
|
16
|
+
"message": "Complete",
|
|
17
|
+
"percent": 100
|
|
18
|
+
},
|
|
19
|
+
"canonicalJson": "{\"id\":\"progress-maximum\",\"kind\":\"progress\",\"message\":\"Complete\",\"percent\":100}",
|
|
20
|
+
"refinementIdentities": ["portal.request-id.not-reserved"]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "progress-minimum-percent",
|
|
3
|
+
"schemaId": "portal.progress.event",
|
|
4
|
+
"tags": ["accepted", "boundary", "numeric"],
|
|
5
|
+
"input": {
|
|
6
|
+
"id": "progress-minimum",
|
|
7
|
+
"kind": "progress",
|
|
8
|
+
"message": "Starting",
|
|
9
|
+
"percent": 0
|
|
10
|
+
},
|
|
11
|
+
"expectation": {
|
|
12
|
+
"kind": "accepted",
|
|
13
|
+
"normalized": {
|
|
14
|
+
"id": "progress-minimum",
|
|
15
|
+
"kind": "progress",
|
|
16
|
+
"message": "Starting",
|
|
17
|
+
"percent": 0
|
|
18
|
+
},
|
|
19
|
+
"canonicalJson": "{\"id\":\"progress-minimum\",\"kind\":\"progress\",\"message\":\"Starting\",\"percent\":0}",
|
|
20
|
+
"refinementIdentities": ["portal.request-id.not-reserved"]
|
|
21
|
+
}
|
|
22
|
+
}
|
package/contract-fixtures/portable-contracts/bounds/progress-over-maximum-percent.fixture.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "progress-over-maximum-percent",
|
|
3
|
+
"schemaId": "portal.progress.event",
|
|
4
|
+
"tags": ["boundary", "numeric", "rejected"],
|
|
5
|
+
"input": {
|
|
6
|
+
"id": "progress-over-maximum",
|
|
7
|
+
"kind": "progress",
|
|
8
|
+
"message": "Impossible",
|
|
9
|
+
"percent": 100.01
|
|
10
|
+
},
|
|
11
|
+
"expectation": {
|
|
12
|
+
"kind": "rejected",
|
|
13
|
+
"errorCodes": ["portable.number.above-maximum"],
|
|
14
|
+
"refinementIdentities": ["portal.request-id.not-reserved"]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "sandbox-operation-unsafe-integer",
|
|
3
|
+
"schemaId": "sandbox.operation.identity",
|
|
4
|
+
"tags": ["numeric", "rejected", "safe-integer"],
|
|
5
|
+
"input": { "operationId": "operation-a", "owningGeneration": 9007199254740992 },
|
|
6
|
+
"expectation": {
|
|
7
|
+
"kind": "rejected",
|
|
8
|
+
"errorCodes": ["portable.number.unsafe-integer"],
|
|
9
|
+
"refinementIdentities": ["portal.number.safe-integer"]
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "nested-key-order-and-negative-zero",
|
|
3
|
+
"schemaId": "portal.json-value",
|
|
4
|
+
"tags": ["accepted", "canonical-json", "numeric"],
|
|
5
|
+
"input": {
|
|
6
|
+
"z": {
|
|
7
|
+
"second": 2,
|
|
8
|
+
"first": 1
|
|
9
|
+
},
|
|
10
|
+
"a": -0.0
|
|
11
|
+
},
|
|
12
|
+
"expectation": {
|
|
13
|
+
"kind": "accepted",
|
|
14
|
+
"normalized": {
|
|
15
|
+
"a": 0,
|
|
16
|
+
"z": {
|
|
17
|
+
"first": 1,
|
|
18
|
+
"second": 2
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"canonicalJson": "{\"a\":0,\"z\":{\"first\":1,\"second\":2}}",
|
|
22
|
+
"refinementIdentities": ["portal.json.canonical"]
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-gateway-trusted-invocation-context",
|
|
3
|
+
"schemaId": "gateway.trusted-invocation-context",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"correlation": {
|
|
10
|
+
"runId": "run-a",
|
|
11
|
+
"sessionId": "session-a",
|
|
12
|
+
"sessionKey": "session-key-a",
|
|
13
|
+
"toolCallId": "tool-call-a"
|
|
14
|
+
},
|
|
15
|
+
"principal": {
|
|
16
|
+
"agentId": "agent-a",
|
|
17
|
+
"frameworkIdentity": {
|
|
18
|
+
"kind": "hermes",
|
|
19
|
+
"profileName": "profile-a"
|
|
20
|
+
},
|
|
21
|
+
"profileAssignmentRevision": "profiles-1",
|
|
22
|
+
"toolPortalProfileId": "profile-a"
|
|
23
|
+
},
|
|
24
|
+
"requester": {
|
|
25
|
+
"authenticatedSubjectId": "subject-a"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"expectation": {
|
|
29
|
+
"kind": "accepted",
|
|
30
|
+
"normalized": {
|
|
31
|
+
"correlation": {
|
|
32
|
+
"runId": "run-a",
|
|
33
|
+
"sessionId": "session-a",
|
|
34
|
+
"sessionKey": "session-key-a",
|
|
35
|
+
"toolCallId": "tool-call-a"
|
|
36
|
+
},
|
|
37
|
+
"principal": {
|
|
38
|
+
"agentId": "agent-a",
|
|
39
|
+
"frameworkIdentity": {
|
|
40
|
+
"kind": "hermes",
|
|
41
|
+
"profileName": "profile-a"
|
|
42
|
+
},
|
|
43
|
+
"profileAssignmentRevision": "profiles-1",
|
|
44
|
+
"toolPortalProfileId": "profile-a"
|
|
45
|
+
},
|
|
46
|
+
"requester": {
|
|
47
|
+
"authenticatedSubjectId": "subject-a"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"canonicalJson": "{\"correlation\":{\"runId\":\"run-a\",\"sessionId\":\"session-a\",\"sessionKey\":\"session-key-a\",\"toolCallId\":\"tool-call-a\"},\"principal\":{\"agentId\":\"agent-a\",\"frameworkIdentity\":{\"kind\":\"hermes\",\"profileName\":\"profile-a\"},\"profileAssignmentRevision\":\"profiles-1\",\"toolPortalProfileId\":\"profile-a\"},\"requester\":{\"authenticatedSubjectId\":\"subject-a\"}}",
|
|
51
|
+
"refinementIdentities": []
|
|
52
|
+
}
|
|
53
|
+
}
|
package/contract-fixtures/portable-contracts/coverage/sandbox-environment-close-request.fixture.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-environment-close-request",
|
|
3
|
+
"schemaId": "sandbox.environment.close.request",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"environment": {
|
|
10
|
+
"handleId": "environment-a",
|
|
11
|
+
"kind": "environment",
|
|
12
|
+
"owningGeneration": "generation-a"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"expectation": {
|
|
16
|
+
"kind": "accepted",
|
|
17
|
+
"normalized": {
|
|
18
|
+
"environment": {
|
|
19
|
+
"handleId": "environment-a",
|
|
20
|
+
"kind": "environment",
|
|
21
|
+
"owningGeneration": "generation-a"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"canonicalJson": "{\"environment\":{\"handleId\":\"environment-a\",\"kind\":\"environment\",\"owningGeneration\":\"generation-a\"}}",
|
|
25
|
+
"refinementIdentities": [
|
|
26
|
+
"sandbox.path.work-relative"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
}
|
package/contract-fixtures/portable-contracts/coverage/sandbox-environment-close-result.fixture.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-environment-close-result",
|
|
3
|
+
"schemaId": "sandbox.environment.close.result",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"environment": {
|
|
10
|
+
"handleId": "environment-a",
|
|
11
|
+
"kind": "environment",
|
|
12
|
+
"owningGeneration": "generation-a"
|
|
13
|
+
},
|
|
14
|
+
"kind": "closed"
|
|
15
|
+
},
|
|
16
|
+
"expectation": {
|
|
17
|
+
"kind": "accepted",
|
|
18
|
+
"normalized": {
|
|
19
|
+
"environment": {
|
|
20
|
+
"handleId": "environment-a",
|
|
21
|
+
"kind": "environment",
|
|
22
|
+
"owningGeneration": "generation-a"
|
|
23
|
+
},
|
|
24
|
+
"kind": "closed"
|
|
25
|
+
},
|
|
26
|
+
"canonicalJson": "{\"environment\":{\"handleId\":\"environment-a\",\"kind\":\"environment\",\"owningGeneration\":\"generation-a\"},\"kind\":\"closed\"}",
|
|
27
|
+
"refinementIdentities": [
|
|
28
|
+
"sandbox.path.work-relative"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
}
|
package/contract-fixtures/portable-contracts/coverage/sandbox-environment-open-request.fixture.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-environment-open-request",
|
|
3
|
+
"schemaId": "sandbox.environment.open.request",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {},
|
|
9
|
+
"expectation": {
|
|
10
|
+
"kind": "accepted",
|
|
11
|
+
"normalized": {},
|
|
12
|
+
"canonicalJson": "{}",
|
|
13
|
+
"refinementIdentities": [
|
|
14
|
+
"sandbox.path.work-relative"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
}
|
package/contract-fixtures/portable-contracts/coverage/sandbox-environment-open-result.fixture.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-environment-open-result",
|
|
3
|
+
"schemaId": "sandbox.environment.open.result",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"environment": {
|
|
10
|
+
"handleId": "environment-a",
|
|
11
|
+
"kind": "environment",
|
|
12
|
+
"owningGeneration": "generation-a"
|
|
13
|
+
},
|
|
14
|
+
"kind": "opened",
|
|
15
|
+
"logicalCwd": "work"
|
|
16
|
+
},
|
|
17
|
+
"expectation": {
|
|
18
|
+
"kind": "accepted",
|
|
19
|
+
"normalized": {
|
|
20
|
+
"environment": {
|
|
21
|
+
"handleId": "environment-a",
|
|
22
|
+
"kind": "environment",
|
|
23
|
+
"owningGeneration": "generation-a"
|
|
24
|
+
},
|
|
25
|
+
"kind": "opened",
|
|
26
|
+
"logicalCwd": "work"
|
|
27
|
+
},
|
|
28
|
+
"canonicalJson": "{\"environment\":{\"handleId\":\"environment-a\",\"kind\":\"environment\",\"owningGeneration\":\"generation-a\"},\"kind\":\"opened\",\"logicalCwd\":\"work\"}",
|
|
29
|
+
"refinementIdentities": [
|
|
30
|
+
"sandbox.path.work-relative"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-environment-status-request",
|
|
3
|
+
"schemaId": "sandbox.environment.status.request",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"environment": {
|
|
10
|
+
"handleId": "environment-a",
|
|
11
|
+
"kind": "environment",
|
|
12
|
+
"owningGeneration": "generation-a"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"expectation": {
|
|
16
|
+
"kind": "accepted",
|
|
17
|
+
"normalized": {
|
|
18
|
+
"environment": {
|
|
19
|
+
"handleId": "environment-a",
|
|
20
|
+
"kind": "environment",
|
|
21
|
+
"owningGeneration": "generation-a"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"canonicalJson": "{\"environment\":{\"handleId\":\"environment-a\",\"kind\":\"environment\",\"owningGeneration\":\"generation-a\"}}",
|
|
25
|
+
"refinementIdentities": [
|
|
26
|
+
"sandbox.path.work-relative"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
}
|
package/contract-fixtures/portable-contracts/coverage/sandbox-environment-status-result.fixture.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-environment-status-result",
|
|
3
|
+
"schemaId": "sandbox.environment.status.result",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"environment": {
|
|
10
|
+
"handleId": "environment-a",
|
|
11
|
+
"kind": "environment",
|
|
12
|
+
"owningGeneration": "generation-a"
|
|
13
|
+
},
|
|
14
|
+
"kind": "active",
|
|
15
|
+
"logicalCwd": "work"
|
|
16
|
+
},
|
|
17
|
+
"expectation": {
|
|
18
|
+
"kind": "accepted",
|
|
19
|
+
"normalized": {
|
|
20
|
+
"environment": {
|
|
21
|
+
"handleId": "environment-a",
|
|
22
|
+
"kind": "environment",
|
|
23
|
+
"owningGeneration": "generation-a"
|
|
24
|
+
},
|
|
25
|
+
"kind": "active",
|
|
26
|
+
"logicalCwd": "work"
|
|
27
|
+
},
|
|
28
|
+
"canonicalJson": "{\"environment\":{\"handleId\":\"environment-a\",\"kind\":\"environment\",\"owningGeneration\":\"generation-a\"},\"kind\":\"active\",\"logicalCwd\":\"work\"}",
|
|
29
|
+
"refinementIdentities": [
|
|
30
|
+
"sandbox.path.work-relative"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
}
|
package/contract-fixtures/portable-contracts/coverage/sandbox-exec-cancel-request.fixture.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-exec-cancel-request",
|
|
3
|
+
"schemaId": "sandbox.exec.cancel.request",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"operation": {
|
|
10
|
+
"operationId": "operation-a",
|
|
11
|
+
"owningGeneration": "generation-a"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"expectation": {
|
|
15
|
+
"kind": "accepted",
|
|
16
|
+
"normalized": {
|
|
17
|
+
"operation": {
|
|
18
|
+
"operationId": "operation-a",
|
|
19
|
+
"owningGeneration": "generation-a"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"canonicalJson": "{\"operation\":{\"operationId\":\"operation-a\",\"owningGeneration\":\"generation-a\"}}",
|
|
23
|
+
"refinementIdentities": []
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-exec-cancel-result",
|
|
3
|
+
"schemaId": "sandbox.exec.cancel.result",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"kind": "running",
|
|
10
|
+
"operation": {
|
|
11
|
+
"operationId": "operation-a",
|
|
12
|
+
"owningGeneration": "generation-a"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"expectation": {
|
|
16
|
+
"kind": "accepted",
|
|
17
|
+
"normalized": {
|
|
18
|
+
"kind": "running",
|
|
19
|
+
"operation": {
|
|
20
|
+
"operationId": "operation-a",
|
|
21
|
+
"owningGeneration": "generation-a"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"canonicalJson": "{\"kind\":\"running\",\"operation\":{\"operationId\":\"operation-a\",\"owningGeneration\":\"generation-a\"}}",
|
|
25
|
+
"refinementIdentities": []
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-exec-start-request",
|
|
3
|
+
"schemaId": "sandbox.exec.start.request",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"command": "printf '%s\\n' \"$GREETING\" && pwd",
|
|
10
|
+
"cwd": "/workspace",
|
|
11
|
+
"environment": {
|
|
12
|
+
"handleId": "environment-a",
|
|
13
|
+
"kind": "environment",
|
|
14
|
+
"owningGeneration": "generation-a"
|
|
15
|
+
},
|
|
16
|
+
"environmentVariables": [
|
|
17
|
+
{
|
|
18
|
+
"name": "GREETING",
|
|
19
|
+
"value": "hello world"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"mode": {
|
|
23
|
+
"kind": "direct"
|
|
24
|
+
},
|
|
25
|
+
"timeoutMs": 1000
|
|
26
|
+
},
|
|
27
|
+
"expectation": {
|
|
28
|
+
"kind": "accepted",
|
|
29
|
+
"normalized": {
|
|
30
|
+
"command": "printf '%s\\n' \"$GREETING\" && pwd",
|
|
31
|
+
"cwd": "/workspace",
|
|
32
|
+
"environment": {
|
|
33
|
+
"handleId": "environment-a",
|
|
34
|
+
"kind": "environment",
|
|
35
|
+
"owningGeneration": "generation-a"
|
|
36
|
+
},
|
|
37
|
+
"environmentVariables": [
|
|
38
|
+
{
|
|
39
|
+
"name": "GREETING",
|
|
40
|
+
"value": "hello world"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"mode": {
|
|
44
|
+
"kind": "direct"
|
|
45
|
+
},
|
|
46
|
+
"timeoutMs": 1000
|
|
47
|
+
},
|
|
48
|
+
"canonicalJson": "{\"command\":\"printf '%s\\\\n' \\\"$GREETING\\\" && pwd\",\"cwd\":\"/workspace\",\"environment\":{\"handleId\":\"environment-a\",\"kind\":\"environment\",\"owningGeneration\":\"generation-a\"},\"environmentVariables\":[{\"name\":\"GREETING\",\"value\":\"hello world\"}],\"mode\":{\"kind\":\"direct\"},\"timeoutMs\":1000}",
|
|
49
|
+
"refinementIdentities": ["sandbox.environment-variable.unique-names"]
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-exec-start-result",
|
|
3
|
+
"schemaId": "sandbox.exec.start.result",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"kind": "started",
|
|
10
|
+
"mode": "direct",
|
|
11
|
+
"operation": {
|
|
12
|
+
"operationId": "operation-a",
|
|
13
|
+
"owningGeneration": "generation-a"
|
|
14
|
+
},
|
|
15
|
+
"streams": []
|
|
16
|
+
},
|
|
17
|
+
"expectation": {
|
|
18
|
+
"kind": "accepted",
|
|
19
|
+
"normalized": {
|
|
20
|
+
"kind": "started",
|
|
21
|
+
"mode": "direct",
|
|
22
|
+
"operation": {
|
|
23
|
+
"operationId": "operation-a",
|
|
24
|
+
"owningGeneration": "generation-a"
|
|
25
|
+
},
|
|
26
|
+
"streams": []
|
|
27
|
+
},
|
|
28
|
+
"canonicalJson": "{\"kind\":\"started\",\"mode\":\"direct\",\"operation\":{\"operationId\":\"operation-a\",\"owningGeneration\":\"generation-a\"},\"streams\":[]}",
|
|
29
|
+
"refinementIdentities": []
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-exec-wait-request",
|
|
3
|
+
"schemaId": "sandbox.exec.wait.request",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"operation": {
|
|
10
|
+
"operationId": "operation-a",
|
|
11
|
+
"owningGeneration": "generation-a"
|
|
12
|
+
},
|
|
13
|
+
"timeoutMs": 1000
|
|
14
|
+
},
|
|
15
|
+
"expectation": {
|
|
16
|
+
"kind": "accepted",
|
|
17
|
+
"normalized": {
|
|
18
|
+
"operation": {
|
|
19
|
+
"operationId": "operation-a",
|
|
20
|
+
"owningGeneration": "generation-a"
|
|
21
|
+
},
|
|
22
|
+
"timeoutMs": 1000
|
|
23
|
+
},
|
|
24
|
+
"canonicalJson": "{\"operation\":{\"operationId\":\"operation-a\",\"owningGeneration\":\"generation-a\"},\"timeoutMs\":1000}",
|
|
25
|
+
"refinementIdentities": []
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-exec-wait-result",
|
|
3
|
+
"schemaId": "sandbox.exec.wait.result",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"operation": {
|
|
10
|
+
"operationId": "operation-a",
|
|
11
|
+
"owningGeneration": "generation-a"
|
|
12
|
+
},
|
|
13
|
+
"outcome": {
|
|
14
|
+
"certainty": "proven",
|
|
15
|
+
"completion": "succeeded",
|
|
16
|
+
"kind": "completed",
|
|
17
|
+
"retryClass": "forbidden"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"expectation": {
|
|
21
|
+
"kind": "accepted",
|
|
22
|
+
"normalized": {
|
|
23
|
+
"operation": {
|
|
24
|
+
"operationId": "operation-a",
|
|
25
|
+
"owningGeneration": "generation-a"
|
|
26
|
+
},
|
|
27
|
+
"outcome": {
|
|
28
|
+
"certainty": "proven",
|
|
29
|
+
"completion": "succeeded",
|
|
30
|
+
"kind": "completed",
|
|
31
|
+
"retryClass": "forbidden"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"canonicalJson": "{\"operation\":{\"operationId\":\"operation-a\",\"owningGeneration\":\"generation-a\"},\"outcome\":{\"certainty\":\"proven\",\"completion\":\"succeeded\",\"kind\":\"completed\",\"retryClass\":\"forbidden\"}}",
|
|
35
|
+
"refinementIdentities": []
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-fs-list-request",
|
|
3
|
+
"schemaId": "sandbox.fs.list.request",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"environment": {
|
|
10
|
+
"handleId": "environment-a",
|
|
11
|
+
"kind": "environment",
|
|
12
|
+
"owningGeneration": "generation-a"
|
|
13
|
+
},
|
|
14
|
+
"maxDepth": 1,
|
|
15
|
+
"maxEntries": 10,
|
|
16
|
+
"path": "src"
|
|
17
|
+
},
|
|
18
|
+
"expectation": {
|
|
19
|
+
"kind": "accepted",
|
|
20
|
+
"normalized": {
|
|
21
|
+
"environment": {
|
|
22
|
+
"handleId": "environment-a",
|
|
23
|
+
"kind": "environment",
|
|
24
|
+
"owningGeneration": "generation-a"
|
|
25
|
+
},
|
|
26
|
+
"maxDepth": 1,
|
|
27
|
+
"maxEntries": 10,
|
|
28
|
+
"path": "src"
|
|
29
|
+
},
|
|
30
|
+
"canonicalJson": "{\"environment\":{\"handleId\":\"environment-a\",\"kind\":\"environment\",\"owningGeneration\":\"generation-a\"},\"maxDepth\":1,\"maxEntries\":10,\"path\":\"src\"}",
|
|
31
|
+
"refinementIdentities": []
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"caseId": "coverage-sandbox-fs-list-result",
|
|
3
|
+
"schemaId": "sandbox.fs.list.result",
|
|
4
|
+
"tags": [
|
|
5
|
+
"accepted",
|
|
6
|
+
"coverage"
|
|
7
|
+
],
|
|
8
|
+
"input": {
|
|
9
|
+
"entries": [],
|
|
10
|
+
"kind": "listed"
|
|
11
|
+
},
|
|
12
|
+
"expectation": {
|
|
13
|
+
"kind": "accepted",
|
|
14
|
+
"normalized": {
|
|
15
|
+
"entries": [],
|
|
16
|
+
"kind": "listed"
|
|
17
|
+
},
|
|
18
|
+
"canonicalJson": "{\"entries\":[],\"kind\":\"listed\"}",
|
|
19
|
+
"refinementIdentities": []
|
|
20
|
+
}
|
|
21
|
+
}
|