pandora-cli-skills 1.1.93 → 1.1.96
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/benchmarks/latest/core-bundle.json +97 -39
- package/benchmarks/latest/core-history.json +65 -7
- package/benchmarks/latest/core-report.json +31 -31
- package/benchmarks/locks/core.lock.json +29 -29
- package/cli/lib/agent_contract_registry.cjs +72 -16
- package/cli/lib/arb_command_service.cjs +0 -1
- package/cli/lib/debug_command_service.cjs +104 -20
- package/cli/lib/markets_create_command_service.cjs +24 -8
- package/cli/lib/mcp_http_gateway_service.cjs +22 -3
- package/cli/lib/mcp_protocol_service.cjs +439 -7
- package/cli/lib/mcp_server_service.cjs +14 -5
- package/cli/lib/mirror_command_service.cjs +5 -1
- package/cli/lib/mirror_handlers/deploy.cjs +14 -6
- package/cli/lib/mirror_handlers/go.cjs +11 -1
- package/cli/lib/mirror_handlers/panic.cjs +1 -0
- package/cli/lib/mirror_handlers/sync.cjs +8 -0
- package/cli/lib/parsers/watch_flags.cjs +8 -0
- package/cli/lib/polymarket_command_service.cjs +152 -2
- package/cli/lib/polymarket_ops_service.cjs +109 -1
- package/cli/lib/schema_command_service.cjs +4 -0
- package/cli/lib/sports_command_service.cjs +59 -20
- package/cli/lib/sports_creation_service.cjs +36 -4
- package/cli/lib/sports_event_normalizer.cjs +300 -3
- package/cli/lib/sports_provider_registry.cjs +37 -16
- package/cli/lib/watch_command_service.cjs +2 -0
- package/docs/benchmarks/history.json +65 -7
- package/docs/skills/command-reference.md +8 -4
- package/package.json +1 -1
- package/sdk/generated/command-descriptors.json +124 -16
- package/sdk/generated/contract-registry.json +613 -119
- package/sdk/generated/manifest.json +10 -10
- package/sdk/generated/mcp-tool-definitions.json +253 -49
- package/sdk/python/pandora_agent/generated/command-descriptors.json +124 -16
- package/sdk/python/pandora_agent/generated/contract-registry.json +612 -118
- package/sdk/python/pandora_agent/generated/manifest.json +8 -8
- package/sdk/python/pandora_agent/generated/mcp-tool-definitions.json +253 -49
- package/sdk/typescript/generated/command-descriptors.json +124 -16
- package/sdk/typescript/generated/contract-registry.json +612 -118
- package/sdk/typescript/generated/manifest.json +8 -8
- package/sdk/typescript/generated/mcp-tool-definitions.json +253 -49
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-11T16:16:10.699Z",
|
|
5
5
|
"package": {
|
|
6
6
|
"name": "pandora-cli-skills",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.96"
|
|
8
8
|
},
|
|
9
9
|
"assets": {
|
|
10
10
|
"reportPath": "benchmarks/latest/core-report.json",
|
|
11
11
|
"lockPath": "benchmarks/locks/core.lock.json",
|
|
12
12
|
"historyPath": "benchmarks/latest/core-history.json",
|
|
13
13
|
"docsHistoryPath": "docs/benchmarks/history.json",
|
|
14
|
-
"reportSha256": "
|
|
15
|
-
"lockSha256": "
|
|
14
|
+
"reportSha256": "f166f4404809b5f38b3172aad25a5c437fbf4bbc9b0cb95cf7f31235743a502c",
|
|
15
|
+
"lockSha256": "2654e044664482a96e94b9ed579077a998e61a2469748b3fb2cedb1c1b345989"
|
|
16
16
|
},
|
|
17
17
|
"latest": {
|
|
18
18
|
"summary": {
|
|
@@ -144,68 +144,126 @@
|
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
146
|
"runtime": {
|
|
147
|
-
"packageVersion": "1.1.
|
|
147
|
+
"packageVersion": "1.1.96"
|
|
148
148
|
},
|
|
149
149
|
"contractLock": {
|
|
150
|
-
"capabilitiesLocalHash": "
|
|
151
|
-
"capabilitiesRemoteTemplateHash": "
|
|
150
|
+
"capabilitiesLocalHash": "f32cfc6086146518a32b09865d658e4ab8d78c183fa1c8c75a34d25f56522847",
|
|
151
|
+
"capabilitiesRemoteTemplateHash": "b7281a9d3f89bb71f10ca88a6d1c5daa8de5d7f0af2ea01e6aa9d83f50d26308",
|
|
152
152
|
"commandDescriptorVersion": "1.4.3",
|
|
153
|
-
"documentationContentHash": "
|
|
154
|
-
"documentationRegistryHash": "
|
|
153
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
154
|
+
"documentationRegistryHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
155
155
|
"generatedArtifactHashes": {
|
|
156
|
-
"generatedCommandDescriptors": "
|
|
157
|
-
"generatedContractRegistry": "
|
|
158
|
-
"generatedManifest": "
|
|
159
|
-
"generatedMcpToolDefinitions": "
|
|
160
|
-
"pyCommandDescriptors": "
|
|
161
|
-
"pyContractRegistry": "
|
|
162
|
-
"pyManifest": "
|
|
163
|
-
"pyMcpToolDefinitions": "
|
|
164
|
-
"tsCommandDescriptors": "
|
|
165
|
-
"tsContractRegistry": "
|
|
166
|
-
"tsManifest": "
|
|
167
|
-
"tsMcpToolDefinitions": "
|
|
156
|
+
"generatedCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
157
|
+
"generatedContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
158
|
+
"generatedManifest": "5892bb7986c83172f681d0a67401a8add6fb7c25c22517b0f1921611e7f1ebbc",
|
|
159
|
+
"generatedMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714",
|
|
160
|
+
"pyCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
161
|
+
"pyContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
162
|
+
"pyManifest": "6043216fef4b4e14831d5e833a50e70d8b6af45eb664d0408dd843edcb9d8423",
|
|
163
|
+
"pyMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714",
|
|
164
|
+
"tsCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
165
|
+
"tsContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
166
|
+
"tsManifest": "37d74603bf2edfda0f3fed6fd9692738f48c15b60b8307b5621f65dce8049edd",
|
|
167
|
+
"tsMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714"
|
|
168
168
|
},
|
|
169
169
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
170
170
|
"generatedManifestPackageVersion": "0.1.0-alpha.12",
|
|
171
171
|
"generatedManifestRegistryDigest": {
|
|
172
172
|
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
173
|
-
"commandDigestHash": "
|
|
174
|
-
"descriptorHash": "
|
|
175
|
-
"documentationHash": "
|
|
176
|
-
"fullDescriptorHash": "
|
|
173
|
+
"commandDigestHash": "1856636c6b4769113a869092c96f16f4063a122687a50c9659d418a44b315df7",
|
|
174
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
175
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
176
|
+
"fullDescriptorHash": "fea7dc2db724bb771dc7384fea07a15aaff2b3e76e2bee01276d2b3028ed4227",
|
|
177
177
|
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
178
178
|
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
179
179
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
180
180
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
181
181
|
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
182
|
-
"trustDistributionHash": "
|
|
182
|
+
"trustDistributionHash": "86bbe519585159bde81b650ea18ac49b9a0e1ed2bef5d33073adb4c4cb3df53f"
|
|
183
183
|
},
|
|
184
184
|
"generatedManifestVersion": "1.0.0",
|
|
185
185
|
"registryDigest": {
|
|
186
186
|
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
187
|
-
"commandDigestHash": "
|
|
188
|
-
"descriptorHash": "
|
|
189
|
-
"documentationHash": "
|
|
190
|
-
"fullDescriptorHash": "
|
|
187
|
+
"commandDigestHash": "1856636c6b4769113a869092c96f16f4063a122687a50c9659d418a44b315df7",
|
|
188
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
189
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
190
|
+
"fullDescriptorHash": "fea7dc2db724bb771dc7384fea07a15aaff2b3e76e2bee01276d2b3028ed4227",
|
|
191
191
|
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
192
192
|
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
193
193
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
194
194
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
195
195
|
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
196
|
-
"trustDistributionHash": "
|
|
196
|
+
"trustDistributionHash": "86bbe519585159bde81b650ea18ac49b9a0e1ed2bef5d33073adb4c4cb3df53f"
|
|
197
197
|
},
|
|
198
|
-
"schemaHash": "
|
|
198
|
+
"schemaHash": "210dba32d1a22d48c7c42cf43c8580dbce3f873a77d51569306181e274553e7e"
|
|
199
199
|
},
|
|
200
200
|
"contractLockMatchesExpected": true
|
|
201
201
|
},
|
|
202
202
|
"history": {
|
|
203
203
|
"schemaVersion": "1.0.0",
|
|
204
204
|
"suite": "core",
|
|
205
|
-
"generatedAt": "2026-03-
|
|
206
|
-
"latestVersion": "1.1.
|
|
207
|
-
"latestGeneratedAt": "2026-03-
|
|
205
|
+
"generatedAt": "2026-03-11T16:16:10.699Z",
|
|
206
|
+
"latestVersion": "1.1.96",
|
|
207
|
+
"latestGeneratedAt": "2026-03-11T16:16:10.699Z",
|
|
208
208
|
"entries": [
|
|
209
|
+
{
|
|
210
|
+
"schemaVersion": "1.0.0",
|
|
211
|
+
"suite": "core",
|
|
212
|
+
"packageName": "pandora-cli-skills",
|
|
213
|
+
"version": "1.1.96",
|
|
214
|
+
"packageVersion": "1.1.96",
|
|
215
|
+
"generatedAt": "2026-03-11T16:16:10.699Z",
|
|
216
|
+
"summary": {
|
|
217
|
+
"weightedScore": 100,
|
|
218
|
+
"overallPass": true,
|
|
219
|
+
"scenarioCount": 19,
|
|
220
|
+
"passedCount": 19,
|
|
221
|
+
"failedCount": 0,
|
|
222
|
+
"failedParityGroupCount": 0
|
|
223
|
+
},
|
|
224
|
+
"weightedScore": 100,
|
|
225
|
+
"overallPass": true,
|
|
226
|
+
"scenarioCount": 19,
|
|
227
|
+
"passedCount": 19,
|
|
228
|
+
"failedCount": 0,
|
|
229
|
+
"failedParityGroupCount": 0,
|
|
230
|
+
"contractLockMatchesExpected": true,
|
|
231
|
+
"parityFailedGroups": [],
|
|
232
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
233
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
234
|
+
"reportSha256": "f166f4404809b5f38b3172aad25a5c437fbf4bbc9b0cb95cf7f31235743a502c",
|
|
235
|
+
"lockSha256": "2654e044664482a96e94b9ed579077a998e61a2469748b3fb2cedb1c1b345989",
|
|
236
|
+
"lockSchemaVersion": "1.0.0"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"schemaVersion": "1.0.0",
|
|
240
|
+
"suite": "core",
|
|
241
|
+
"packageName": "pandora-cli-skills",
|
|
242
|
+
"version": "1.1.94",
|
|
243
|
+
"packageVersion": "1.1.94",
|
|
244
|
+
"generatedAt": "2026-03-10T21:38:15.676Z",
|
|
245
|
+
"summary": {
|
|
246
|
+
"weightedScore": 100,
|
|
247
|
+
"overallPass": true,
|
|
248
|
+
"scenarioCount": 19,
|
|
249
|
+
"passedCount": 19,
|
|
250
|
+
"failedCount": 0,
|
|
251
|
+
"failedParityGroupCount": 0
|
|
252
|
+
},
|
|
253
|
+
"weightedScore": 100,
|
|
254
|
+
"overallPass": true,
|
|
255
|
+
"scenarioCount": 19,
|
|
256
|
+
"passedCount": 19,
|
|
257
|
+
"failedCount": 0,
|
|
258
|
+
"failedParityGroupCount": 0,
|
|
259
|
+
"contractLockMatchesExpected": true,
|
|
260
|
+
"parityFailedGroups": [],
|
|
261
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
262
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
263
|
+
"reportSha256": "d80f65d94e7e402067fb9421d676089dfaafdf02c9230b0c363f6fe4c67ca836",
|
|
264
|
+
"lockSha256": "5bf331587c8ec8fdb7cc0fc1628c37144cd8f99f1a5cd6c5f9dd644467066c1b",
|
|
265
|
+
"lockSchemaVersion": "1.0.0"
|
|
266
|
+
},
|
|
209
267
|
{
|
|
210
268
|
"schemaVersion": "1.0.0",
|
|
211
269
|
"suite": "core",
|
|
@@ -229,10 +287,10 @@
|
|
|
229
287
|
"failedParityGroupCount": 0,
|
|
230
288
|
"contractLockMatchesExpected": true,
|
|
231
289
|
"parityFailedGroups": [],
|
|
232
|
-
"descriptorHash": "
|
|
233
|
-
"documentationContentHash": "
|
|
234
|
-
"reportSha256": "
|
|
235
|
-
"lockSha256": "
|
|
290
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
291
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
292
|
+
"reportSha256": "ad9caab1e01f800d53d883d75096648ea0a7e81536af42fc323ddf62726f00d5",
|
|
293
|
+
"lockSha256": "9638691de842cc52a25dca5fc60afb18aac5287050a8eb0f7d358a675655d759",
|
|
236
294
|
"lockSchemaVersion": "1.0.0"
|
|
237
295
|
},
|
|
238
296
|
{
|
|
@@ -1,10 +1,68 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
5
|
-
"latestVersion": "1.1.
|
|
6
|
-
"latestGeneratedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-11T16:16:10.699Z",
|
|
5
|
+
"latestVersion": "1.1.96",
|
|
6
|
+
"latestGeneratedAt": "2026-03-11T16:16:10.699Z",
|
|
7
7
|
"entries": [
|
|
8
|
+
{
|
|
9
|
+
"schemaVersion": "1.0.0",
|
|
10
|
+
"suite": "core",
|
|
11
|
+
"packageName": "pandora-cli-skills",
|
|
12
|
+
"version": "1.1.96",
|
|
13
|
+
"packageVersion": "1.1.96",
|
|
14
|
+
"generatedAt": "2026-03-11T16:16:10.699Z",
|
|
15
|
+
"summary": {
|
|
16
|
+
"weightedScore": 100,
|
|
17
|
+
"overallPass": true,
|
|
18
|
+
"scenarioCount": 19,
|
|
19
|
+
"passedCount": 19,
|
|
20
|
+
"failedCount": 0,
|
|
21
|
+
"failedParityGroupCount": 0
|
|
22
|
+
},
|
|
23
|
+
"weightedScore": 100,
|
|
24
|
+
"overallPass": true,
|
|
25
|
+
"scenarioCount": 19,
|
|
26
|
+
"passedCount": 19,
|
|
27
|
+
"failedCount": 0,
|
|
28
|
+
"failedParityGroupCount": 0,
|
|
29
|
+
"contractLockMatchesExpected": true,
|
|
30
|
+
"parityFailedGroups": [],
|
|
31
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
32
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
33
|
+
"reportSha256": "f166f4404809b5f38b3172aad25a5c437fbf4bbc9b0cb95cf7f31235743a502c",
|
|
34
|
+
"lockSha256": "2654e044664482a96e94b9ed579077a998e61a2469748b3fb2cedb1c1b345989",
|
|
35
|
+
"lockSchemaVersion": "1.0.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"schemaVersion": "1.0.0",
|
|
39
|
+
"suite": "core",
|
|
40
|
+
"packageName": "pandora-cli-skills",
|
|
41
|
+
"version": "1.1.94",
|
|
42
|
+
"packageVersion": "1.1.94",
|
|
43
|
+
"generatedAt": "2026-03-10T21:38:15.676Z",
|
|
44
|
+
"summary": {
|
|
45
|
+
"weightedScore": 100,
|
|
46
|
+
"overallPass": true,
|
|
47
|
+
"scenarioCount": 19,
|
|
48
|
+
"passedCount": 19,
|
|
49
|
+
"failedCount": 0,
|
|
50
|
+
"failedParityGroupCount": 0
|
|
51
|
+
},
|
|
52
|
+
"weightedScore": 100,
|
|
53
|
+
"overallPass": true,
|
|
54
|
+
"scenarioCount": 19,
|
|
55
|
+
"passedCount": 19,
|
|
56
|
+
"failedCount": 0,
|
|
57
|
+
"failedParityGroupCount": 0,
|
|
58
|
+
"contractLockMatchesExpected": true,
|
|
59
|
+
"parityFailedGroups": [],
|
|
60
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
61
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
62
|
+
"reportSha256": "d80f65d94e7e402067fb9421d676089dfaafdf02c9230b0c363f6fe4c67ca836",
|
|
63
|
+
"lockSha256": "5bf331587c8ec8fdb7cc0fc1628c37144cd8f99f1a5cd6c5f9dd644467066c1b",
|
|
64
|
+
"lockSchemaVersion": "1.0.0"
|
|
65
|
+
},
|
|
8
66
|
{
|
|
9
67
|
"schemaVersion": "1.0.0",
|
|
10
68
|
"suite": "core",
|
|
@@ -28,10 +86,10 @@
|
|
|
28
86
|
"failedParityGroupCount": 0,
|
|
29
87
|
"contractLockMatchesExpected": true,
|
|
30
88
|
"parityFailedGroups": [],
|
|
31
|
-
"descriptorHash": "
|
|
32
|
-
"documentationContentHash": "
|
|
33
|
-
"reportSha256": "
|
|
34
|
-
"lockSha256": "
|
|
89
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
90
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
91
|
+
"reportSha256": "ad9caab1e01f800d53d883d75096648ea0a7e81536af42fc323ddf62726f00d5",
|
|
92
|
+
"lockSha256": "9638691de842cc52a25dca5fc60afb18aac5287050a8eb0f7d358a675655d759",
|
|
35
93
|
"lockSchemaVersion": "1.0.0"
|
|
36
94
|
},
|
|
37
95
|
{
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "f32cfc6086146518a32b09865d658e4ab8d78c183fa1c8c75a34d25f56522847",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "b7281a9d3f89bb71f10ca88a6d1c5daa8de5d7f0af2ea01e6aa9d83f50d26308",
|
|
5
5
|
"commandDescriptorVersion": "1.4.3",
|
|
6
|
-
"documentationContentHash": "
|
|
7
|
-
"documentationRegistryHash": "
|
|
6
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
7
|
+
"documentationRegistryHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
8
8
|
"generatedArtifactHashes": {
|
|
9
|
-
"generatedCommandDescriptors": "
|
|
10
|
-
"generatedContractRegistry": "
|
|
11
|
-
"generatedManifest": "
|
|
12
|
-
"generatedMcpToolDefinitions": "
|
|
13
|
-
"pyCommandDescriptors": "
|
|
14
|
-
"pyContractRegistry": "
|
|
15
|
-
"pyManifest": "
|
|
16
|
-
"pyMcpToolDefinitions": "
|
|
17
|
-
"tsCommandDescriptors": "
|
|
18
|
-
"tsContractRegistry": "
|
|
19
|
-
"tsManifest": "
|
|
20
|
-
"tsMcpToolDefinitions": "
|
|
9
|
+
"generatedCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
10
|
+
"generatedContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
11
|
+
"generatedManifest": "5892bb7986c83172f681d0a67401a8add6fb7c25c22517b0f1921611e7f1ebbc",
|
|
12
|
+
"generatedMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714",
|
|
13
|
+
"pyCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
14
|
+
"pyContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
15
|
+
"pyManifest": "6043216fef4b4e14831d5e833a50e70d8b6af45eb664d0408dd843edcb9d8423",
|
|
16
|
+
"pyMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714",
|
|
17
|
+
"tsCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
18
|
+
"tsContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
19
|
+
"tsManifest": "37d74603bf2edfda0f3fed6fd9692738f48c15b60b8307b5621f65dce8049edd",
|
|
20
|
+
"tsMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
23
|
"generatedManifestPackageVersion": "0.1.0-alpha.12",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
25
|
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
26
|
-
"commandDigestHash": "
|
|
27
|
-
"descriptorHash": "
|
|
28
|
-
"documentationHash": "
|
|
29
|
-
"fullDescriptorHash": "
|
|
26
|
+
"commandDigestHash": "1856636c6b4769113a869092c96f16f4063a122687a50c9659d418a44b315df7",
|
|
27
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
28
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
29
|
+
"fullDescriptorHash": "fea7dc2db724bb771dc7384fea07a15aaff2b3e76e2bee01276d2b3028ed4227",
|
|
30
30
|
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
31
31
|
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
34
|
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
35
|
-
"trustDistributionHash": "
|
|
35
|
+
"trustDistributionHash": "86bbe519585159bde81b650ea18ac49b9a0e1ed2bef5d33073adb4c4cb3df53f"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
39
|
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
40
|
-
"commandDigestHash": "
|
|
41
|
-
"descriptorHash": "
|
|
42
|
-
"documentationHash": "
|
|
43
|
-
"fullDescriptorHash": "
|
|
40
|
+
"commandDigestHash": "1856636c6b4769113a869092c96f16f4063a122687a50c9659d418a44b315df7",
|
|
41
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
42
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
43
|
+
"fullDescriptorHash": "fea7dc2db724bb771dc7384fea07a15aaff2b3e76e2bee01276d2b3028ed4227",
|
|
44
44
|
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
45
45
|
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
48
|
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
49
|
-
"trustDistributionHash": "
|
|
49
|
+
"trustDistributionHash": "86bbe519585159bde81b650ea18ac49b9a0e1ed2bef5d33073adb4c4cb3df53f"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "210dba32d1a22d48c7c42cf43c8580dbce3f873a77d51569306181e274553e7e"
|
|
52
52
|
},
|
|
53
53
|
"contractLockMatchesExpected": true,
|
|
54
54
|
"contractLockMismatches": [],
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
]
|
|
285
285
|
},
|
|
286
286
|
"publication": {
|
|
287
|
-
"contractLockHash": "
|
|
287
|
+
"contractLockHash": "1a36d6b1fe50e92450dca25e93336d12dd59f40c83116107ac85db580cbe9ca7",
|
|
288
288
|
"contractLockStatus": "locked",
|
|
289
289
|
"deterministic": true,
|
|
290
290
|
"expectedScenarioCount": 19,
|
|
@@ -293,12 +293,12 @@
|
|
|
293
293
|
"minimumWeightedScore": 95,
|
|
294
294
|
"releaseGatePass": true,
|
|
295
295
|
"reportPath": "benchmarks/latest/core-report.json",
|
|
296
|
-
"scorecardHash": "
|
|
297
|
-
"suiteLockHash": "
|
|
296
|
+
"scorecardHash": "44d421af67acdf2eb9ac6643619e703feb8286e18094284d07064dc436b6deed",
|
|
297
|
+
"suiteLockHash": "2654e044664482a96e94b9ed579077a998e61a2469748b3fb2cedb1c1b345989",
|
|
298
298
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
299
299
|
},
|
|
300
300
|
"runtime": {
|
|
301
|
-
"packageVersion": "1.1.
|
|
301
|
+
"packageVersion": "1.1.96"
|
|
302
302
|
},
|
|
303
303
|
"scenarios": [
|
|
304
304
|
{
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "f32cfc6086146518a32b09865d658e4ab8d78c183fa1c8c75a34d25f56522847",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "b7281a9d3f89bb71f10ca88a6d1c5daa8de5d7f0af2ea01e6aa9d83f50d26308",
|
|
5
5
|
"commandDescriptorVersion": "1.4.3",
|
|
6
|
-
"documentationContentHash": "
|
|
7
|
-
"documentationRegistryHash": "
|
|
6
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
7
|
+
"documentationRegistryHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
8
8
|
"generatedArtifactHashes": {
|
|
9
|
-
"generatedCommandDescriptors": "
|
|
10
|
-
"generatedContractRegistry": "
|
|
11
|
-
"generatedManifest": "
|
|
12
|
-
"generatedMcpToolDefinitions": "
|
|
13
|
-
"pyCommandDescriptors": "
|
|
14
|
-
"pyContractRegistry": "
|
|
15
|
-
"pyManifest": "
|
|
16
|
-
"pyMcpToolDefinitions": "
|
|
17
|
-
"tsCommandDescriptors": "
|
|
18
|
-
"tsContractRegistry": "
|
|
19
|
-
"tsManifest": "
|
|
20
|
-
"tsMcpToolDefinitions": "
|
|
9
|
+
"generatedCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
10
|
+
"generatedContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
11
|
+
"generatedManifest": "5892bb7986c83172f681d0a67401a8add6fb7c25c22517b0f1921611e7f1ebbc",
|
|
12
|
+
"generatedMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714",
|
|
13
|
+
"pyCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
14
|
+
"pyContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
15
|
+
"pyManifest": "6043216fef4b4e14831d5e833a50e70d8b6af45eb664d0408dd843edcb9d8423",
|
|
16
|
+
"pyMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714",
|
|
17
|
+
"tsCommandDescriptors": "5707271c45296033d908c3f818d5888454a1b12cd0ba16eb74ca013b71f11323",
|
|
18
|
+
"tsContractRegistry": "a5bec8bce5959dcd7e180c42e2d2f552e5b0ad335daa6ebc8bb77b682abbdd38",
|
|
19
|
+
"tsManifest": "37d74603bf2edfda0f3fed6fd9692738f48c15b60b8307b5621f65dce8049edd",
|
|
20
|
+
"tsMcpToolDefinitions": "6861ca32d964c31cfdcd503b282a18b6ec71e98e37b2c37705be3492473eb714"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
23
|
"generatedManifestPackageVersion": "0.1.0-alpha.12",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
25
|
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
26
|
-
"commandDigestHash": "
|
|
27
|
-
"descriptorHash": "
|
|
28
|
-
"documentationHash": "
|
|
29
|
-
"fullDescriptorHash": "
|
|
26
|
+
"commandDigestHash": "1856636c6b4769113a869092c96f16f4063a122687a50c9659d418a44b315df7",
|
|
27
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
28
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
29
|
+
"fullDescriptorHash": "fea7dc2db724bb771dc7384fea07a15aaff2b3e76e2bee01276d2b3028ed4227",
|
|
30
30
|
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
31
31
|
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
34
|
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
35
|
-
"trustDistributionHash": "
|
|
35
|
+
"trustDistributionHash": "86bbe519585159bde81b650ea18ac49b9a0e1ed2bef5d33073adb4c4cb3df53f"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
39
|
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
40
|
-
"commandDigestHash": "
|
|
41
|
-
"descriptorHash": "
|
|
42
|
-
"documentationHash": "
|
|
43
|
-
"fullDescriptorHash": "
|
|
40
|
+
"commandDigestHash": "1856636c6b4769113a869092c96f16f4063a122687a50c9659d418a44b315df7",
|
|
41
|
+
"descriptorHash": "fe1c08f83d984cf55dc3224d82d03831fba23edf4769c319d9647837a0a98617",
|
|
42
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
43
|
+
"fullDescriptorHash": "fea7dc2db724bb771dc7384fea07a15aaff2b3e76e2bee01276d2b3028ed4227",
|
|
44
44
|
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
45
45
|
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
48
|
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
49
|
-
"trustDistributionHash": "
|
|
49
|
+
"trustDistributionHash": "86bbe519585159bde81b650ea18ac49b9a0e1ed2bef5d33073adb4c4cb3df53f"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "210dba32d1a22d48c7c42cf43c8580dbce3f873a77d51569306181e274553e7e"
|
|
52
52
|
},
|
|
53
53
|
"publication": {
|
|
54
|
-
"contractLockHash": "
|
|
54
|
+
"contractLockHash": "1a36d6b1fe50e92450dca25e93336d12dd59f40c83116107ac85db580cbe9ca7",
|
|
55
55
|
"deterministic": true,
|
|
56
56
|
"grade": "release-grade",
|
|
57
57
|
"kind": "benchmark-contract-lock",
|
|
58
|
-
"lockDocumentHash": "
|
|
58
|
+
"lockDocumentHash": "73b0ad7ed798c7c691abcf2c93c130903d834c6f80f03665e1a2470aa4a2a088",
|
|
59
59
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
60
60
|
},
|
|
61
61
|
"schemaVersion": "1.0.0",
|