pandora-cli-skills 1.1.97 → 1.1.102
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/SKILL.md +1 -1
- package/anthropic-skill-src/SKILL.md +1 -1
- package/benchmarks/latest/core-bundle.json +183 -38
- package/benchmarks/latest/core-history.json +152 -7
- package/benchmarks/latest/core-report.json +30 -30
- package/benchmarks/locks/core.lock.json +28 -28
- package/cli/lib/agent_contract_registry.cjs +30 -2
- package/cli/lib/markets_create_command_service.cjs +6 -0
- package/cli/lib/markets_hype_command_service.cjs +7 -1
- package/cli/lib/pandora_deploy_service.cjs +557 -42
- package/cli/lib/parsers/deploy_route_flags.cjs +73 -0
- package/cli/lib/parsers/markets_create_flags.cjs +62 -0
- package/cli/lib/parsers/markets_hype_flags.cjs +62 -0
- package/cli/pandora.cjs +6 -1
- package/docs/benchmarks/history.json +152 -7
- package/docs/skills/agent-quickstart.md +2 -2
- package/docs/skills/command-reference.md +3 -0
- package/docs/trust/support-matrix.md +1 -1
- package/package.json +1 -1
- package/sdk/generated/command-descriptors.json +64 -4
- package/sdk/generated/contract-registry.json +310 -68
- package/sdk/generated/manifest.json +13 -13
- package/sdk/generated/mcp-tool-definitions.json +72 -8
- package/sdk/python/README.md +1 -1
- package/sdk/python/pandora_agent/generated/command-descriptors.json +64 -4
- package/sdk/python/pandora_agent/generated/contract-registry.json +310 -68
- package/sdk/python/pandora_agent/generated/manifest.json +13 -13
- package/sdk/python/pandora_agent/generated/mcp-tool-definitions.json +72 -8
- package/sdk/python/pyproject.toml +1 -1
- package/sdk/typescript/generated/command-descriptors.json +64 -4
- package/sdk/typescript/generated/contract-registry.json +310 -68
- package/sdk/typescript/generated/manifest.json +13 -13
- package/sdk/typescript/generated/mcp-tool-definitions.json +72 -8
- package/sdk/typescript/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: pandora-cli-skills
|
|
|
3
3
|
description: Guides Pandora CLI workflows for safe bootstrap, market discovery, pricing, mirror planning, portfolio closeout, profile readiness, and MCP setup. Use when users ask to bootstrap Pandora, inspect capabilities or schema, quote or trade Pandora markets, plan or verify mirror markets, inspect portfolios, check signer-profile readiness, or start Pandora MCP/SDK integrations. Do not use for generic crypto news, unrelated coding tasks, or general spreadsheet or document work.
|
|
4
4
|
compatibility: Requires Node.js 18+ and access to the Pandora CLI or this repository. Some workflows need network access or signer material; start read-only first.
|
|
5
5
|
metadata:
|
|
6
|
-
version: 1.1.
|
|
6
|
+
version: 1.1.102
|
|
7
7
|
author: Pandora CLI Contributors
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ name: pandora-skill
|
|
|
3
3
|
description: Guides Pandora workflows for safe bootstrap, market discovery, quoting, mirror planning, profile readiness, portfolio closeout, and MCP setup. Use when users ask to bootstrap Pandora, inspect capabilities or schema, quote or trade Pandora markets, plan or verify mirror markets, inspect portfolios, check signer-profile readiness, or choose between local MCP and hosted HTTP gateway setups. Do not use for generic crypto news, unrelated coding work, or general spreadsheet or document tasks.
|
|
4
4
|
compatibility: Requires access to Pandora CLI docs, and some workflows assume a local Pandora runtime with Node.js 18+ or a connected MCP server. Start read-only first.
|
|
5
5
|
metadata:
|
|
6
|
-
version: 1.1.
|
|
6
|
+
version: 1.1.102
|
|
7
7
|
author: Pandora CLI Contributors
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-12T08:55:17.448Z",
|
|
5
5
|
"package": {
|
|
6
6
|
"name": "pandora-cli-skills",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.102"
|
|
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": "dc8f339b810a7330d672d9a39f48b72b622e6e23955ac7b71aa683d6d51e57c0",
|
|
15
|
+
"lockSha256": "3f5fd6b2375f5aa575f925731891bc66ca873c0b2dbbf1805fb38105a1959ec8"
|
|
16
16
|
},
|
|
17
17
|
"latest": {
|
|
18
18
|
"summary": {
|
|
@@ -144,68 +144,213 @@
|
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
146
|
"runtime": {
|
|
147
|
-
"packageVersion": "1.1.
|
|
147
|
+
"packageVersion": "1.1.102"
|
|
148
148
|
},
|
|
149
149
|
"contractLock": {
|
|
150
|
-
"capabilitiesLocalHash": "
|
|
151
|
-
"capabilitiesRemoteTemplateHash": "
|
|
150
|
+
"capabilitiesLocalHash": "f657836c7a90885989174414fe78710f375b8fbb84709a9b677e14f7dccd4615",
|
|
151
|
+
"capabilitiesRemoteTemplateHash": "272764935d0abb2269c58f65d8868a45fe161802aaa0c0be4539b1d26774896a",
|
|
152
152
|
"commandDescriptorVersion": "1.4.3",
|
|
153
|
-
"documentationContentHash": "
|
|
154
|
-
"documentationRegistryHash": "
|
|
153
|
+
"documentationContentHash": "810aae7832a1acc9b49d449d646bd1ba9413c5626d23c26bb1fe3ce901a2319d",
|
|
154
|
+
"documentationRegistryHash": "301d2fc5988980ea7b7b6f0acefecfbde4428d0dea758c108a6c7cbf0b12f2a3",
|
|
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": "670f5cd52a837a1ed09a7f26bd9ed92a8b284ce18f5a22f2005da28c333b42e9",
|
|
157
|
+
"generatedContractRegistry": "7f0910c0ddfe5cb27ada91464548cbf9cad576321db55f4ad0332e8c246106ec",
|
|
158
|
+
"generatedManifest": "4e887d3259e515e0f5849b66965154e4f3a820de64ba1ff7e37cfb11b00ebb1e",
|
|
159
|
+
"generatedMcpToolDefinitions": "194081c12e03053bb99e35a5293ea34034ea5e49518ce5fbff0f0e72cf07ebee",
|
|
160
|
+
"pyCommandDescriptors": "670f5cd52a837a1ed09a7f26bd9ed92a8b284ce18f5a22f2005da28c333b42e9",
|
|
161
|
+
"pyContractRegistry": "7f0910c0ddfe5cb27ada91464548cbf9cad576321db55f4ad0332e8c246106ec",
|
|
162
|
+
"pyManifest": "e962a0e5f69f92d417bb47686ba9eb9b044ccace3d8c5cc01d77908a286261a7",
|
|
163
|
+
"pyMcpToolDefinitions": "194081c12e03053bb99e35a5293ea34034ea5e49518ce5fbff0f0e72cf07ebee",
|
|
164
|
+
"tsCommandDescriptors": "670f5cd52a837a1ed09a7f26bd9ed92a8b284ce18f5a22f2005da28c333b42e9",
|
|
165
|
+
"tsContractRegistry": "7f0910c0ddfe5cb27ada91464548cbf9cad576321db55f4ad0332e8c246106ec",
|
|
166
|
+
"tsManifest": "5731d704d15630dc4dd3c02a94f73459a98b04bcf498ef8b22017dabf293892b",
|
|
167
|
+
"tsMcpToolDefinitions": "194081c12e03053bb99e35a5293ea34034ea5e49518ce5fbff0f0e72cf07ebee"
|
|
168
168
|
},
|
|
169
169
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
170
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
170
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.17",
|
|
171
171
|
"generatedManifestRegistryDigest": {
|
|
172
172
|
"canonicalHash": "9d638ee641f11a5ff7361b639583b7420341f9f222587e8f58cdf276a69bc8fb",
|
|
173
173
|
"commandDigestHash": "b0122b3b2348544191cc7d015fbfe315a6a7b48b1fa6078bdfe7ce04ac5fddb4",
|
|
174
|
-
"descriptorHash": "
|
|
175
|
-
"documentationHash": "
|
|
176
|
-
"fullDescriptorHash": "
|
|
174
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
175
|
+
"documentationHash": "301d2fc5988980ea7b7b6f0acefecfbde4428d0dea758c108a6c7cbf0b12f2a3",
|
|
176
|
+
"fullDescriptorHash": "ed9ceec0c217dbedb62068328ccafa33e294f1d56c11dbde3b56dfe29bd185b9",
|
|
177
177
|
"namespaceHash": "35a0e69c2f30bc8067d11ed5e75cfb3865d63bf662e001c15b0a7778e6b67ce7",
|
|
178
178
|
"policyProfilesHash": "9380d1d8e7a1104fb30f7ee76d155d9708dd3376f74df4d0bd67ae854f24ca8d",
|
|
179
179
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
180
180
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
181
181
|
"topLevelHash": "db78e40057e3f231880214dd1ac6945ad4153d37df86118a188ef32086a96885",
|
|
182
|
-
"trustDistributionHash": "
|
|
182
|
+
"trustDistributionHash": "8f88ab1813598fc66630b07dd288c09ccdba942fe976abb20d4e90b760ca83fe"
|
|
183
183
|
},
|
|
184
184
|
"generatedManifestVersion": "1.0.0",
|
|
185
185
|
"registryDigest": {
|
|
186
186
|
"canonicalHash": "9d638ee641f11a5ff7361b639583b7420341f9f222587e8f58cdf276a69bc8fb",
|
|
187
187
|
"commandDigestHash": "b0122b3b2348544191cc7d015fbfe315a6a7b48b1fa6078bdfe7ce04ac5fddb4",
|
|
188
|
-
"descriptorHash": "
|
|
189
|
-
"documentationHash": "
|
|
190
|
-
"fullDescriptorHash": "
|
|
188
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
189
|
+
"documentationHash": "301d2fc5988980ea7b7b6f0acefecfbde4428d0dea758c108a6c7cbf0b12f2a3",
|
|
190
|
+
"fullDescriptorHash": "ed9ceec0c217dbedb62068328ccafa33e294f1d56c11dbde3b56dfe29bd185b9",
|
|
191
191
|
"namespaceHash": "35a0e69c2f30bc8067d11ed5e75cfb3865d63bf662e001c15b0a7778e6b67ce7",
|
|
192
192
|
"policyProfilesHash": "9380d1d8e7a1104fb30f7ee76d155d9708dd3376f74df4d0bd67ae854f24ca8d",
|
|
193
193
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
194
194
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
195
195
|
"topLevelHash": "db78e40057e3f231880214dd1ac6945ad4153d37df86118a188ef32086a96885",
|
|
196
|
-
"trustDistributionHash": "
|
|
196
|
+
"trustDistributionHash": "8f88ab1813598fc66630b07dd288c09ccdba942fe976abb20d4e90b760ca83fe"
|
|
197
197
|
},
|
|
198
|
-
"schemaHash": "
|
|
198
|
+
"schemaHash": "ed1707be0e1e6963f6a65f57952270c22f39cf811162bd417c904f2783469d9e"
|
|
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-12T08:55:17.448Z",
|
|
206
|
+
"latestVersion": "1.1.102",
|
|
207
|
+
"latestGeneratedAt": "2026-03-12T08:55:17.448Z",
|
|
208
208
|
"entries": [
|
|
209
|
+
{
|
|
210
|
+
"schemaVersion": "1.0.0",
|
|
211
|
+
"suite": "core",
|
|
212
|
+
"packageName": "pandora-cli-skills",
|
|
213
|
+
"version": "1.1.102",
|
|
214
|
+
"packageVersion": "1.1.102",
|
|
215
|
+
"generatedAt": "2026-03-12T08:55:17.448Z",
|
|
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": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
233
|
+
"documentationContentHash": "810aae7832a1acc9b49d449d646bd1ba9413c5626d23c26bb1fe3ce901a2319d",
|
|
234
|
+
"reportSha256": "dc8f339b810a7330d672d9a39f48b72b622e6e23955ac7b71aa683d6d51e57c0",
|
|
235
|
+
"lockSha256": "3f5fd6b2375f5aa575f925731891bc66ca873c0b2dbbf1805fb38105a1959ec8",
|
|
236
|
+
"lockSchemaVersion": "1.0.0"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"schemaVersion": "1.0.0",
|
|
240
|
+
"suite": "core",
|
|
241
|
+
"packageName": "pandora-cli-skills",
|
|
242
|
+
"version": "1.1.101",
|
|
243
|
+
"packageVersion": "1.1.101",
|
|
244
|
+
"generatedAt": "2026-03-12T02:56:43.199Z",
|
|
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": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
262
|
+
"documentationContentHash": "3dcc01e5fb85068ac467a7b3500e0f406887936a039c8cb64474b76cd6118016",
|
|
263
|
+
"reportSha256": "4f89829790fc8c9857da6a7e7f004bb66bb2538a51f1ecc1103ff0bbeb127e61",
|
|
264
|
+
"lockSha256": "794ff6f1e6f8547d543be01ef3e2f02d435e52e6212d3421bfc5ccffb1d954ce",
|
|
265
|
+
"lockSchemaVersion": "1.0.0"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"schemaVersion": "1.0.0",
|
|
269
|
+
"suite": "core",
|
|
270
|
+
"packageName": "pandora-cli-skills",
|
|
271
|
+
"version": "1.1.100",
|
|
272
|
+
"packageVersion": "1.1.100",
|
|
273
|
+
"generatedAt": "2026-03-12T02:33:55.355Z",
|
|
274
|
+
"summary": {
|
|
275
|
+
"weightedScore": 100,
|
|
276
|
+
"overallPass": true,
|
|
277
|
+
"scenarioCount": 19,
|
|
278
|
+
"passedCount": 19,
|
|
279
|
+
"failedCount": 0,
|
|
280
|
+
"failedParityGroupCount": 0
|
|
281
|
+
},
|
|
282
|
+
"weightedScore": 100,
|
|
283
|
+
"overallPass": true,
|
|
284
|
+
"scenarioCount": 19,
|
|
285
|
+
"passedCount": 19,
|
|
286
|
+
"failedCount": 0,
|
|
287
|
+
"failedParityGroupCount": 0,
|
|
288
|
+
"contractLockMatchesExpected": true,
|
|
289
|
+
"parityFailedGroups": [],
|
|
290
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
291
|
+
"documentationContentHash": "98b09e6181262e970f598b99467c3fa0e6179a394807c1519481f8b22f4d7bfc",
|
|
292
|
+
"reportSha256": "2d6fce7dfd076bf3f05c54a3c8026c718b270e308824753583785239e6035038",
|
|
293
|
+
"lockSha256": "7dd64be7fd36873ec10f0d415b90165b1bc42e2164a9b5642a1546035a660b61",
|
|
294
|
+
"lockSchemaVersion": "1.0.0"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"schemaVersion": "1.0.0",
|
|
298
|
+
"suite": "core",
|
|
299
|
+
"packageName": "pandora-cli-skills",
|
|
300
|
+
"version": "1.1.99",
|
|
301
|
+
"packageVersion": "1.1.99",
|
|
302
|
+
"generatedAt": "2026-03-12T01:53:52.991Z",
|
|
303
|
+
"summary": {
|
|
304
|
+
"weightedScore": 100,
|
|
305
|
+
"overallPass": true,
|
|
306
|
+
"scenarioCount": 19,
|
|
307
|
+
"passedCount": 19,
|
|
308
|
+
"failedCount": 0,
|
|
309
|
+
"failedParityGroupCount": 0
|
|
310
|
+
},
|
|
311
|
+
"weightedScore": 100,
|
|
312
|
+
"overallPass": true,
|
|
313
|
+
"scenarioCount": 19,
|
|
314
|
+
"passedCount": 19,
|
|
315
|
+
"failedCount": 0,
|
|
316
|
+
"failedParityGroupCount": 0,
|
|
317
|
+
"contractLockMatchesExpected": true,
|
|
318
|
+
"parityFailedGroups": [],
|
|
319
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
320
|
+
"documentationContentHash": "ec26a047923c0c0632eb3db7a1fc3cc0e9764ff78b14e1fa2314197ed74221b0",
|
|
321
|
+
"reportSha256": "74ab859586f04b049c44cd6160482cdb9ba9579acd4586b32ac1ec8c931ea41e",
|
|
322
|
+
"lockSha256": "4997617c63f57a978fbb99cb05979856dbfa665a10f36b26b93eb5e6d3ce710c",
|
|
323
|
+
"lockSchemaVersion": "1.0.0"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"schemaVersion": "1.0.0",
|
|
327
|
+
"suite": "core",
|
|
328
|
+
"packageName": "pandora-cli-skills",
|
|
329
|
+
"version": "1.1.98",
|
|
330
|
+
"packageVersion": "1.1.98",
|
|
331
|
+
"generatedAt": "2026-03-12T01:15:17.871Z",
|
|
332
|
+
"summary": {
|
|
333
|
+
"weightedScore": 100,
|
|
334
|
+
"overallPass": true,
|
|
335
|
+
"scenarioCount": 19,
|
|
336
|
+
"passedCount": 19,
|
|
337
|
+
"failedCount": 0,
|
|
338
|
+
"failedParityGroupCount": 0
|
|
339
|
+
},
|
|
340
|
+
"weightedScore": 100,
|
|
341
|
+
"overallPass": true,
|
|
342
|
+
"scenarioCount": 19,
|
|
343
|
+
"passedCount": 19,
|
|
344
|
+
"failedCount": 0,
|
|
345
|
+
"failedParityGroupCount": 0,
|
|
346
|
+
"contractLockMatchesExpected": true,
|
|
347
|
+
"parityFailedGroups": [],
|
|
348
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
349
|
+
"documentationContentHash": "92d286776ee45d6885a3d2717643c7d81fdb0c6dba01d5edf761a4651ac5345d",
|
|
350
|
+
"reportSha256": "2cafe56705ae616d2420f442de3af3a0744aaf3ba09205d3b612f0ecb8193c86",
|
|
351
|
+
"lockSha256": "ceb5e10833bfe89c49a23511f83dcf62baef96df0d02a42096074e8d62392fc7",
|
|
352
|
+
"lockSchemaVersion": "1.0.0"
|
|
353
|
+
},
|
|
209
354
|
{
|
|
210
355
|
"schemaVersion": "1.0.0",
|
|
211
356
|
"suite": "core",
|
|
@@ -229,10 +374,10 @@
|
|
|
229
374
|
"failedParityGroupCount": 0,
|
|
230
375
|
"contractLockMatchesExpected": true,
|
|
231
376
|
"parityFailedGroups": [],
|
|
232
|
-
"descriptorHash": "
|
|
233
|
-
"documentationContentHash": "
|
|
234
|
-
"reportSha256": "
|
|
235
|
-
"lockSha256": "
|
|
377
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
378
|
+
"documentationContentHash": "4999c6f8a48a0b0eaf557e71e478dc4e2dab9f4ad6eff6bf16498c2d2f17c5ab",
|
|
379
|
+
"reportSha256": "97059b239694b660189708bf72169a2f2751e9f0980a912fc45f64fc71b2eb95",
|
|
380
|
+
"lockSha256": "d5eeaa54502cb69c6f52b9b983067dacb22996aa4a0c3a37ebacefc0b9f0daf7",
|
|
236
381
|
"lockSchemaVersion": "1.0.0"
|
|
237
382
|
},
|
|
238
383
|
{
|
|
@@ -1,10 +1,155 @@
|
|
|
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-12T08:55:17.448Z",
|
|
5
|
+
"latestVersion": "1.1.102",
|
|
6
|
+
"latestGeneratedAt": "2026-03-12T08:55:17.448Z",
|
|
7
7
|
"entries": [
|
|
8
|
+
{
|
|
9
|
+
"schemaVersion": "1.0.0",
|
|
10
|
+
"suite": "core",
|
|
11
|
+
"packageName": "pandora-cli-skills",
|
|
12
|
+
"version": "1.1.102",
|
|
13
|
+
"packageVersion": "1.1.102",
|
|
14
|
+
"generatedAt": "2026-03-12T08:55:17.448Z",
|
|
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": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
32
|
+
"documentationContentHash": "810aae7832a1acc9b49d449d646bd1ba9413c5626d23c26bb1fe3ce901a2319d",
|
|
33
|
+
"reportSha256": "dc8f339b810a7330d672d9a39f48b72b622e6e23955ac7b71aa683d6d51e57c0",
|
|
34
|
+
"lockSha256": "3f5fd6b2375f5aa575f925731891bc66ca873c0b2dbbf1805fb38105a1959ec8",
|
|
35
|
+
"lockSchemaVersion": "1.0.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"schemaVersion": "1.0.0",
|
|
39
|
+
"suite": "core",
|
|
40
|
+
"packageName": "pandora-cli-skills",
|
|
41
|
+
"version": "1.1.101",
|
|
42
|
+
"packageVersion": "1.1.101",
|
|
43
|
+
"generatedAt": "2026-03-12T02:56:43.199Z",
|
|
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": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
61
|
+
"documentationContentHash": "3dcc01e5fb85068ac467a7b3500e0f406887936a039c8cb64474b76cd6118016",
|
|
62
|
+
"reportSha256": "4f89829790fc8c9857da6a7e7f004bb66bb2538a51f1ecc1103ff0bbeb127e61",
|
|
63
|
+
"lockSha256": "794ff6f1e6f8547d543be01ef3e2f02d435e52e6212d3421bfc5ccffb1d954ce",
|
|
64
|
+
"lockSchemaVersion": "1.0.0"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"schemaVersion": "1.0.0",
|
|
68
|
+
"suite": "core",
|
|
69
|
+
"packageName": "pandora-cli-skills",
|
|
70
|
+
"version": "1.1.100",
|
|
71
|
+
"packageVersion": "1.1.100",
|
|
72
|
+
"generatedAt": "2026-03-12T02:33:55.355Z",
|
|
73
|
+
"summary": {
|
|
74
|
+
"weightedScore": 100,
|
|
75
|
+
"overallPass": true,
|
|
76
|
+
"scenarioCount": 19,
|
|
77
|
+
"passedCount": 19,
|
|
78
|
+
"failedCount": 0,
|
|
79
|
+
"failedParityGroupCount": 0
|
|
80
|
+
},
|
|
81
|
+
"weightedScore": 100,
|
|
82
|
+
"overallPass": true,
|
|
83
|
+
"scenarioCount": 19,
|
|
84
|
+
"passedCount": 19,
|
|
85
|
+
"failedCount": 0,
|
|
86
|
+
"failedParityGroupCount": 0,
|
|
87
|
+
"contractLockMatchesExpected": true,
|
|
88
|
+
"parityFailedGroups": [],
|
|
89
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
90
|
+
"documentationContentHash": "98b09e6181262e970f598b99467c3fa0e6179a394807c1519481f8b22f4d7bfc",
|
|
91
|
+
"reportSha256": "2d6fce7dfd076bf3f05c54a3c8026c718b270e308824753583785239e6035038",
|
|
92
|
+
"lockSha256": "7dd64be7fd36873ec10f0d415b90165b1bc42e2164a9b5642a1546035a660b61",
|
|
93
|
+
"lockSchemaVersion": "1.0.0"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"schemaVersion": "1.0.0",
|
|
97
|
+
"suite": "core",
|
|
98
|
+
"packageName": "pandora-cli-skills",
|
|
99
|
+
"version": "1.1.99",
|
|
100
|
+
"packageVersion": "1.1.99",
|
|
101
|
+
"generatedAt": "2026-03-12T01:53:52.991Z",
|
|
102
|
+
"summary": {
|
|
103
|
+
"weightedScore": 100,
|
|
104
|
+
"overallPass": true,
|
|
105
|
+
"scenarioCount": 19,
|
|
106
|
+
"passedCount": 19,
|
|
107
|
+
"failedCount": 0,
|
|
108
|
+
"failedParityGroupCount": 0
|
|
109
|
+
},
|
|
110
|
+
"weightedScore": 100,
|
|
111
|
+
"overallPass": true,
|
|
112
|
+
"scenarioCount": 19,
|
|
113
|
+
"passedCount": 19,
|
|
114
|
+
"failedCount": 0,
|
|
115
|
+
"failedParityGroupCount": 0,
|
|
116
|
+
"contractLockMatchesExpected": true,
|
|
117
|
+
"parityFailedGroups": [],
|
|
118
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
119
|
+
"documentationContentHash": "ec26a047923c0c0632eb3db7a1fc3cc0e9764ff78b14e1fa2314197ed74221b0",
|
|
120
|
+
"reportSha256": "74ab859586f04b049c44cd6160482cdb9ba9579acd4586b32ac1ec8c931ea41e",
|
|
121
|
+
"lockSha256": "4997617c63f57a978fbb99cb05979856dbfa665a10f36b26b93eb5e6d3ce710c",
|
|
122
|
+
"lockSchemaVersion": "1.0.0"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"schemaVersion": "1.0.0",
|
|
126
|
+
"suite": "core",
|
|
127
|
+
"packageName": "pandora-cli-skills",
|
|
128
|
+
"version": "1.1.98",
|
|
129
|
+
"packageVersion": "1.1.98",
|
|
130
|
+
"generatedAt": "2026-03-12T01:15:17.871Z",
|
|
131
|
+
"summary": {
|
|
132
|
+
"weightedScore": 100,
|
|
133
|
+
"overallPass": true,
|
|
134
|
+
"scenarioCount": 19,
|
|
135
|
+
"passedCount": 19,
|
|
136
|
+
"failedCount": 0,
|
|
137
|
+
"failedParityGroupCount": 0
|
|
138
|
+
},
|
|
139
|
+
"weightedScore": 100,
|
|
140
|
+
"overallPass": true,
|
|
141
|
+
"scenarioCount": 19,
|
|
142
|
+
"passedCount": 19,
|
|
143
|
+
"failedCount": 0,
|
|
144
|
+
"failedParityGroupCount": 0,
|
|
145
|
+
"contractLockMatchesExpected": true,
|
|
146
|
+
"parityFailedGroups": [],
|
|
147
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
148
|
+
"documentationContentHash": "92d286776ee45d6885a3d2717643c7d81fdb0c6dba01d5edf761a4651ac5345d",
|
|
149
|
+
"reportSha256": "2cafe56705ae616d2420f442de3af3a0744aaf3ba09205d3b612f0ecb8193c86",
|
|
150
|
+
"lockSha256": "ceb5e10833bfe89c49a23511f83dcf62baef96df0d02a42096074e8d62392fc7",
|
|
151
|
+
"lockSchemaVersion": "1.0.0"
|
|
152
|
+
},
|
|
8
153
|
{
|
|
9
154
|
"schemaVersion": "1.0.0",
|
|
10
155
|
"suite": "core",
|
|
@@ -28,10 +173,10 @@
|
|
|
28
173
|
"failedParityGroupCount": 0,
|
|
29
174
|
"contractLockMatchesExpected": true,
|
|
30
175
|
"parityFailedGroups": [],
|
|
31
|
-
"descriptorHash": "
|
|
32
|
-
"documentationContentHash": "
|
|
33
|
-
"reportSha256": "
|
|
34
|
-
"lockSha256": "
|
|
176
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
177
|
+
"documentationContentHash": "4999c6f8a48a0b0eaf557e71e478dc4e2dab9f4ad6eff6bf16498c2d2f17c5ab",
|
|
178
|
+
"reportSha256": "97059b239694b660189708bf72169a2f2751e9f0980a912fc45f64fc71b2eb95",
|
|
179
|
+
"lockSha256": "d5eeaa54502cb69c6f52b9b983067dacb22996aa4a0c3a37ebacefc0b9f0daf7",
|
|
35
180
|
"lockSchemaVersion": "1.0.0"
|
|
36
181
|
},
|
|
37
182
|
{
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "f657836c7a90885989174414fe78710f375b8fbb84709a9b677e14f7dccd4615",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "272764935d0abb2269c58f65d8868a45fe161802aaa0c0be4539b1d26774896a",
|
|
5
5
|
"commandDescriptorVersion": "1.4.3",
|
|
6
|
-
"documentationContentHash": "
|
|
7
|
-
"documentationRegistryHash": "
|
|
6
|
+
"documentationContentHash": "810aae7832a1acc9b49d449d646bd1ba9413c5626d23c26bb1fe3ce901a2319d",
|
|
7
|
+
"documentationRegistryHash": "301d2fc5988980ea7b7b6f0acefecfbde4428d0dea758c108a6c7cbf0b12f2a3",
|
|
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": "670f5cd52a837a1ed09a7f26bd9ed92a8b284ce18f5a22f2005da28c333b42e9",
|
|
10
|
+
"generatedContractRegistry": "7f0910c0ddfe5cb27ada91464548cbf9cad576321db55f4ad0332e8c246106ec",
|
|
11
|
+
"generatedManifest": "4e887d3259e515e0f5849b66965154e4f3a820de64ba1ff7e37cfb11b00ebb1e",
|
|
12
|
+
"generatedMcpToolDefinitions": "194081c12e03053bb99e35a5293ea34034ea5e49518ce5fbff0f0e72cf07ebee",
|
|
13
|
+
"pyCommandDescriptors": "670f5cd52a837a1ed09a7f26bd9ed92a8b284ce18f5a22f2005da28c333b42e9",
|
|
14
|
+
"pyContractRegistry": "7f0910c0ddfe5cb27ada91464548cbf9cad576321db55f4ad0332e8c246106ec",
|
|
15
|
+
"pyManifest": "e962a0e5f69f92d417bb47686ba9eb9b044ccace3d8c5cc01d77908a286261a7",
|
|
16
|
+
"pyMcpToolDefinitions": "194081c12e03053bb99e35a5293ea34034ea5e49518ce5fbff0f0e72cf07ebee",
|
|
17
|
+
"tsCommandDescriptors": "670f5cd52a837a1ed09a7f26bd9ed92a8b284ce18f5a22f2005da28c333b42e9",
|
|
18
|
+
"tsContractRegistry": "7f0910c0ddfe5cb27ada91464548cbf9cad576321db55f4ad0332e8c246106ec",
|
|
19
|
+
"tsManifest": "5731d704d15630dc4dd3c02a94f73459a98b04bcf498ef8b22017dabf293892b",
|
|
20
|
+
"tsMcpToolDefinitions": "194081c12e03053bb99e35a5293ea34034ea5e49518ce5fbff0f0e72cf07ebee"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
23
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.17",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
25
|
"canonicalHash": "9d638ee641f11a5ff7361b639583b7420341f9f222587e8f58cdf276a69bc8fb",
|
|
26
26
|
"commandDigestHash": "b0122b3b2348544191cc7d015fbfe315a6a7b48b1fa6078bdfe7ce04ac5fddb4",
|
|
27
|
-
"descriptorHash": "
|
|
28
|
-
"documentationHash": "
|
|
29
|
-
"fullDescriptorHash": "
|
|
27
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
28
|
+
"documentationHash": "301d2fc5988980ea7b7b6f0acefecfbde4428d0dea758c108a6c7cbf0b12f2a3",
|
|
29
|
+
"fullDescriptorHash": "ed9ceec0c217dbedb62068328ccafa33e294f1d56c11dbde3b56dfe29bd185b9",
|
|
30
30
|
"namespaceHash": "35a0e69c2f30bc8067d11ed5e75cfb3865d63bf662e001c15b0a7778e6b67ce7",
|
|
31
31
|
"policyProfilesHash": "9380d1d8e7a1104fb30f7ee76d155d9708dd3376f74df4d0bd67ae854f24ca8d",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
34
|
"topLevelHash": "db78e40057e3f231880214dd1ac6945ad4153d37df86118a188ef32086a96885",
|
|
35
|
-
"trustDistributionHash": "
|
|
35
|
+
"trustDistributionHash": "8f88ab1813598fc66630b07dd288c09ccdba942fe976abb20d4e90b760ca83fe"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
39
|
"canonicalHash": "9d638ee641f11a5ff7361b639583b7420341f9f222587e8f58cdf276a69bc8fb",
|
|
40
40
|
"commandDigestHash": "b0122b3b2348544191cc7d015fbfe315a6a7b48b1fa6078bdfe7ce04ac5fddb4",
|
|
41
|
-
"descriptorHash": "
|
|
42
|
-
"documentationHash": "
|
|
43
|
-
"fullDescriptorHash": "
|
|
41
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
42
|
+
"documentationHash": "301d2fc5988980ea7b7b6f0acefecfbde4428d0dea758c108a6c7cbf0b12f2a3",
|
|
43
|
+
"fullDescriptorHash": "ed9ceec0c217dbedb62068328ccafa33e294f1d56c11dbde3b56dfe29bd185b9",
|
|
44
44
|
"namespaceHash": "35a0e69c2f30bc8067d11ed5e75cfb3865d63bf662e001c15b0a7778e6b67ce7",
|
|
45
45
|
"policyProfilesHash": "9380d1d8e7a1104fb30f7ee76d155d9708dd3376f74df4d0bd67ae854f24ca8d",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
48
|
"topLevelHash": "db78e40057e3f231880214dd1ac6945ad4153d37df86118a188ef32086a96885",
|
|
49
|
-
"trustDistributionHash": "
|
|
49
|
+
"trustDistributionHash": "8f88ab1813598fc66630b07dd288c09ccdba942fe976abb20d4e90b760ca83fe"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "ed1707be0e1e6963f6a65f57952270c22f39cf811162bd417c904f2783469d9e"
|
|
52
52
|
},
|
|
53
53
|
"contractLockMatchesExpected": true,
|
|
54
54
|
"contractLockMismatches": [],
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
]
|
|
285
285
|
},
|
|
286
286
|
"publication": {
|
|
287
|
-
"contractLockHash": "
|
|
287
|
+
"contractLockHash": "1170a5e8851a420831589d43327df5255da9d0d3046e095c459be039a8ac219b",
|
|
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": "66519e170a94ed4c099de067942d6e8e2e65d3559d9025d67664985aa4d94d86",
|
|
297
|
+
"suiteLockHash": "3f5fd6b2375f5aa575f925731891bc66ca873c0b2dbbf1805fb38105a1959ec8",
|
|
298
298
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
299
299
|
},
|
|
300
300
|
"runtime": {
|
|
301
|
-
"packageVersion": "1.1.
|
|
301
|
+
"packageVersion": "1.1.102"
|
|
302
302
|
},
|
|
303
303
|
"scenarios": [
|
|
304
304
|
{
|