pandora-cli-skills 1.1.92 → 1.1.94
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 +102 -44
- package/benchmarks/latest/core-history.json +61 -3
- package/benchmarks/latest/core-report.json +40 -40
- package/benchmarks/locks/core.lock.json +38 -38
- package/cli/lib/agent_contract_registry.cjs +161 -13
- package/cli/lib/dashboard_fund_service.cjs +27 -0
- package/cli/lib/debug_command_service.cjs +104 -20
- package/cli/lib/markets_create_command_service.cjs +219 -0
- package/cli/lib/pandora_deploy_service.cjs +139 -15
- package/cli/lib/parsers/markets_create_flags.cjs +449 -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/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/trade_market_type_service.cjs +10 -2
- package/cli/lib/watch_command_service.cjs +2 -0
- package/cli/pandora.cjs +82 -19
- package/docs/benchmarks/history.json +61 -3
- package/docs/skills/capabilities.md +2 -2
- package/docs/skills/command-reference.md +33 -8
- package/docs/skills/legacy-launchers.md +25 -0
- package/docs/skills/trading-workflows.md +28 -0
- package/package.json +1 -1
- package/scripts/create_market_launcher.ts +28 -2
- package/scripts/create_polymarket_clone_and_bet.ts +31 -1
- package/sdk/generated/command-descriptors.json +681 -7
- package/sdk/generated/contract-registry.json +4193 -673
- package/sdk/generated/manifest.json +25 -22
- package/sdk/generated/mcp-tool-definitions.json +1453 -20
- package/sdk/python/pandora_agent/generated/command-descriptors.json +681 -7
- package/sdk/python/pandora_agent/generated/contract-registry.json +4192 -672
- package/sdk/python/pandora_agent/generated/manifest.json +23 -20
- package/sdk/python/pandora_agent/generated/mcp-tool-definitions.json +1453 -20
- package/sdk/typescript/generated/command-descriptors.json +681 -7
- package/sdk/typescript/generated/contract-registry.json +4193 -673
- package/sdk/typescript/generated/manifest.json +25 -22
- package/sdk/typescript/generated/mcp-tool-definitions.json +1453 -20
- package/sdk/typescript/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-10T21:38:15.676Z",
|
|
5
5
|
"package": {
|
|
6
6
|
"name": "pandora-cli-skills",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.94"
|
|
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": "d80f65d94e7e402067fb9421d676089dfaafdf02c9230b0c363f6fe4c67ca836",
|
|
15
|
+
"lockSha256": "5bf331587c8ec8fdb7cc0fc1628c37144cd8f99f1a5cd6c5f9dd644467066c1b"
|
|
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.94"
|
|
148
148
|
},
|
|
149
149
|
"contractLock": {
|
|
150
|
-
"capabilitiesLocalHash": "
|
|
151
|
-
"capabilitiesRemoteTemplateHash": "
|
|
150
|
+
"capabilitiesLocalHash": "d3175fe7e0dee9b49b40421781bee5f54a622cacbe8d92715676c538baeb889a",
|
|
151
|
+
"capabilitiesRemoteTemplateHash": "f89903c50127ea66cd09b2f26f7c85eaedb8d11bc2e48d85c7cf12d169fc0d73",
|
|
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": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
157
|
+
"generatedContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
158
|
+
"generatedManifest": "40d2f631c86f0fa892d0455315ea0ca7cc92dd9e06ab0f0a27a401d2acf6af3e",
|
|
159
|
+
"generatedMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b",
|
|
160
|
+
"pyCommandDescriptors": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
161
|
+
"pyContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
162
|
+
"pyManifest": "eaab6f64a678efb4568ad2977f96d65a15cf62285a38674d5206028cac0e2943",
|
|
163
|
+
"pyMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b",
|
|
164
|
+
"tsCommandDescriptors": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
165
|
+
"tsContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
166
|
+
"tsManifest": "bdf46436e3eb11eab31cf1f75f6e423670949ff3c45751a704018d26aa60b8d3",
|
|
167
|
+
"tsMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b"
|
|
168
168
|
},
|
|
169
169
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
170
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
170
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.12",
|
|
171
171
|
"generatedManifestRegistryDigest": {
|
|
172
|
-
"canonicalHash": "
|
|
173
|
-
"commandDigestHash": "
|
|
174
|
-
"descriptorHash": "
|
|
175
|
-
"documentationHash": "
|
|
176
|
-
"fullDescriptorHash": "
|
|
177
|
-
"namespaceHash": "
|
|
178
|
-
"policyProfilesHash": "
|
|
172
|
+
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
173
|
+
"commandDigestHash": "9cec45f18012a88251934c8befae6d0831f71e3ac121ac7573fdab1bf7ffe768",
|
|
174
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
175
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
176
|
+
"fullDescriptorHash": "068f4fdbf03d2b43cb213600a700a0ca4b5fd3cce6786f8e30bc952a55acb5e0",
|
|
177
|
+
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
178
|
+
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
179
179
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
180
180
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
181
|
-
"topLevelHash": "
|
|
182
|
-
"trustDistributionHash": "
|
|
181
|
+
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
182
|
+
"trustDistributionHash": "70d16826a7d5eb18a063c613646e68716d2e1a8677cc9f29f85792174376651b"
|
|
183
183
|
},
|
|
184
184
|
"generatedManifestVersion": "1.0.0",
|
|
185
185
|
"registryDigest": {
|
|
186
|
-
"canonicalHash": "
|
|
187
|
-
"commandDigestHash": "
|
|
188
|
-
"descriptorHash": "
|
|
189
|
-
"documentationHash": "
|
|
190
|
-
"fullDescriptorHash": "
|
|
191
|
-
"namespaceHash": "
|
|
192
|
-
"policyProfilesHash": "
|
|
186
|
+
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
187
|
+
"commandDigestHash": "9cec45f18012a88251934c8befae6d0831f71e3ac121ac7573fdab1bf7ffe768",
|
|
188
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
189
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
190
|
+
"fullDescriptorHash": "068f4fdbf03d2b43cb213600a700a0ca4b5fd3cce6786f8e30bc952a55acb5e0",
|
|
191
|
+
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
192
|
+
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
193
193
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
194
194
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
195
|
-
"topLevelHash": "
|
|
196
|
-
"trustDistributionHash": "
|
|
195
|
+
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
196
|
+
"trustDistributionHash": "70d16826a7d5eb18a063c613646e68716d2e1a8677cc9f29f85792174376651b"
|
|
197
197
|
},
|
|
198
|
-
"schemaHash": "
|
|
198
|
+
"schemaHash": "53b4ab2938a719250a5b2ad2d50cb29663d6caf64b0dfb609a3309a158ccbac1"
|
|
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-10T21:38:15.676Z",
|
|
206
|
+
"latestVersion": "1.1.94",
|
|
207
|
+
"latestGeneratedAt": "2026-03-10T21:38:15.676Z",
|
|
208
208
|
"entries": [
|
|
209
|
+
{
|
|
210
|
+
"schemaVersion": "1.0.0",
|
|
211
|
+
"suite": "core",
|
|
212
|
+
"packageName": "pandora-cli-skills",
|
|
213
|
+
"version": "1.1.94",
|
|
214
|
+
"packageVersion": "1.1.94",
|
|
215
|
+
"generatedAt": "2026-03-10T21:38:15.676Z",
|
|
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": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
233
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
234
|
+
"reportSha256": "d80f65d94e7e402067fb9421d676089dfaafdf02c9230b0c363f6fe4c67ca836",
|
|
235
|
+
"lockSha256": "5bf331587c8ec8fdb7cc0fc1628c37144cd8f99f1a5cd6c5f9dd644467066c1b",
|
|
236
|
+
"lockSchemaVersion": "1.0.0"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"schemaVersion": "1.0.0",
|
|
240
|
+
"suite": "core",
|
|
241
|
+
"packageName": "pandora-cli-skills",
|
|
242
|
+
"version": "1.1.93",
|
|
243
|
+
"packageVersion": "1.1.93",
|
|
244
|
+
"generatedAt": "2026-03-10T19:31:28.317Z",
|
|
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": "ad9caab1e01f800d53d883d75096648ea0a7e81536af42fc323ddf62726f00d5",
|
|
264
|
+
"lockSha256": "9638691de842cc52a25dca5fc60afb18aac5287050a8eb0f7d358a675655d759",
|
|
265
|
+
"lockSchemaVersion": "1.0.0"
|
|
266
|
+
},
|
|
209
267
|
{
|
|
210
268
|
"schemaVersion": "1.0.0",
|
|
211
269
|
"suite": "core",
|
|
@@ -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-10T21:38:15.676Z",
|
|
5
|
+
"latestVersion": "1.1.94",
|
|
6
|
+
"latestGeneratedAt": "2026-03-10T21:38:15.676Z",
|
|
7
7
|
"entries": [
|
|
8
|
+
{
|
|
9
|
+
"schemaVersion": "1.0.0",
|
|
10
|
+
"suite": "core",
|
|
11
|
+
"packageName": "pandora-cli-skills",
|
|
12
|
+
"version": "1.1.94",
|
|
13
|
+
"packageVersion": "1.1.94",
|
|
14
|
+
"generatedAt": "2026-03-10T21:38:15.676Z",
|
|
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": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
32
|
+
"documentationContentHash": "04ea57e91bca7b6bc5ceffba7efbec85766258004ed0e2d4b1cb111614c9fa44",
|
|
33
|
+
"reportSha256": "d80f65d94e7e402067fb9421d676089dfaafdf02c9230b0c363f6fe4c67ca836",
|
|
34
|
+
"lockSha256": "5bf331587c8ec8fdb7cc0fc1628c37144cd8f99f1a5cd6c5f9dd644467066c1b",
|
|
35
|
+
"lockSchemaVersion": "1.0.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"schemaVersion": "1.0.0",
|
|
39
|
+
"suite": "core",
|
|
40
|
+
"packageName": "pandora-cli-skills",
|
|
41
|
+
"version": "1.1.93",
|
|
42
|
+
"packageVersion": "1.1.93",
|
|
43
|
+
"generatedAt": "2026-03-10T19:31:28.317Z",
|
|
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": "ad9caab1e01f800d53d883d75096648ea0a7e81536af42fc323ddf62726f00d5",
|
|
63
|
+
"lockSha256": "9638691de842cc52a25dca5fc60afb18aac5287050a8eb0f7d358a675655d759",
|
|
64
|
+
"lockSchemaVersion": "1.0.0"
|
|
65
|
+
},
|
|
8
66
|
{
|
|
9
67
|
"schemaVersion": "1.0.0",
|
|
10
68
|
"suite": "core",
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "d3175fe7e0dee9b49b40421781bee5f54a622cacbe8d92715676c538baeb889a",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "f89903c50127ea66cd09b2f26f7c85eaedb8d11bc2e48d85c7cf12d169fc0d73",
|
|
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": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
10
|
+
"generatedContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
11
|
+
"generatedManifest": "40d2f631c86f0fa892d0455315ea0ca7cc92dd9e06ab0f0a27a401d2acf6af3e",
|
|
12
|
+
"generatedMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b",
|
|
13
|
+
"pyCommandDescriptors": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
14
|
+
"pyContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
15
|
+
"pyManifest": "eaab6f64a678efb4568ad2977f96d65a15cf62285a38674d5206028cac0e2943",
|
|
16
|
+
"pyMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b",
|
|
17
|
+
"tsCommandDescriptors": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
18
|
+
"tsContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
19
|
+
"tsManifest": "bdf46436e3eb11eab31cf1f75f6e423670949ff3c45751a704018d26aa60b8d3",
|
|
20
|
+
"tsMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
23
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.12",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
|
-
"canonicalHash": "
|
|
26
|
-
"commandDigestHash": "
|
|
27
|
-
"descriptorHash": "
|
|
28
|
-
"documentationHash": "
|
|
29
|
-
"fullDescriptorHash": "
|
|
30
|
-
"namespaceHash": "
|
|
31
|
-
"policyProfilesHash": "
|
|
25
|
+
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
26
|
+
"commandDigestHash": "9cec45f18012a88251934c8befae6d0831f71e3ac121ac7573fdab1bf7ffe768",
|
|
27
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
28
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
29
|
+
"fullDescriptorHash": "068f4fdbf03d2b43cb213600a700a0ca4b5fd3cce6786f8e30bc952a55acb5e0",
|
|
30
|
+
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
31
|
+
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
|
-
"topLevelHash": "
|
|
35
|
-
"trustDistributionHash": "
|
|
34
|
+
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
35
|
+
"trustDistributionHash": "70d16826a7d5eb18a063c613646e68716d2e1a8677cc9f29f85792174376651b"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
|
-
"canonicalHash": "
|
|
40
|
-
"commandDigestHash": "
|
|
41
|
-
"descriptorHash": "
|
|
42
|
-
"documentationHash": "
|
|
43
|
-
"fullDescriptorHash": "
|
|
44
|
-
"namespaceHash": "
|
|
45
|
-
"policyProfilesHash": "
|
|
39
|
+
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
40
|
+
"commandDigestHash": "9cec45f18012a88251934c8befae6d0831f71e3ac121ac7573fdab1bf7ffe768",
|
|
41
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
42
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
43
|
+
"fullDescriptorHash": "068f4fdbf03d2b43cb213600a700a0ca4b5fd3cce6786f8e30bc952a55acb5e0",
|
|
44
|
+
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
45
|
+
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
|
-
"topLevelHash": "
|
|
49
|
-
"trustDistributionHash": "
|
|
48
|
+
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
49
|
+
"trustDistributionHash": "70d16826a7d5eb18a063c613646e68716d2e1a8677cc9f29f85792174376651b"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "53b4ab2938a719250a5b2ad2d50cb29663d6caf64b0dfb609a3309a158ccbac1"
|
|
52
52
|
},
|
|
53
53
|
"contractLockMatchesExpected": true,
|
|
54
54
|
"contractLockMismatches": [],
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
]
|
|
285
285
|
},
|
|
286
286
|
"publication": {
|
|
287
|
-
"contractLockHash": "
|
|
287
|
+
"contractLockHash": "b29c6795568abaaaa1300f0f532af5b38945dc8ec65317ee4d89d42f6c87641e",
|
|
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": "86e2db32136a1f90f017fdb3789cbfec9cc9ae1f30452f94ae4298ae58dea13a",
|
|
297
|
+
"suiteLockHash": "5bf331587c8ec8fdb7cc0fc1628c37144cd8f99f1a5cd6c5f9dd644467066c1b",
|
|
298
298
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
299
299
|
},
|
|
300
300
|
"runtime": {
|
|
301
|
-
"packageVersion": "1.1.
|
|
301
|
+
"packageVersion": "1.1.94"
|
|
302
302
|
},
|
|
303
303
|
"scenarios": [
|
|
304
304
|
{
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "d3175fe7e0dee9b49b40421781bee5f54a622cacbe8d92715676c538baeb889a",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "f89903c50127ea66cd09b2f26f7c85eaedb8d11bc2e48d85c7cf12d169fc0d73",
|
|
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": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
10
|
+
"generatedContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
11
|
+
"generatedManifest": "40d2f631c86f0fa892d0455315ea0ca7cc92dd9e06ab0f0a27a401d2acf6af3e",
|
|
12
|
+
"generatedMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b",
|
|
13
|
+
"pyCommandDescriptors": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
14
|
+
"pyContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
15
|
+
"pyManifest": "eaab6f64a678efb4568ad2977f96d65a15cf62285a38674d5206028cac0e2943",
|
|
16
|
+
"pyMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b",
|
|
17
|
+
"tsCommandDescriptors": "72980892a9c96c167f7ad11d82bd4a88ff92eaa0bbfa56fdfdafbd738435b47f",
|
|
18
|
+
"tsContractRegistry": "063015426426a7b5f5d5a618428bf4e1072cd233032fd597fc3c289a3b3bd3ae",
|
|
19
|
+
"tsManifest": "bdf46436e3eb11eab31cf1f75f6e423670949ff3c45751a704018d26aa60b8d3",
|
|
20
|
+
"tsMcpToolDefinitions": "80fe9e9bceefa5b79449f22bfad878f23f3fddbed9a8092b6d8bc8ba8dbc273b"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
23
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.12",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
|
-
"canonicalHash": "
|
|
26
|
-
"commandDigestHash": "
|
|
27
|
-
"descriptorHash": "
|
|
28
|
-
"documentationHash": "
|
|
29
|
-
"fullDescriptorHash": "
|
|
30
|
-
"namespaceHash": "
|
|
31
|
-
"policyProfilesHash": "
|
|
25
|
+
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
26
|
+
"commandDigestHash": "9cec45f18012a88251934c8befae6d0831f71e3ac121ac7573fdab1bf7ffe768",
|
|
27
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
28
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
29
|
+
"fullDescriptorHash": "068f4fdbf03d2b43cb213600a700a0ca4b5fd3cce6786f8e30bc952a55acb5e0",
|
|
30
|
+
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
31
|
+
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
|
-
"topLevelHash": "
|
|
35
|
-
"trustDistributionHash": "
|
|
34
|
+
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
35
|
+
"trustDistributionHash": "70d16826a7d5eb18a063c613646e68716d2e1a8677cc9f29f85792174376651b"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
|
-
"canonicalHash": "
|
|
40
|
-
"commandDigestHash": "
|
|
41
|
-
"descriptorHash": "
|
|
42
|
-
"documentationHash": "
|
|
43
|
-
"fullDescriptorHash": "
|
|
44
|
-
"namespaceHash": "
|
|
45
|
-
"policyProfilesHash": "
|
|
39
|
+
"canonicalHash": "f0a183669ee134dcb771badc5a2b7cab53e9ef46af78e5a424ed384a6457d9ae",
|
|
40
|
+
"commandDigestHash": "9cec45f18012a88251934c8befae6d0831f71e3ac121ac7573fdab1bf7ffe768",
|
|
41
|
+
"descriptorHash": "f554e5ecd337d3d06e6847e9c1e28895675c22b2b52024fb526b247fd488530f",
|
|
42
|
+
"documentationHash": "f0e708b171edbc6f5bcd53962d7d4d0d5a6ea1b6f95af4e89f4e8f7943d3fb87",
|
|
43
|
+
"fullDescriptorHash": "068f4fdbf03d2b43cb213600a700a0ca4b5fd3cce6786f8e30bc952a55acb5e0",
|
|
44
|
+
"namespaceHash": "d7c4138d54769239bb561f9eb6de2c09d7e644b4bea878564b4cf10220eac4aa",
|
|
45
|
+
"policyProfilesHash": "f4013cc2b8fb7e2687c9b69d392196a7f35ea8b792777e3f15e0e1af5fdf8657",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
|
-
"topLevelHash": "
|
|
49
|
-
"trustDistributionHash": "
|
|
48
|
+
"topLevelHash": "a18c159ccd1f83038658262fc79fabd8bfbcf79c024822e52a298ec6f4eaf8ae",
|
|
49
|
+
"trustDistributionHash": "70d16826a7d5eb18a063c613646e68716d2e1a8677cc9f29f85792174376651b"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "53b4ab2938a719250a5b2ad2d50cb29663d6caf64b0dfb609a3309a158ccbac1"
|
|
52
52
|
},
|
|
53
53
|
"publication": {
|
|
54
|
-
"contractLockHash": "
|
|
54
|
+
"contractLockHash": "b29c6795568abaaaa1300f0f532af5b38945dc8ec65317ee4d89d42f6c87641e",
|
|
55
55
|
"deterministic": true,
|
|
56
56
|
"grade": "release-grade",
|
|
57
57
|
"kind": "benchmark-contract-lock",
|
|
58
|
-
"lockDocumentHash": "
|
|
58
|
+
"lockDocumentHash": "f9734ec2e08bd04b21f529b9020d4bad5f7665060234e9582d1faa24d4b85366",
|
|
59
59
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
60
60
|
},
|
|
61
61
|
"schemaVersion": "1.0.0",
|