pandora-cli-skills 1.1.78 → 1.1.86
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 +278 -46
- package/benchmarks/latest/core-history.json +235 -3
- package/benchmarks/latest/core-report.json +42 -42
- package/benchmarks/locks/core.lock.json +40 -40
- package/cli/lib/agent_contract_registry.cjs +96 -32
- package/cli/lib/bridge_command_service.cjs +416 -0
- package/cli/lib/cli_output_service.cjs +7 -2
- package/cli/lib/command_router.cjs +3 -0
- package/cli/lib/dashboard_fund_service.cjs +517 -23
- package/cli/lib/fund_check_command_service.cjs +37 -2
- package/cli/lib/mirror_close_service.cjs +4 -0
- package/cli/lib/mirror_command_service.cjs +6 -4
- package/cli/lib/mirror_daemon_service.cjs +6 -1
- package/cli/lib/mirror_handlers/go.cjs +378 -0
- package/cli/lib/mirror_handlers/logs.cjs +230 -71
- package/cli/lib/mirror_handlers/sync.cjs +4 -1
- package/cli/lib/mirror_log_format.cjs +130 -0
- package/cli/lib/parsers/mirror_go_flags.cjs +65 -0
- package/cli/lib/parsers/mirror_remaining_flags.cjs +23 -0
- package/cli/lib/sports_command_service.cjs +46 -5
- package/cli/pandora.cjs +34 -5
- package/docs/benchmarks/history.json +235 -3
- package/docs/skills/agent-quickstart.md +2 -2
- package/docs/trust/support-matrix.md +1 -1
- package/package.json +1 -1
- package/sdk/generated/command-descriptors.json +279 -11
- package/sdk/generated/contract-registry.json +1476 -182
- package/sdk/generated/manifest.json +26 -25
- package/sdk/generated/mcp-tool-definitions.json +464 -28
- package/sdk/python/README.md +1 -1
- package/sdk/python/pandora_agent/generated/command-descriptors.json +279 -11
- package/sdk/python/pandora_agent/generated/contract-registry.json +1476 -182
- package/sdk/python/pandora_agent/generated/manifest.json +26 -25
- package/sdk/python/pandora_agent/generated/mcp-tool-definitions.json +464 -28
- package/sdk/python/pyproject.toml +1 -1
- package/sdk/typescript/generated/command-descriptors.json +279 -11
- package/sdk/typescript/generated/contract-registry.json +1476 -182
- package/sdk/typescript/generated/manifest.json +26 -25
- package/sdk/typescript/generated/mcp-tool-definitions.json +464 -28
- 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-09T22:57:43.585Z",
|
|
5
5
|
"package": {
|
|
6
6
|
"name": "pandora-cli-skills",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.86"
|
|
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": "f6020f394df9f11088f5650acfa3e4bbee34061bbd1eefed59ab92d204002c9f",
|
|
15
|
+
"lockSha256": "720d08a444fdb78f605a63b5b48d6e3cb6123a2193eaac58f7c224fe89f21226"
|
|
16
16
|
},
|
|
17
17
|
"latest": {
|
|
18
18
|
"summary": {
|
|
@@ -144,68 +144,300 @@
|
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
146
|
"runtime": {
|
|
147
|
-
"packageVersion": "1.1.
|
|
147
|
+
"packageVersion": "1.1.86"
|
|
148
148
|
},
|
|
149
149
|
"contractLock": {
|
|
150
|
-
"capabilitiesLocalHash": "
|
|
151
|
-
"capabilitiesRemoteTemplateHash": "
|
|
150
|
+
"capabilitiesLocalHash": "dea354296b5ca1dc6f8deaa7591674ab9681ac1402ddf226539e83af75d7f907",
|
|
151
|
+
"capabilitiesRemoteTemplateHash": "a0a3a6493b667594d0cbfdb708791438ccad78fc28de8ba10c749a0ec831cf43",
|
|
152
152
|
"commandDescriptorVersion": "1.4.3",
|
|
153
|
-
"documentationContentHash": "
|
|
154
|
-
"documentationRegistryHash": "
|
|
153
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
154
|
+
"documentationRegistryHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
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": "2209936c693b226497b76ba357de8f2ce1e97fed2e38e0c210a2c2b8aeb065c1",
|
|
157
|
+
"generatedContractRegistry": "1bcd6fd9e6e553f41386fbb56f8ff5841c1bb6b05754d8902c5b5c2e7edd6b3b",
|
|
158
|
+
"generatedManifest": "89122b04bae284f41b116ee7709788e0bb34fc45ee3b655e7b60ffd5697043c6",
|
|
159
|
+
"generatedMcpToolDefinitions": "983ec69f620fb6626c1dc63d513d6b1d66cc44b85bcb713d50b984574e2bfba5",
|
|
160
|
+
"pyCommandDescriptors": "2209936c693b226497b76ba357de8f2ce1e97fed2e38e0c210a2c2b8aeb065c1",
|
|
161
|
+
"pyContractRegistry": "1bcd6fd9e6e553f41386fbb56f8ff5841c1bb6b05754d8902c5b5c2e7edd6b3b",
|
|
162
|
+
"pyManifest": "654d4383abd2ad5ed5c71aca8970673be32e947449076ab45e3f26abf0e5cabe",
|
|
163
|
+
"pyMcpToolDefinitions": "983ec69f620fb6626c1dc63d513d6b1d66cc44b85bcb713d50b984574e2bfba5",
|
|
164
|
+
"tsCommandDescriptors": "2209936c693b226497b76ba357de8f2ce1e97fed2e38e0c210a2c2b8aeb065c1",
|
|
165
|
+
"tsContractRegistry": "1bcd6fd9e6e553f41386fbb56f8ff5841c1bb6b05754d8902c5b5c2e7edd6b3b",
|
|
166
|
+
"tsManifest": "4676cf30d243cb34876d53609587f74462d9e43e924147d36e18b9af237a7b14",
|
|
167
|
+
"tsMcpToolDefinitions": "983ec69f620fb6626c1dc63d513d6b1d66cc44b85bcb713d50b984574e2bfba5"
|
|
168
168
|
},
|
|
169
169
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
170
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
170
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.5",
|
|
171
171
|
"generatedManifestRegistryDigest": {
|
|
172
|
-
"canonicalHash": "
|
|
173
|
-
"commandDigestHash": "
|
|
174
|
-
"descriptorHash": "
|
|
175
|
-
"documentationHash": "
|
|
176
|
-
"fullDescriptorHash": "
|
|
177
|
-
"namespaceHash": "
|
|
178
|
-
"policyProfilesHash": "
|
|
172
|
+
"canonicalHash": "fdbb539dfb258a426cbc6a5a2a511ca433688c64f9b6c843162d44edff80a704",
|
|
173
|
+
"commandDigestHash": "21604000517f6463d9c99bd4e06da85d1174f0fad034afcc95a795a79c638844",
|
|
174
|
+
"descriptorHash": "b1923a658063f12c87b99c856368181e97555730c1cdd76b02de953a4b2d3777",
|
|
175
|
+
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
176
|
+
"fullDescriptorHash": "89ee6154f2e7ffe84f41001c6e303b7aaee1713366faba70929c5c1f310c19bc",
|
|
177
|
+
"namespaceHash": "8194decff9a12f5d7a2c21d2ada2dfc378ffc0dc6bec0c13e6cebede3e11417f",
|
|
178
|
+
"policyProfilesHash": "950e8cd819ee23b3f18303b8991aa2764be11f06480b1349f65b7bc2753d22fa",
|
|
179
179
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
180
|
-
"routedTopLevelHash": "
|
|
181
|
-
"topLevelHash": "
|
|
182
|
-
"trustDistributionHash": "
|
|
180
|
+
"routedTopLevelHash": "d0dd2f7f231674feabbfc61b37f197f047f2e01362c3aa332af0889b3b8e86f0",
|
|
181
|
+
"topLevelHash": "82fa6871a795fcb2c0eadc96e3d75abc35c824aef00a865d4d20ddc7aeae188a",
|
|
182
|
+
"trustDistributionHash": "f882e9dd866fe50759c7278397cea5157105deab7f01fd8d95a0c5c10720c176"
|
|
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": "fdbb539dfb258a426cbc6a5a2a511ca433688c64f9b6c843162d44edff80a704",
|
|
187
|
+
"commandDigestHash": "21604000517f6463d9c99bd4e06da85d1174f0fad034afcc95a795a79c638844",
|
|
188
|
+
"descriptorHash": "b1923a658063f12c87b99c856368181e97555730c1cdd76b02de953a4b2d3777",
|
|
189
|
+
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
190
|
+
"fullDescriptorHash": "89ee6154f2e7ffe84f41001c6e303b7aaee1713366faba70929c5c1f310c19bc",
|
|
191
|
+
"namespaceHash": "8194decff9a12f5d7a2c21d2ada2dfc378ffc0dc6bec0c13e6cebede3e11417f",
|
|
192
|
+
"policyProfilesHash": "950e8cd819ee23b3f18303b8991aa2764be11f06480b1349f65b7bc2753d22fa",
|
|
193
193
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
194
|
-
"routedTopLevelHash": "
|
|
195
|
-
"topLevelHash": "
|
|
196
|
-
"trustDistributionHash": "
|
|
194
|
+
"routedTopLevelHash": "d0dd2f7f231674feabbfc61b37f197f047f2e01362c3aa332af0889b3b8e86f0",
|
|
195
|
+
"topLevelHash": "82fa6871a795fcb2c0eadc96e3d75abc35c824aef00a865d4d20ddc7aeae188a",
|
|
196
|
+
"trustDistributionHash": "f882e9dd866fe50759c7278397cea5157105deab7f01fd8d95a0c5c10720c176"
|
|
197
197
|
},
|
|
198
|
-
"schemaHash": "
|
|
198
|
+
"schemaHash": "2bfe8f16bddb1e7abeeda05e17e32962fcec2d154bf01576e13f67b66feef726"
|
|
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-09T22:57:43.585Z",
|
|
206
|
+
"latestVersion": "1.1.86",
|
|
207
|
+
"latestGeneratedAt": "2026-03-09T22:57:43.585Z",
|
|
208
208
|
"entries": [
|
|
209
|
+
{
|
|
210
|
+
"schemaVersion": "1.0.0",
|
|
211
|
+
"suite": "core",
|
|
212
|
+
"packageName": "pandora-cli-skills",
|
|
213
|
+
"version": "1.1.86",
|
|
214
|
+
"packageVersion": "1.1.86",
|
|
215
|
+
"generatedAt": "2026-03-09T22:57:43.585Z",
|
|
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": "b1923a658063f12c87b99c856368181e97555730c1cdd76b02de953a4b2d3777",
|
|
233
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
234
|
+
"reportSha256": "f6020f394df9f11088f5650acfa3e4bbee34061bbd1eefed59ab92d204002c9f",
|
|
235
|
+
"lockSha256": "720d08a444fdb78f605a63b5b48d6e3cb6123a2193eaac58f7c224fe89f21226",
|
|
236
|
+
"lockSchemaVersion": "1.0.0"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"schemaVersion": "1.0.0",
|
|
240
|
+
"suite": "core",
|
|
241
|
+
"packageName": "pandora-cli-skills",
|
|
242
|
+
"version": "1.1.85",
|
|
243
|
+
"packageVersion": "1.1.85",
|
|
244
|
+
"generatedAt": "2026-03-09T21:17:52.723Z",
|
|
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": "b1923a658063f12c87b99c856368181e97555730c1cdd76b02de953a4b2d3777",
|
|
262
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
263
|
+
"reportSha256": "7c61356a9f6ab64f90e304a3bd14942d98ee24a535c54f17e509faaea267b9b3",
|
|
264
|
+
"lockSha256": "af0c80c26b7059947de23c4a88a7c0e2806ba7ded722e53633d768c82d9db46a",
|
|
265
|
+
"lockSchemaVersion": "1.0.0"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"schemaVersion": "1.0.0",
|
|
269
|
+
"suite": "core",
|
|
270
|
+
"packageName": "pandora-cli-skills",
|
|
271
|
+
"version": "1.1.84",
|
|
272
|
+
"packageVersion": "1.1.84",
|
|
273
|
+
"generatedAt": "2026-03-09T20:55:34.358Z",
|
|
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": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
291
|
+
"documentationContentHash": "ad4d7c3efb5d915e0585d223aa1325ae0d3e6d01109b682f252d0270c77dc206",
|
|
292
|
+
"reportSha256": "e2e1b4a21980ddf2a90d120531fb8108bfceb6ba185d01cf7657a593d372428f",
|
|
293
|
+
"lockSha256": "6ac7ad01e7cc70f168e1e3b88d7a1e39f728d18b6e0fd7cf3060f27ac6ea8046",
|
|
294
|
+
"lockSchemaVersion": "1.0.0"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"schemaVersion": "1.0.0",
|
|
298
|
+
"suite": "core",
|
|
299
|
+
"packageName": "pandora-cli-skills",
|
|
300
|
+
"version": "1.1.83",
|
|
301
|
+
"packageVersion": "1.1.83",
|
|
302
|
+
"generatedAt": "2026-03-09T20:43:30.864Z",
|
|
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": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
320
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
321
|
+
"reportSha256": "c882973113bedde945e037cbf46e152fdf5e48423cc4bf58ab114aeaf2a8669d",
|
|
322
|
+
"lockSha256": "9a1a58ad13b8372e705867b85a9c6d4622b071ef47656e73fc4502ab489154ed",
|
|
323
|
+
"lockSchemaVersion": "1.0.0"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"schemaVersion": "1.0.0",
|
|
327
|
+
"suite": "core",
|
|
328
|
+
"packageName": "pandora-cli-skills",
|
|
329
|
+
"version": "1.1.82",
|
|
330
|
+
"packageVersion": "1.1.82",
|
|
331
|
+
"generatedAt": "2026-03-09T20:07:55.588Z",
|
|
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": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
349
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
350
|
+
"reportSha256": "4a0abff5f037152719a21803148781da241ccfaabd0df41c7e61f10265ba63c5",
|
|
351
|
+
"lockSha256": "74d19023262a3bb59e2d633a22cdf82b93f76a76220b801525c0187124eda1db",
|
|
352
|
+
"lockSchemaVersion": "1.0.0"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"schemaVersion": "1.0.0",
|
|
356
|
+
"suite": "core",
|
|
357
|
+
"packageName": "pandora-cli-skills",
|
|
358
|
+
"version": "1.1.81",
|
|
359
|
+
"packageVersion": "1.1.81",
|
|
360
|
+
"generatedAt": "2026-03-09T19:43:22.419Z",
|
|
361
|
+
"summary": {
|
|
362
|
+
"weightedScore": 100,
|
|
363
|
+
"overallPass": true,
|
|
364
|
+
"scenarioCount": 19,
|
|
365
|
+
"passedCount": 19,
|
|
366
|
+
"failedCount": 0,
|
|
367
|
+
"failedParityGroupCount": 0
|
|
368
|
+
},
|
|
369
|
+
"weightedScore": 100,
|
|
370
|
+
"overallPass": true,
|
|
371
|
+
"scenarioCount": 19,
|
|
372
|
+
"passedCount": 19,
|
|
373
|
+
"failedCount": 0,
|
|
374
|
+
"failedParityGroupCount": 0,
|
|
375
|
+
"contractLockMatchesExpected": true,
|
|
376
|
+
"parityFailedGroups": [],
|
|
377
|
+
"descriptorHash": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
378
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
379
|
+
"reportSha256": "553d3ad60b3f60a4caa0111a042ec7981216614cca2b346b8029d51d77e9792d",
|
|
380
|
+
"lockSha256": "be117312a4fda1df0617135825f39849474904b013bc5fd9df8343b66968d48d",
|
|
381
|
+
"lockSchemaVersion": "1.0.0"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"schemaVersion": "1.0.0",
|
|
385
|
+
"suite": "core",
|
|
386
|
+
"packageName": "pandora-cli-skills",
|
|
387
|
+
"version": "1.1.80",
|
|
388
|
+
"packageVersion": "1.1.80",
|
|
389
|
+
"generatedAt": "2026-03-09T19:18:59.386Z",
|
|
390
|
+
"summary": {
|
|
391
|
+
"weightedScore": 100,
|
|
392
|
+
"overallPass": true,
|
|
393
|
+
"scenarioCount": 19,
|
|
394
|
+
"passedCount": 19,
|
|
395
|
+
"failedCount": 0,
|
|
396
|
+
"failedParityGroupCount": 0
|
|
397
|
+
},
|
|
398
|
+
"weightedScore": 100,
|
|
399
|
+
"overallPass": true,
|
|
400
|
+
"scenarioCount": 19,
|
|
401
|
+
"passedCount": 19,
|
|
402
|
+
"failedCount": 0,
|
|
403
|
+
"failedParityGroupCount": 0,
|
|
404
|
+
"contractLockMatchesExpected": true,
|
|
405
|
+
"parityFailedGroups": [],
|
|
406
|
+
"descriptorHash": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
407
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
408
|
+
"reportSha256": "4790b6299241d55d28ac49615fca9ecc124d0a2bb596ac6503d29deecaf026e5",
|
|
409
|
+
"lockSha256": "aca89eb11c0e90251302ec1fcf4245b53a7a96696db0814b844591f298957540",
|
|
410
|
+
"lockSchemaVersion": "1.0.0"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"schemaVersion": "1.0.0",
|
|
414
|
+
"suite": "core",
|
|
415
|
+
"packageName": "pandora-cli-skills",
|
|
416
|
+
"version": "1.1.79",
|
|
417
|
+
"packageVersion": "1.1.79",
|
|
418
|
+
"generatedAt": "2026-03-09T17:21:41.400Z",
|
|
419
|
+
"summary": {
|
|
420
|
+
"weightedScore": 100,
|
|
421
|
+
"overallPass": true,
|
|
422
|
+
"scenarioCount": 19,
|
|
423
|
+
"passedCount": 19,
|
|
424
|
+
"failedCount": 0,
|
|
425
|
+
"failedParityGroupCount": 0
|
|
426
|
+
},
|
|
427
|
+
"weightedScore": 100,
|
|
428
|
+
"overallPass": true,
|
|
429
|
+
"scenarioCount": 19,
|
|
430
|
+
"passedCount": 19,
|
|
431
|
+
"failedCount": 0,
|
|
432
|
+
"failedParityGroupCount": 0,
|
|
433
|
+
"contractLockMatchesExpected": true,
|
|
434
|
+
"parityFailedGroups": [],
|
|
435
|
+
"descriptorHash": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
436
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
437
|
+
"reportSha256": "0a56691bb8dac5756d45204af234ce4097c9b6768b4ac6e1745d039cb6bcf9fc",
|
|
438
|
+
"lockSha256": "5dc4eb289412acd7d6034d275f774f04d89992dba2d7d7760fb45508c9f707ab",
|
|
439
|
+
"lockSchemaVersion": "1.0.0"
|
|
440
|
+
},
|
|
209
441
|
{
|
|
210
442
|
"schemaVersion": "1.0.0",
|
|
211
443
|
"suite": "core",
|
|
@@ -1,10 +1,242 @@
|
|
|
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-09T22:57:43.585Z",
|
|
5
|
+
"latestVersion": "1.1.86",
|
|
6
|
+
"latestGeneratedAt": "2026-03-09T22:57:43.585Z",
|
|
7
7
|
"entries": [
|
|
8
|
+
{
|
|
9
|
+
"schemaVersion": "1.0.0",
|
|
10
|
+
"suite": "core",
|
|
11
|
+
"packageName": "pandora-cli-skills",
|
|
12
|
+
"version": "1.1.86",
|
|
13
|
+
"packageVersion": "1.1.86",
|
|
14
|
+
"generatedAt": "2026-03-09T22:57:43.585Z",
|
|
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": "b1923a658063f12c87b99c856368181e97555730c1cdd76b02de953a4b2d3777",
|
|
32
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
33
|
+
"reportSha256": "f6020f394df9f11088f5650acfa3e4bbee34061bbd1eefed59ab92d204002c9f",
|
|
34
|
+
"lockSha256": "720d08a444fdb78f605a63b5b48d6e3cb6123a2193eaac58f7c224fe89f21226",
|
|
35
|
+
"lockSchemaVersion": "1.0.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"schemaVersion": "1.0.0",
|
|
39
|
+
"suite": "core",
|
|
40
|
+
"packageName": "pandora-cli-skills",
|
|
41
|
+
"version": "1.1.85",
|
|
42
|
+
"packageVersion": "1.1.85",
|
|
43
|
+
"generatedAt": "2026-03-09T21:17:52.723Z",
|
|
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": "b1923a658063f12c87b99c856368181e97555730c1cdd76b02de953a4b2d3777",
|
|
61
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
62
|
+
"reportSha256": "7c61356a9f6ab64f90e304a3bd14942d98ee24a535c54f17e509faaea267b9b3",
|
|
63
|
+
"lockSha256": "af0c80c26b7059947de23c4a88a7c0e2806ba7ded722e53633d768c82d9db46a",
|
|
64
|
+
"lockSchemaVersion": "1.0.0"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"schemaVersion": "1.0.0",
|
|
68
|
+
"suite": "core",
|
|
69
|
+
"packageName": "pandora-cli-skills",
|
|
70
|
+
"version": "1.1.84",
|
|
71
|
+
"packageVersion": "1.1.84",
|
|
72
|
+
"generatedAt": "2026-03-09T20:55:34.358Z",
|
|
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": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
90
|
+
"documentationContentHash": "ad4d7c3efb5d915e0585d223aa1325ae0d3e6d01109b682f252d0270c77dc206",
|
|
91
|
+
"reportSha256": "e2e1b4a21980ddf2a90d120531fb8108bfceb6ba185d01cf7657a593d372428f",
|
|
92
|
+
"lockSha256": "6ac7ad01e7cc70f168e1e3b88d7a1e39f728d18b6e0fd7cf3060f27ac6ea8046",
|
|
93
|
+
"lockSchemaVersion": "1.0.0"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"schemaVersion": "1.0.0",
|
|
97
|
+
"suite": "core",
|
|
98
|
+
"packageName": "pandora-cli-skills",
|
|
99
|
+
"version": "1.1.83",
|
|
100
|
+
"packageVersion": "1.1.83",
|
|
101
|
+
"generatedAt": "2026-03-09T20:43:30.864Z",
|
|
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": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
119
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
120
|
+
"reportSha256": "c882973113bedde945e037cbf46e152fdf5e48423cc4bf58ab114aeaf2a8669d",
|
|
121
|
+
"lockSha256": "9a1a58ad13b8372e705867b85a9c6d4622b071ef47656e73fc4502ab489154ed",
|
|
122
|
+
"lockSchemaVersion": "1.0.0"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"schemaVersion": "1.0.0",
|
|
126
|
+
"suite": "core",
|
|
127
|
+
"packageName": "pandora-cli-skills",
|
|
128
|
+
"version": "1.1.82",
|
|
129
|
+
"packageVersion": "1.1.82",
|
|
130
|
+
"generatedAt": "2026-03-09T20:07:55.588Z",
|
|
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": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
148
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
149
|
+
"reportSha256": "4a0abff5f037152719a21803148781da241ccfaabd0df41c7e61f10265ba63c5",
|
|
150
|
+
"lockSha256": "74d19023262a3bb59e2d633a22cdf82b93f76a76220b801525c0187124eda1db",
|
|
151
|
+
"lockSchemaVersion": "1.0.0"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"schemaVersion": "1.0.0",
|
|
155
|
+
"suite": "core",
|
|
156
|
+
"packageName": "pandora-cli-skills",
|
|
157
|
+
"version": "1.1.81",
|
|
158
|
+
"packageVersion": "1.1.81",
|
|
159
|
+
"generatedAt": "2026-03-09T19:43:22.419Z",
|
|
160
|
+
"summary": {
|
|
161
|
+
"weightedScore": 100,
|
|
162
|
+
"overallPass": true,
|
|
163
|
+
"scenarioCount": 19,
|
|
164
|
+
"passedCount": 19,
|
|
165
|
+
"failedCount": 0,
|
|
166
|
+
"failedParityGroupCount": 0
|
|
167
|
+
},
|
|
168
|
+
"weightedScore": 100,
|
|
169
|
+
"overallPass": true,
|
|
170
|
+
"scenarioCount": 19,
|
|
171
|
+
"passedCount": 19,
|
|
172
|
+
"failedCount": 0,
|
|
173
|
+
"failedParityGroupCount": 0,
|
|
174
|
+
"contractLockMatchesExpected": true,
|
|
175
|
+
"parityFailedGroups": [],
|
|
176
|
+
"descriptorHash": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
177
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
178
|
+
"reportSha256": "553d3ad60b3f60a4caa0111a042ec7981216614cca2b346b8029d51d77e9792d",
|
|
179
|
+
"lockSha256": "be117312a4fda1df0617135825f39849474904b013bc5fd9df8343b66968d48d",
|
|
180
|
+
"lockSchemaVersion": "1.0.0"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"schemaVersion": "1.0.0",
|
|
184
|
+
"suite": "core",
|
|
185
|
+
"packageName": "pandora-cli-skills",
|
|
186
|
+
"version": "1.1.80",
|
|
187
|
+
"packageVersion": "1.1.80",
|
|
188
|
+
"generatedAt": "2026-03-09T19:18:59.386Z",
|
|
189
|
+
"summary": {
|
|
190
|
+
"weightedScore": 100,
|
|
191
|
+
"overallPass": true,
|
|
192
|
+
"scenarioCount": 19,
|
|
193
|
+
"passedCount": 19,
|
|
194
|
+
"failedCount": 0,
|
|
195
|
+
"failedParityGroupCount": 0
|
|
196
|
+
},
|
|
197
|
+
"weightedScore": 100,
|
|
198
|
+
"overallPass": true,
|
|
199
|
+
"scenarioCount": 19,
|
|
200
|
+
"passedCount": 19,
|
|
201
|
+
"failedCount": 0,
|
|
202
|
+
"failedParityGroupCount": 0,
|
|
203
|
+
"contractLockMatchesExpected": true,
|
|
204
|
+
"parityFailedGroups": [],
|
|
205
|
+
"descriptorHash": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
206
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
207
|
+
"reportSha256": "4790b6299241d55d28ac49615fca9ecc124d0a2bb596ac6503d29deecaf026e5",
|
|
208
|
+
"lockSha256": "aca89eb11c0e90251302ec1fcf4245b53a7a96696db0814b844591f298957540",
|
|
209
|
+
"lockSchemaVersion": "1.0.0"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"schemaVersion": "1.0.0",
|
|
213
|
+
"suite": "core",
|
|
214
|
+
"packageName": "pandora-cli-skills",
|
|
215
|
+
"version": "1.1.79",
|
|
216
|
+
"packageVersion": "1.1.79",
|
|
217
|
+
"generatedAt": "2026-03-09T17:21:41.400Z",
|
|
218
|
+
"summary": {
|
|
219
|
+
"weightedScore": 100,
|
|
220
|
+
"overallPass": true,
|
|
221
|
+
"scenarioCount": 19,
|
|
222
|
+
"passedCount": 19,
|
|
223
|
+
"failedCount": 0,
|
|
224
|
+
"failedParityGroupCount": 0
|
|
225
|
+
},
|
|
226
|
+
"weightedScore": 100,
|
|
227
|
+
"overallPass": true,
|
|
228
|
+
"scenarioCount": 19,
|
|
229
|
+
"passedCount": 19,
|
|
230
|
+
"failedCount": 0,
|
|
231
|
+
"failedParityGroupCount": 0,
|
|
232
|
+
"contractLockMatchesExpected": true,
|
|
233
|
+
"parityFailedGroups": [],
|
|
234
|
+
"descriptorHash": "46ebe41f97c0d880841b1a56007b81222fe4d6183f4c7b81591ba8e92651a3d0",
|
|
235
|
+
"documentationContentHash": "4f7f524bd5484d152ecf9e3fee239ec4bb7d6c5c7f1b6f13e7787d604cca2cb8",
|
|
236
|
+
"reportSha256": "0a56691bb8dac5756d45204af234ce4097c9b6768b4ac6e1745d039cb6bcf9fc",
|
|
237
|
+
"lockSha256": "5dc4eb289412acd7d6034d275f774f04d89992dba2d7d7760fb45508c9f707ab",
|
|
238
|
+
"lockSchemaVersion": "1.0.0"
|
|
239
|
+
},
|
|
8
240
|
{
|
|
9
241
|
"schemaVersion": "1.0.0",
|
|
10
242
|
"suite": "core",
|