pandora-cli-skills 1.1.135 → 1.1.145
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/README.md +15 -14
- package/benchmarks/latest/core-bundle.json +289 -57
- package/benchmarks/latest/core-history.json +258 -26
- package/benchmarks/latest/core-report.json +30 -30
- package/benchmarks/locks/core.lock.json +28 -28
- package/cli/lib/agent_command_service.cjs +11 -2
- package/cli/lib/agent_contract_registry.cjs +6 -8
- package/cli/lib/bridge_command_service.cjs +87 -13
- package/cli/lib/capabilities_command_service.cjs +1 -1
- package/cli/lib/cli_output_service.cjs +11 -28
- package/cli/lib/command_router.cjs +3 -2
- package/cli/lib/connectors/polymarket_connector.cjs +232 -12
- package/cli/lib/dashboard_fund_service.cjs +14 -4
- package/cli/lib/doctor_service.cjs +23 -2
- package/cli/lib/fees_command_service.cjs +1 -1
- package/cli/lib/fund_check_command_service.cjs +1 -1
- package/cli/lib/lifecycle_command_service.cjs +12 -1
- package/cli/lib/lp_command_service.cjs +1 -2
- package/cli/lib/market_admin_service.cjs +84 -29
- package/cli/lib/markets_mine_service.cjs +1 -1
- package/cli/lib/mcp_server_service.cjs +1 -17
- package/cli/lib/mcp_tool_registry.cjs +47 -36
- package/cli/lib/mirror_deploy_guard_store.cjs +17 -6
- package/cli/lib/mirror_handlers/go.cjs +29 -0
- package/cli/lib/mirror_handlers/hedge.cjs +21 -0
- package/cli/lib/mirror_handlers/status.cjs +2 -2
- package/cli/lib/mirror_handlers/sync.cjs +31 -2
- package/cli/lib/mirror_hedge_daemon_service.cjs +19 -6
- package/cli/lib/mirror_hedge_service.cjs +1 -1
- package/cli/lib/mirror_manifest_store.cjs +22 -18
- package/cli/lib/mirror_service.cjs +7 -8
- package/cli/lib/mirror_sizing_service.cjs +1 -0
- package/cli/lib/mirror_state_store.cjs +9 -4
- package/cli/lib/mirror_surface_service.cjs +1 -1
- package/cli/lib/mirror_sync/auto_close.cjs +109 -0
- package/cli/lib/mirror_sync/execution.cjs +93 -17
- package/cli/lib/mirror_sync/hedge_gap_monitor.cjs +159 -0
- package/cli/lib/mirror_sync/hedge_retry.cjs +81 -0
- package/cli/lib/mirror_sync/planning.cjs +20 -0
- package/cli/lib/mirror_sync_service.cjs +119 -0
- package/cli/lib/pandora_deploy_service.cjs +26 -6
- package/cli/lib/parsers/markets_mine_flags.cjs +5 -2
- package/cli/lib/parsers/mirror_go_flags.cjs +5 -0
- package/cli/lib/parsers/mirror_hedge_flags.cjs +10 -0
- package/cli/lib/parsers/mirror_sync_flags.cjs +65 -0
- package/cli/lib/parsers/polymarket_flags.cjs +0 -12
- package/cli/lib/polymarket_adapter.cjs +33 -14
- package/cli/lib/polymarket_command_service.cjs +7 -40
- package/cli/lib/polymarket_ops_service.cjs +44 -285
- package/cli/lib/polymarket_trade_adapter.cjs +85 -178
- package/cli/lib/recipe_runtime_service.cjs +28 -7
- package/cli/lib/setup_command_service.cjs +25 -0
- package/cli/lib/shared/constants.cjs +1 -0
- package/cli/lib/simulate_command_service.cjs +9 -1
- package/cli/lib/sports_command_service.cjs +12 -13
- package/cli/lib/sports_sync_service.cjs +15 -57
- package/cli/lib/stream_command_service.cjs +22 -11
- package/cli/lib/trade_command_service.cjs +16 -0
- package/cli/pandora.cjs +105 -18
- package/docs/benchmarks/history.json +258 -26
- package/docs/proving-ground/README.md +106 -0
- package/docs/proving-ground/autoresearch/oracle-review-packet.md +324 -0
- package/docs/proving-ground/autoresearch/overnight-research-module.md +1275 -0
- package/docs/proving-ground/oracle-review-packet.md +324 -0
- package/docs/proving-ground/overnight-research-module.md +1275 -0
- package/docs/skills/agent-quickstart.md +1 -1
- package/docs/skills/capabilities.md +10 -1
- package/docs/skills/command-reference.md +32 -5
- package/docs/skills/mirror-operations.md +20 -3
- package/docs/skills/operator-guide.md +125 -0
- package/docs/skills/portfolio-closeout.md +1 -1
- package/docs/skills/setup-and-onboarding.md +1 -3
- package/docs/skills/trader-guide.md +124 -0
- package/package.json +11 -3
- package/proving-ground/README.md +122 -0
- package/proving-ground/lib/baton_common.cjs +261 -0
- package/proving-ground/lib/baton_worktree_manager.cjs +180 -0
- package/proving-ground/lib/minimax_client.cjs +349 -0
- package/proving-ground/lib/overnight_adapter.cjs +338 -0
- package/proving-ground/lib/overnight_audit_gate.cjs +270 -0
- package/proving-ground/lib/overnight_compiler.cjs +303 -0
- package/proving-ground/lib/overnight_engine.cjs +2768 -0
- package/proving-ground/lib/overnight_manifest.cjs +185 -0
- package/proving-ground/lib/overnight_objective.cjs +77 -0
- package/proving-ground/lib/overnight_patch_engine.cjs +362 -0
- package/proving-ground/lib/overnight_staged.cjs +790 -0
- package/proving-ground/lib/overnight_targets.cjs +436 -0
- package/proving-ground/lib/overnight_yaml.cjs +33 -0
- package/scripts/.env.example +0 -4
- package/scripts/build_anthropic_skill_bundle.cjs +2 -0
- package/scripts/run_overnight_engine.cjs +203 -0
- package/sdk/generated/command-descriptors.json +6 -16
- package/sdk/generated/contract-registry.json +91 -116
- package/sdk/generated/manifest.json +16 -13
- package/sdk/generated/mcp-tool-definitions.json +10 -20
- package/sdk/python/README.md +1 -1
- package/sdk/python/pandora_agent/generated/manifest.json +15 -13
- package/sdk/python/pyproject.toml +1 -1
- package/sdk/typescript/generated/manifest.json +15 -13
- package/sdk/typescript/package.json +1 -1
- package/cli/lib/polymarket_clob_client.cjs +0 -53
package/README.md
CHANGED
|
@@ -17,10 +17,11 @@ Pandora is a prediction-market runtime for agents, operators, and integrators. I
|
|
|
17
17
|
|
|
18
18
|
```text
|
|
19
19
|
+----------------------- README MAP -----------------------+
|
|
20
|
-
|
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
20
|
+
| traders -> trader-guide, trading-workflows |
|
|
21
|
+
| operators -> operator-guide, mirror-operations, policies |
|
|
22
|
+
| agents -> bootstrap, schema, MCP, policy/profile |
|
|
23
|
+
| trust -> release verification, security, support |
|
|
24
|
+
| sdk -> TypeScript, Python, generated contracts |
|
|
24
25
|
+----------------------------------------------------------+
|
|
25
26
|
```
|
|
26
27
|
|
|
@@ -60,17 +61,15 @@ npx pandora setup --interactive --goal live-mirror
|
|
|
60
61
|
|
|
61
62
|
Use `setup --interactive` when you want Pandora to walk you through private key management, Polymarket initialization, optional hosting inputs, and provider setup. Use `setup` without `--interactive` when you want the manual `init-env` plus `doctor` flow instead.
|
|
62
63
|
|
|
63
|
-
### Polymarket V2 Migration
|
|
64
|
-
|
|
65
|
-
Polymarket upgrades its exchange on April 28, 2026 around 11:00 UTC. During that window, live CLOB trading can pause for about an hour and open Polymarket orders are cleared. Pandora live hedge/trade operators should use the V2 CLOB client, pUSD collateral, and fresh post-cutover position reads before resuming live execution.
|
|
66
|
-
|
|
67
64
|
## Start Here
|
|
68
65
|
|
|
69
66
|
If you want the main documentation map, use these jump points:
|
|
70
67
|
|
|
71
68
|
- Anthropic skill install: [`docs/skills/install-anthropic-skill.md`](./docs/skills/install-anthropic-skill.md)
|
|
72
69
|
- Setup and onboarding: [`docs/skills/setup-and-onboarding.md`](./docs/skills/setup-and-onboarding.md)
|
|
73
|
-
-
|
|
70
|
+
- Traders: [`docs/skills/trader-guide.md`](./docs/skills/trader-guide.md)
|
|
71
|
+
- Operators: [`docs/skills/operator-guide.md`](./docs/skills/operator-guide.md)
|
|
72
|
+
- Full command reference: [`docs/skills/command-reference.md`](./docs/skills/command-reference.md)
|
|
74
73
|
- Agents: [`docs/skills/agent-quickstart.md`](./docs/skills/agent-quickstart.md)
|
|
75
74
|
- MCP / JSON contracts: [`docs/skills/agent-interfaces.md`](./docs/skills/agent-interfaces.md)
|
|
76
75
|
- Policy packs / signer profiles: [`docs/skills/policy-profiles.md`](./docs/skills/policy-profiles.md)
|
|
@@ -124,11 +123,13 @@ Flashbots routing note for agents and operators:
|
|
|
124
123
|
### Human reading order
|
|
125
124
|
|
|
126
125
|
1. [`docs/skills/setup-and-onboarding.md`](./docs/skills/setup-and-onboarding.md) for the first-run manual and guided setup path.
|
|
127
|
-
2. [`docs/skills/
|
|
128
|
-
3. [`docs/skills/
|
|
129
|
-
4. [`docs/skills/
|
|
130
|
-
5. [`docs/skills/
|
|
131
|
-
6. [`docs/
|
|
126
|
+
2. [`docs/skills/trader-guide.md`](./docs/skills/trader-guide.md) if you are a trader (discover, buy/sell, claim).
|
|
127
|
+
3. [`docs/skills/operator-guide.md`](./docs/skills/operator-guide.md) if you are an operator (deploy, mirror, hedge).
|
|
128
|
+
4. [`docs/skills/command-reference.md`](./docs/skills/command-reference.md) for the full command families and flags.
|
|
129
|
+
5. [`docs/skills/trading-workflows.md`](./docs/skills/trading-workflows.md) for detailed discover -> quote -> trade -> claim flows.
|
|
130
|
+
6. [`docs/skills/mirror-operations.md`](./docs/skills/mirror-operations.md) for mirror planning, validation, deploy, sync, and status.
|
|
131
|
+
7. [`docs/skills/portfolio-closeout.md`](./docs/skills/portfolio-closeout.md) for portfolio inspection, LP exits, and closeout.
|
|
132
|
+
8. [`docs/trust/release-verification.md`](./docs/trust/release-verification.md) before installs, release checks, or operator handoff.
|
|
132
133
|
|
|
133
134
|
If you are testing the Anthropic skill itself rather than the repo manually, use the install guide first and then come back to the docs above for deeper workflow detail.
|
|
134
135
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-
|
|
4
|
+
"generatedAt": "2026-06-07T15:33:21.906Z",
|
|
5
5
|
"package": {
|
|
6
6
|
"name": "pandora-cli-skills",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.145"
|
|
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": "239852bef785e6c617be75edfafa87486a49efa96f09971d0b28e04076adce15",
|
|
15
|
+
"lockSha256": "d55089b143812cceb3fbafb8098fb3b4d29a3f861af35620cfc0c2ffb8b4b060"
|
|
16
16
|
},
|
|
17
17
|
"latest": {
|
|
18
18
|
"summary": {
|
|
@@ -144,75 +144,75 @@
|
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
146
|
"runtime": {
|
|
147
|
-
"packageVersion": "1.1.
|
|
147
|
+
"packageVersion": "1.1.145"
|
|
148
148
|
},
|
|
149
149
|
"contractLock": {
|
|
150
|
-
"capabilitiesLocalHash": "
|
|
151
|
-
"capabilitiesRemoteTemplateHash": "
|
|
150
|
+
"capabilitiesLocalHash": "19cf63b1b9bd8fc5b39d1349b85f200bfd21ef2c20f783e8f6c55c5361c1bcc2",
|
|
151
|
+
"capabilitiesRemoteTemplateHash": "d69492620fd8654d9bd71a4d63604f77b913af4e46601321c3dfbede00b73487",
|
|
152
152
|
"commandDescriptorVersion": "1.4.3",
|
|
153
|
-
"documentationContentHash": "
|
|
154
|
-
"documentationRegistryHash": "
|
|
153
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
154
|
+
"documentationRegistryHash": "d737ff49f0164fe3ab0f296d85d3ebe7b1756ad8b1979aa22665553023ba9a28",
|
|
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": "66e35110c1ed373ef1889649fb929a96a7f25bc8c535e29817dd89ff14664402",
|
|
157
|
+
"generatedContractRegistry": "96bc4a3490eec16204199f9ccbf0406aac239c372facad0f2a5fe80476d4180b",
|
|
158
|
+
"generatedManifest": "0a077c7925c9895350bd8a68e2d5d35f9827ececffe2ed4816ef94e1617ade9c",
|
|
159
|
+
"generatedMcpToolDefinitions": "6dc62098f1c71b3816d75115ab5e31734484d9bc19ecff0bce32e7ab50fc00d6",
|
|
160
|
+
"pyCommandDescriptors": "66e35110c1ed373ef1889649fb929a96a7f25bc8c535e29817dd89ff14664402",
|
|
161
|
+
"pyContractRegistry": "96bc4a3490eec16204199f9ccbf0406aac239c372facad0f2a5fe80476d4180b",
|
|
162
|
+
"pyManifest": "5299e7155cdbdb074ab55ad36d60c92c3a1b9ed42b32a2329a3c3acb6d455745",
|
|
163
|
+
"pyMcpToolDefinitions": "6dc62098f1c71b3816d75115ab5e31734484d9bc19ecff0bce32e7ab50fc00d6",
|
|
164
|
+
"tsCommandDescriptors": "66e35110c1ed373ef1889649fb929a96a7f25bc8c535e29817dd89ff14664402",
|
|
165
|
+
"tsContractRegistry": "96bc4a3490eec16204199f9ccbf0406aac239c372facad0f2a5fe80476d4180b",
|
|
166
|
+
"tsManifest": "a652df0361f1c4dddcafeeef29b9d9d0b05ee3c477e0874eea08e12e64460095",
|
|
167
|
+
"tsMcpToolDefinitions": "6dc62098f1c71b3816d75115ab5e31734484d9bc19ecff0bce32e7ab50fc00d6"
|
|
168
168
|
},
|
|
169
169
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
170
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
170
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.22",
|
|
171
171
|
"generatedManifestRegistryDigest": {
|
|
172
172
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
173
173
|
"commandDigestHash": "85f685455fdf85b757674a3086eb03354a628f22ada1a25afee0fd86b14b92c7",
|
|
174
|
-
"descriptorHash": "
|
|
175
|
-
"documentationHash": "
|
|
176
|
-
"fullDescriptorHash": "
|
|
174
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
175
|
+
"documentationHash": "d737ff49f0164fe3ab0f296d85d3ebe7b1756ad8b1979aa22665553023ba9a28",
|
|
176
|
+
"fullDescriptorHash": "6514e5d14a7dec875f9ccd03901f826695ed8e1630501e28c12d9720881d9bee",
|
|
177
177
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
178
178
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
179
179
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
180
180
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
181
181
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
182
|
-
"trustDistributionHash": "
|
|
182
|
+
"trustDistributionHash": "a25f7b545b851d1a0fd250655a5d8c7d6b920faea931fcf5f57f0583d3da23d7"
|
|
183
183
|
},
|
|
184
184
|
"generatedManifestVersion": "1.0.0",
|
|
185
185
|
"registryDigest": {
|
|
186
186
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
187
187
|
"commandDigestHash": "85f685455fdf85b757674a3086eb03354a628f22ada1a25afee0fd86b14b92c7",
|
|
188
|
-
"descriptorHash": "
|
|
189
|
-
"documentationHash": "
|
|
190
|
-
"fullDescriptorHash": "
|
|
188
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
189
|
+
"documentationHash": "d737ff49f0164fe3ab0f296d85d3ebe7b1756ad8b1979aa22665553023ba9a28",
|
|
190
|
+
"fullDescriptorHash": "6514e5d14a7dec875f9ccd03901f826695ed8e1630501e28c12d9720881d9bee",
|
|
191
191
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
192
192
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
193
193
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
194
194
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
195
195
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
196
|
-
"trustDistributionHash": "
|
|
196
|
+
"trustDistributionHash": "a25f7b545b851d1a0fd250655a5d8c7d6b920faea931fcf5f57f0583d3da23d7"
|
|
197
197
|
},
|
|
198
|
-
"schemaHash": "
|
|
198
|
+
"schemaHash": "308b98570120d4f038bdeb8e12f27ee51544716814b4b6880b4076db8ed0775a"
|
|
199
199
|
},
|
|
200
200
|
"contractLockMatchesExpected": true
|
|
201
201
|
},
|
|
202
202
|
"history": {
|
|
203
203
|
"schemaVersion": "1.0.0",
|
|
204
204
|
"suite": "core",
|
|
205
|
-
"generatedAt": "2026-
|
|
206
|
-
"latestVersion": "1.1.
|
|
207
|
-
"latestGeneratedAt": "2026-
|
|
205
|
+
"generatedAt": "2026-06-07T15:33:21.906Z",
|
|
206
|
+
"latestVersion": "1.1.145",
|
|
207
|
+
"latestGeneratedAt": "2026-06-07T15:33:21.906Z",
|
|
208
208
|
"entries": [
|
|
209
209
|
{
|
|
210
210
|
"schemaVersion": "1.0.0",
|
|
211
211
|
"suite": "core",
|
|
212
212
|
"packageName": "pandora-cli-skills",
|
|
213
|
-
"version": "1.1.
|
|
214
|
-
"packageVersion": "1.1.
|
|
215
|
-
"generatedAt": "2026-
|
|
213
|
+
"version": "1.1.145",
|
|
214
|
+
"packageVersion": "1.1.145",
|
|
215
|
+
"generatedAt": "2026-06-07T15:33:21.906Z",
|
|
216
216
|
"summary": {
|
|
217
217
|
"weightedScore": 100,
|
|
218
218
|
"overallPass": true,
|
|
@@ -229,19 +229,19 @@
|
|
|
229
229
|
"failedParityGroupCount": 0,
|
|
230
230
|
"contractLockMatchesExpected": true,
|
|
231
231
|
"parityFailedGroups": [],
|
|
232
|
-
"descriptorHash": "
|
|
233
|
-
"documentationContentHash": "
|
|
234
|
-
"reportSha256": "
|
|
235
|
-
"lockSha256": "
|
|
232
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
233
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
234
|
+
"reportSha256": "239852bef785e6c617be75edfafa87486a49efa96f09971d0b28e04076adce15",
|
|
235
|
+
"lockSha256": "d55089b143812cceb3fbafb8098fb3b4d29a3f861af35620cfc0c2ffb8b4b060",
|
|
236
236
|
"lockSchemaVersion": "1.0.0"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"schemaVersion": "1.0.0",
|
|
240
240
|
"suite": "core",
|
|
241
241
|
"packageName": "pandora-cli-skills",
|
|
242
|
-
"version": "1.1.
|
|
243
|
-
"packageVersion": "1.1.
|
|
244
|
-
"generatedAt": "2026-
|
|
242
|
+
"version": "1.1.144",
|
|
243
|
+
"packageVersion": "1.1.144",
|
|
244
|
+
"generatedAt": "2026-06-07T12:35:30.301Z",
|
|
245
245
|
"summary": {
|
|
246
246
|
"weightedScore": 100,
|
|
247
247
|
"overallPass": true,
|
|
@@ -258,19 +258,19 @@
|
|
|
258
258
|
"failedParityGroupCount": 0,
|
|
259
259
|
"contractLockMatchesExpected": true,
|
|
260
260
|
"parityFailedGroups": [],
|
|
261
|
-
"descriptorHash": "
|
|
262
|
-
"documentationContentHash": "
|
|
263
|
-
"reportSha256": "
|
|
264
|
-
"lockSha256": "
|
|
261
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
262
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
263
|
+
"reportSha256": "7695f67271bf7d87f5f2d1b374886bdcb87276290ad60afed5de7cba037436d8",
|
|
264
|
+
"lockSha256": "b2a0caf4c8d3bb71f9df3e88b649c9635ab8c83526e47c1a980315af344f1617",
|
|
265
265
|
"lockSchemaVersion": "1.0.0"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"schemaVersion": "1.0.0",
|
|
269
269
|
"suite": "core",
|
|
270
270
|
"packageName": "pandora-cli-skills",
|
|
271
|
-
"version": "1.1.
|
|
272
|
-
"packageVersion": "1.1.
|
|
273
|
-
"generatedAt": "2026-
|
|
271
|
+
"version": "1.1.143",
|
|
272
|
+
"packageVersion": "1.1.143",
|
|
273
|
+
"generatedAt": "2026-06-06T23:20:18.594Z",
|
|
274
274
|
"summary": {
|
|
275
275
|
"weightedScore": 100,
|
|
276
276
|
"overallPass": true,
|
|
@@ -287,10 +287,242 @@
|
|
|
287
287
|
"failedParityGroupCount": 0,
|
|
288
288
|
"contractLockMatchesExpected": true,
|
|
289
289
|
"parityFailedGroups": [],
|
|
290
|
-
"descriptorHash": "
|
|
291
|
-
"documentationContentHash": "
|
|
292
|
-
"reportSha256": "
|
|
293
|
-
"lockSha256": "
|
|
290
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
291
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
292
|
+
"reportSha256": "99a83caaa801c4eeeefcf1e56a8c5bb8d28d81cf01b4b8a115fd31dbc46e1725",
|
|
293
|
+
"lockSha256": "d65f00bf8f3eeba24234fd7f8b66088c802e961bb10013cac1f0bb3e3391f555",
|
|
294
|
+
"lockSchemaVersion": "1.0.0"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"schemaVersion": "1.0.0",
|
|
298
|
+
"suite": "core",
|
|
299
|
+
"packageName": "pandora-cli-skills",
|
|
300
|
+
"version": "1.1.142",
|
|
301
|
+
"packageVersion": "1.1.142",
|
|
302
|
+
"generatedAt": "2026-06-06T22:57:07.424Z",
|
|
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": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
320
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
321
|
+
"reportSha256": "0b179450241fc5ca993af9401caf78af7861cf135a45c7f82cc5b219534985db",
|
|
322
|
+
"lockSha256": "65f23bcab83f20ba563b2d69eda653ad65e8e1a8f6afa89ef6dc212f4be0c6d9",
|
|
323
|
+
"lockSchemaVersion": "1.0.0"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"schemaVersion": "1.0.0",
|
|
327
|
+
"suite": "core",
|
|
328
|
+
"packageName": "pandora-cli-skills",
|
|
329
|
+
"version": "1.1.141",
|
|
330
|
+
"packageVersion": "1.1.141",
|
|
331
|
+
"generatedAt": "2026-06-06T22:31:41.863Z",
|
|
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": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
349
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
350
|
+
"reportSha256": "d21200e82a6b0adf9deb7147eef195109642d94fdc199bf61a02e1958ed244fa",
|
|
351
|
+
"lockSha256": "53387d5e0ed0c19ce0b72e6d5440dbac4341a9fb9a271973d0d41f629906547e",
|
|
352
|
+
"lockSchemaVersion": "1.0.0"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"schemaVersion": "1.0.0",
|
|
356
|
+
"suite": "core",
|
|
357
|
+
"packageName": "pandora-cli-skills",
|
|
358
|
+
"version": "1.1.140",
|
|
359
|
+
"packageVersion": "1.1.140",
|
|
360
|
+
"generatedAt": "2026-06-06T22:15:39.381Z",
|
|
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": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
378
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
379
|
+
"reportSha256": "99a96c238fd44be2a6d16282f2a363d6a5d0cab56d4992bf8491b16287d31cc1",
|
|
380
|
+
"lockSha256": "b2153ac7c0a8f46b4fee463a1815b4c31cb9ca4d1e040eee438e04e3dd0c0118",
|
|
381
|
+
"lockSchemaVersion": "1.0.0"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"schemaVersion": "1.0.0",
|
|
385
|
+
"suite": "core",
|
|
386
|
+
"packageName": "pandora-cli-skills",
|
|
387
|
+
"version": "1.1.139",
|
|
388
|
+
"packageVersion": "1.1.139",
|
|
389
|
+
"generatedAt": "2026-06-06T21:58:44.543Z",
|
|
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": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
407
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
408
|
+
"reportSha256": "a5c1f95f32158be51bfc1301e9a4aadbed4cffb9c07d36fb846c58786431c138",
|
|
409
|
+
"lockSha256": "fecf4d9438675ce5bf4e70fcaa6e55107bbc1823acd9caa00bbd09639bc3247c",
|
|
410
|
+
"lockSchemaVersion": "1.0.0"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"schemaVersion": "1.0.0",
|
|
414
|
+
"suite": "core",
|
|
415
|
+
"packageName": "pandora-cli-skills",
|
|
416
|
+
"version": "1.1.138",
|
|
417
|
+
"packageVersion": "1.1.138",
|
|
418
|
+
"generatedAt": "2026-06-06T21:48:08.512Z",
|
|
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": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
436
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
437
|
+
"reportSha256": "2f1131c01ad1dda75308049ec42763df8b7d8d8b165f3083b9cdd92e432ec29f",
|
|
438
|
+
"lockSha256": "3f315f31f686d92149eb9e238b14e1da8e590aa93c94a6988557ddc9520c3bc3",
|
|
439
|
+
"lockSchemaVersion": "1.0.0"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"schemaVersion": "1.0.0",
|
|
443
|
+
"suite": "core",
|
|
444
|
+
"packageName": "pandora-cli-skills",
|
|
445
|
+
"version": "1.1.137",
|
|
446
|
+
"packageVersion": "1.1.137",
|
|
447
|
+
"generatedAt": "2026-06-06T21:24:42.036Z",
|
|
448
|
+
"summary": {
|
|
449
|
+
"weightedScore": 100,
|
|
450
|
+
"overallPass": true,
|
|
451
|
+
"scenarioCount": 19,
|
|
452
|
+
"passedCount": 19,
|
|
453
|
+
"failedCount": 0,
|
|
454
|
+
"failedParityGroupCount": 0
|
|
455
|
+
},
|
|
456
|
+
"weightedScore": 100,
|
|
457
|
+
"overallPass": true,
|
|
458
|
+
"scenarioCount": 19,
|
|
459
|
+
"passedCount": 19,
|
|
460
|
+
"failedCount": 0,
|
|
461
|
+
"failedParityGroupCount": 0,
|
|
462
|
+
"contractLockMatchesExpected": true,
|
|
463
|
+
"parityFailedGroups": [],
|
|
464
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
465
|
+
"documentationContentHash": "83ea30f27cc9d8a9ea5a9ad20ce5ff8333d77146d63f89210b6e8da650a15ef7",
|
|
466
|
+
"reportSha256": "65b5abcd52836a44fe26ac4c01c8b28985cb413f5d0542a5d8aeb3321903c76b",
|
|
467
|
+
"lockSha256": "00ede443114bd6f62729f01bb2e71cd06f4ec3d612f7b0069d5543e2bff77f74",
|
|
468
|
+
"lockSchemaVersion": "1.0.0"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"schemaVersion": "1.0.0",
|
|
472
|
+
"suite": "core",
|
|
473
|
+
"packageName": "pandora-cli-skills",
|
|
474
|
+
"version": "1.1.136",
|
|
475
|
+
"packageVersion": "1.1.136",
|
|
476
|
+
"generatedAt": "2026-04-29T21:37:23.833Z",
|
|
477
|
+
"summary": {
|
|
478
|
+
"weightedScore": 100,
|
|
479
|
+
"overallPass": true,
|
|
480
|
+
"scenarioCount": 19,
|
|
481
|
+
"passedCount": 19,
|
|
482
|
+
"failedCount": 0,
|
|
483
|
+
"failedParityGroupCount": 0
|
|
484
|
+
},
|
|
485
|
+
"weightedScore": 100,
|
|
486
|
+
"overallPass": true,
|
|
487
|
+
"scenarioCount": 19,
|
|
488
|
+
"passedCount": 19,
|
|
489
|
+
"failedCount": 0,
|
|
490
|
+
"failedParityGroupCount": 0,
|
|
491
|
+
"contractLockMatchesExpected": true,
|
|
492
|
+
"parityFailedGroups": [],
|
|
493
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
494
|
+
"documentationContentHash": "cb130209bc40f5bdb9fccbd55ad07b6ec1fefbc95ab0d11fe6d50ef8eb6fa566",
|
|
495
|
+
"reportSha256": "2418e0131ea75d53473882d2fc420de9cfc784aa40742a47ff273a342e5f9f0a",
|
|
496
|
+
"lockSha256": "5153186403271c17ee57915ddb8b2f62af69b64d7a4bff920d12400349af6d34",
|
|
497
|
+
"lockSchemaVersion": "1.0.0"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"schemaVersion": "1.0.0",
|
|
501
|
+
"suite": "core",
|
|
502
|
+
"packageName": "pandora-cli-skills",
|
|
503
|
+
"version": "1.1.132",
|
|
504
|
+
"packageVersion": "1.1.132",
|
|
505
|
+
"generatedAt": "2026-04-09T20:49:09.765Z",
|
|
506
|
+
"summary": {
|
|
507
|
+
"weightedScore": 100,
|
|
508
|
+
"overallPass": true,
|
|
509
|
+
"scenarioCount": 19,
|
|
510
|
+
"passedCount": 19,
|
|
511
|
+
"failedCount": 0,
|
|
512
|
+
"failedParityGroupCount": 0
|
|
513
|
+
},
|
|
514
|
+
"weightedScore": 100,
|
|
515
|
+
"overallPass": true,
|
|
516
|
+
"scenarioCount": 19,
|
|
517
|
+
"passedCount": 19,
|
|
518
|
+
"failedCount": 0,
|
|
519
|
+
"failedParityGroupCount": 0,
|
|
520
|
+
"contractLockMatchesExpected": true,
|
|
521
|
+
"parityFailedGroups": [],
|
|
522
|
+
"descriptorHash": "c02818f73bd310ef0cc2a3aae6d0d97627b7adb8d72e8bcc994e20d0bca205b8",
|
|
523
|
+
"documentationContentHash": "cb130209bc40f5bdb9fccbd55ad07b6ec1fefbc95ab0d11fe6d50ef8eb6fa566",
|
|
524
|
+
"reportSha256": "b603505ba2f2f491b3c36538347b2b1723c906c8edb0c4a7264eb103f7a905d6",
|
|
525
|
+
"lockSha256": "26abebd8e68a39bea94e19031619dd570ee9aa43af8cb8030dc1da079373a11a",
|
|
294
526
|
"lockSchemaVersion": "1.0.0"
|
|
295
527
|
},
|
|
296
528
|
{
|
|
@@ -376,8 +608,8 @@
|
|
|
376
608
|
"parityFailedGroups": [],
|
|
377
609
|
"descriptorHash": "664970d781e477a11a683bc265cbd7fc8b0cf9576b50da49ab301b773e38b47d",
|
|
378
610
|
"documentationContentHash": "cb130209bc40f5bdb9fccbd55ad07b6ec1fefbc95ab0d11fe6d50ef8eb6fa566",
|
|
379
|
-
"reportSha256": "
|
|
380
|
-
"lockSha256": "
|
|
611
|
+
"reportSha256": "3a19c9093823577e718eedcb3fbcb3623ecdfa6d4d5c6b378e1baf9017ad6225",
|
|
612
|
+
"lockSha256": "c99f3161e2cb35c8597af1eac16aa3d9fb2af4ea9b26960b1d47e8992e7865bb",
|
|
381
613
|
"lockSchemaVersion": "1.0.0"
|
|
382
614
|
},
|
|
383
615
|
{
|