pandora-cli-skills 1.1.122 → 1.1.124
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 +96 -38
- package/benchmarks/latest/core-history.json +64 -6
- package/benchmarks/latest/core-report.json +31 -31
- package/benchmarks/locks/core.lock.json +29 -29
- package/cli/lib/agent_contract_registry.cjs +6 -4
- package/cli/lib/fees_command_service.cjs +336 -19
- package/cli/lib/mirror_handlers/hedge.cjs +14 -0
- package/cli/lib/mirror_hedge/planning.cjs +60 -9
- package/cli/lib/mirror_hedge/status.cjs +42 -3
- package/cli/lib/mirror_hedge_service.cjs +686 -130
- package/cli/lib/mirror_hedge_state_store.cjs +59 -0
- package/cli/pandora.cjs +1 -1
- package/docs/benchmarks/history.json +64 -6
- package/docs/skills/command-reference.md +2 -0
- package/docs/skills/mirror-operations.md +3 -0
- package/package.json +1 -1
- package/sdk/generated/command-descriptors.json +18 -7
- package/sdk/generated/contract-registry.json +113 -67
- package/sdk/generated/manifest.json +10 -10
- package/sdk/generated/mcp-tool-definitions.json +28 -13
- package/sdk/python/pandora_agent/generated/command-descriptors.json +18 -7
- package/sdk/python/pandora_agent/generated/contract-registry.json +112 -66
- package/sdk/python/pandora_agent/generated/manifest.json +8 -8
- package/sdk/python/pandora_agent/generated/mcp-tool-definitions.json +28 -13
- package/sdk/typescript/generated/command-descriptors.json +18 -7
- package/sdk/typescript/generated/contract-registry.json +112 -66
- package/sdk/typescript/generated/manifest.json +8 -8
- package/sdk/typescript/generated/mcp-tool-definitions.json +28 -13
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-23T00:41:13.832Z",
|
|
5
5
|
"package": {
|
|
6
6
|
"name": "pandora-cli-skills",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.124"
|
|
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": "d996b3c98ccc1728a37ba4ffdd62adb04c85c7c8dfd7cd6415c56f863fd943fd",
|
|
15
|
+
"lockSha256": "9d5c5e1004ed9a2d9e69cf89d732d0595b8c7fbac8da505cb4259cd0301787a2"
|
|
16
16
|
},
|
|
17
17
|
"latest": {
|
|
18
18
|
"summary": {
|
|
@@ -144,68 +144,126 @@
|
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
146
|
"runtime": {
|
|
147
|
-
"packageVersion": "1.1.
|
|
147
|
+
"packageVersion": "1.1.124"
|
|
148
148
|
},
|
|
149
149
|
"contractLock": {
|
|
150
|
-
"capabilitiesLocalHash": "
|
|
151
|
-
"capabilitiesRemoteTemplateHash": "
|
|
150
|
+
"capabilitiesLocalHash": "0fcf7aaa532b3b5d1bd179460c2f75318e9bee124315982adcd2cf0062d6a951",
|
|
151
|
+
"capabilitiesRemoteTemplateHash": "248e0af822bb604e811a24a0ed59bceb3db5e6e5106fd3f4c2857d9337e7d260",
|
|
152
152
|
"commandDescriptorVersion": "1.4.3",
|
|
153
|
-
"documentationContentHash": "
|
|
154
|
-
"documentationRegistryHash": "
|
|
153
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
154
|
+
"documentationRegistryHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
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": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
157
|
+
"generatedContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
158
|
+
"generatedManifest": "b9d60b5c4292dfb94b009c3cd02420550b20dc68369553796cbe237111753220",
|
|
159
|
+
"generatedMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320",
|
|
160
|
+
"pyCommandDescriptors": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
161
|
+
"pyContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
162
|
+
"pyManifest": "a1865cc53e8f8a3108073e1a9250b0041ee5ef082d2f5fa9a516de85763e546d",
|
|
163
|
+
"pyMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320",
|
|
164
|
+
"tsCommandDescriptors": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
165
|
+
"tsContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
166
|
+
"tsManifest": "38e0319e6905f40278cb9c3962570cafd56d7caa9715a4c7e0bc005a6c9fbbe6",
|
|
167
|
+
"tsMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320"
|
|
168
168
|
},
|
|
169
169
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
170
170
|
"generatedManifestPackageVersion": "0.1.0-alpha.21",
|
|
171
171
|
"generatedManifestRegistryDigest": {
|
|
172
172
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
173
|
-
"commandDigestHash": "
|
|
174
|
-
"descriptorHash": "
|
|
175
|
-
"documentationHash": "
|
|
176
|
-
"fullDescriptorHash": "
|
|
173
|
+
"commandDigestHash": "ff5ffd264b768cb059973405a2bbac264e790e8c583ce066668263259cf9d565",
|
|
174
|
+
"descriptorHash": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
175
|
+
"documentationHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
176
|
+
"fullDescriptorHash": "0a98d7036f82c72969c4adc5b47b5484bff9df464a8b0fa0d48bcb686ccadb0f",
|
|
177
177
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
178
178
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
179
179
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
180
180
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
181
181
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
182
|
-
"trustDistributionHash": "
|
|
182
|
+
"trustDistributionHash": "cfcfd6317def3bd7eb9e82607bf9f0811d914795a2072522febee2e54ac52b28"
|
|
183
183
|
},
|
|
184
184
|
"generatedManifestVersion": "1.0.0",
|
|
185
185
|
"registryDigest": {
|
|
186
186
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
187
|
-
"commandDigestHash": "
|
|
188
|
-
"descriptorHash": "
|
|
189
|
-
"documentationHash": "
|
|
190
|
-
"fullDescriptorHash": "
|
|
187
|
+
"commandDigestHash": "ff5ffd264b768cb059973405a2bbac264e790e8c583ce066668263259cf9d565",
|
|
188
|
+
"descriptorHash": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
189
|
+
"documentationHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
190
|
+
"fullDescriptorHash": "0a98d7036f82c72969c4adc5b47b5484bff9df464a8b0fa0d48bcb686ccadb0f",
|
|
191
191
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
192
192
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
193
193
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
194
194
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
195
195
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
196
|
-
"trustDistributionHash": "
|
|
196
|
+
"trustDistributionHash": "cfcfd6317def3bd7eb9e82607bf9f0811d914795a2072522febee2e54ac52b28"
|
|
197
197
|
},
|
|
198
|
-
"schemaHash": "
|
|
198
|
+
"schemaHash": "8f89db76779e74c2f9541d65fa54a40f6506844a9d7f16d4889b66a8b1f750a9"
|
|
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-23T00:41:13.832Z",
|
|
206
|
+
"latestVersion": "1.1.124",
|
|
207
|
+
"latestGeneratedAt": "2026-03-23T00:41:13.832Z",
|
|
208
208
|
"entries": [
|
|
209
|
+
{
|
|
210
|
+
"schemaVersion": "1.0.0",
|
|
211
|
+
"suite": "core",
|
|
212
|
+
"packageName": "pandora-cli-skills",
|
|
213
|
+
"version": "1.1.124",
|
|
214
|
+
"packageVersion": "1.1.124",
|
|
215
|
+
"generatedAt": "2026-03-23T00:41:13.832Z",
|
|
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": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
233
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
234
|
+
"reportSha256": "d996b3c98ccc1728a37ba4ffdd62adb04c85c7c8dfd7cd6415c56f863fd943fd",
|
|
235
|
+
"lockSha256": "9d5c5e1004ed9a2d9e69cf89d732d0595b8c7fbac8da505cb4259cd0301787a2",
|
|
236
|
+
"lockSchemaVersion": "1.0.0"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"schemaVersion": "1.0.0",
|
|
240
|
+
"suite": "core",
|
|
241
|
+
"packageName": "pandora-cli-skills",
|
|
242
|
+
"version": "1.1.123",
|
|
243
|
+
"packageVersion": "1.1.123",
|
|
244
|
+
"generatedAt": "2026-03-22T10:15:38.243Z",
|
|
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": "d4f5565d204d4fbb20a556565ff9f6123e759d741c910cc519007415d8193e69",
|
|
262
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
263
|
+
"reportSha256": "710c78ba06cf4530d7f1bff3d3122bd8ad754882fd82ca7bb9faded06c82a4b0",
|
|
264
|
+
"lockSha256": "a2f29d05e39c1d6a36ed04e4d61e3e8ca60acefa86df5c7db2f942d4dccbbfa5",
|
|
265
|
+
"lockSchemaVersion": "1.0.0"
|
|
266
|
+
},
|
|
209
267
|
{
|
|
210
268
|
"schemaVersion": "1.0.0",
|
|
211
269
|
"suite": "core",
|
|
@@ -230,9 +288,9 @@
|
|
|
230
288
|
"contractLockMatchesExpected": true,
|
|
231
289
|
"parityFailedGroups": [],
|
|
232
290
|
"descriptorHash": "d4f5565d204d4fbb20a556565ff9f6123e759d741c910cc519007415d8193e69",
|
|
233
|
-
"documentationContentHash": "
|
|
234
|
-
"reportSha256": "
|
|
235
|
-
"lockSha256": "
|
|
291
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
292
|
+
"reportSha256": "68cda15036cc2ddfa2fe7ed163a20bc1308e0c1ec8a7c8cb286b19031fe14abd",
|
|
293
|
+
"lockSha256": "a4cac6be70f18730291fe92bb7968ba6a7a317dfef7dd2dc2b1f3c9c678adbdb",
|
|
236
294
|
"lockSchemaVersion": "1.0.0"
|
|
237
295
|
},
|
|
238
296
|
{
|
|
@@ -1,10 +1,68 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
5
|
-
"latestVersion": "1.1.
|
|
6
|
-
"latestGeneratedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-23T00:41:13.832Z",
|
|
5
|
+
"latestVersion": "1.1.124",
|
|
6
|
+
"latestGeneratedAt": "2026-03-23T00:41:13.832Z",
|
|
7
7
|
"entries": [
|
|
8
|
+
{
|
|
9
|
+
"schemaVersion": "1.0.0",
|
|
10
|
+
"suite": "core",
|
|
11
|
+
"packageName": "pandora-cli-skills",
|
|
12
|
+
"version": "1.1.124",
|
|
13
|
+
"packageVersion": "1.1.124",
|
|
14
|
+
"generatedAt": "2026-03-23T00:41:13.832Z",
|
|
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": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
32
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
33
|
+
"reportSha256": "d996b3c98ccc1728a37ba4ffdd62adb04c85c7c8dfd7cd6415c56f863fd943fd",
|
|
34
|
+
"lockSha256": "9d5c5e1004ed9a2d9e69cf89d732d0595b8c7fbac8da505cb4259cd0301787a2",
|
|
35
|
+
"lockSchemaVersion": "1.0.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"schemaVersion": "1.0.0",
|
|
39
|
+
"suite": "core",
|
|
40
|
+
"packageName": "pandora-cli-skills",
|
|
41
|
+
"version": "1.1.123",
|
|
42
|
+
"packageVersion": "1.1.123",
|
|
43
|
+
"generatedAt": "2026-03-22T10:15:38.243Z",
|
|
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": "d4f5565d204d4fbb20a556565ff9f6123e759d741c910cc519007415d8193e69",
|
|
61
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
62
|
+
"reportSha256": "710c78ba06cf4530d7f1bff3d3122bd8ad754882fd82ca7bb9faded06c82a4b0",
|
|
63
|
+
"lockSha256": "a2f29d05e39c1d6a36ed04e4d61e3e8ca60acefa86df5c7db2f942d4dccbbfa5",
|
|
64
|
+
"lockSchemaVersion": "1.0.0"
|
|
65
|
+
},
|
|
8
66
|
{
|
|
9
67
|
"schemaVersion": "1.0.0",
|
|
10
68
|
"suite": "core",
|
|
@@ -29,9 +87,9 @@
|
|
|
29
87
|
"contractLockMatchesExpected": true,
|
|
30
88
|
"parityFailedGroups": [],
|
|
31
89
|
"descriptorHash": "d4f5565d204d4fbb20a556565ff9f6123e759d741c910cc519007415d8193e69",
|
|
32
|
-
"documentationContentHash": "
|
|
33
|
-
"reportSha256": "
|
|
34
|
-
"lockSha256": "
|
|
90
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
91
|
+
"reportSha256": "68cda15036cc2ddfa2fe7ed163a20bc1308e0c1ec8a7c8cb286b19031fe14abd",
|
|
92
|
+
"lockSha256": "a4cac6be70f18730291fe92bb7968ba6a7a317dfef7dd2dc2b1f3c9c678adbdb",
|
|
35
93
|
"lockSchemaVersion": "1.0.0"
|
|
36
94
|
},
|
|
37
95
|
{
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "0fcf7aaa532b3b5d1bd179460c2f75318e9bee124315982adcd2cf0062d6a951",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "248e0af822bb604e811a24a0ed59bceb3db5e6e5106fd3f4c2857d9337e7d260",
|
|
5
5
|
"commandDescriptorVersion": "1.4.3",
|
|
6
|
-
"documentationContentHash": "
|
|
7
|
-
"documentationRegistryHash": "
|
|
6
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
7
|
+
"documentationRegistryHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
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": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
10
|
+
"generatedContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
11
|
+
"generatedManifest": "b9d60b5c4292dfb94b009c3cd02420550b20dc68369553796cbe237111753220",
|
|
12
|
+
"generatedMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320",
|
|
13
|
+
"pyCommandDescriptors": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
14
|
+
"pyContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
15
|
+
"pyManifest": "a1865cc53e8f8a3108073e1a9250b0041ee5ef082d2f5fa9a516de85763e546d",
|
|
16
|
+
"pyMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320",
|
|
17
|
+
"tsCommandDescriptors": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
18
|
+
"tsContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
19
|
+
"tsManifest": "38e0319e6905f40278cb9c3962570cafd56d7caa9715a4c7e0bc005a6c9fbbe6",
|
|
20
|
+
"tsMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
23
|
"generatedManifestPackageVersion": "0.1.0-alpha.21",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
25
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
26
|
-
"commandDigestHash": "
|
|
27
|
-
"descriptorHash": "
|
|
28
|
-
"documentationHash": "
|
|
29
|
-
"fullDescriptorHash": "
|
|
26
|
+
"commandDigestHash": "ff5ffd264b768cb059973405a2bbac264e790e8c583ce066668263259cf9d565",
|
|
27
|
+
"descriptorHash": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
28
|
+
"documentationHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
29
|
+
"fullDescriptorHash": "0a98d7036f82c72969c4adc5b47b5484bff9df464a8b0fa0d48bcb686ccadb0f",
|
|
30
30
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
31
31
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
34
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
35
|
-
"trustDistributionHash": "
|
|
35
|
+
"trustDistributionHash": "cfcfd6317def3bd7eb9e82607bf9f0811d914795a2072522febee2e54ac52b28"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
39
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
40
|
-
"commandDigestHash": "
|
|
41
|
-
"descriptorHash": "
|
|
42
|
-
"documentationHash": "
|
|
43
|
-
"fullDescriptorHash": "
|
|
40
|
+
"commandDigestHash": "ff5ffd264b768cb059973405a2bbac264e790e8c583ce066668263259cf9d565",
|
|
41
|
+
"descriptorHash": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
42
|
+
"documentationHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
43
|
+
"fullDescriptorHash": "0a98d7036f82c72969c4adc5b47b5484bff9df464a8b0fa0d48bcb686ccadb0f",
|
|
44
44
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
45
45
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
48
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
49
|
-
"trustDistributionHash": "
|
|
49
|
+
"trustDistributionHash": "cfcfd6317def3bd7eb9e82607bf9f0811d914795a2072522febee2e54ac52b28"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "8f89db76779e74c2f9541d65fa54a40f6506844a9d7f16d4889b66a8b1f750a9"
|
|
52
52
|
},
|
|
53
53
|
"contractLockMatchesExpected": true,
|
|
54
54
|
"contractLockMismatches": [],
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
]
|
|
285
285
|
},
|
|
286
286
|
"publication": {
|
|
287
|
-
"contractLockHash": "
|
|
287
|
+
"contractLockHash": "17426d66de4b54677c089e38f41f11f11885e402042e1510ec23c46b757e246e",
|
|
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": "5779bff790a9f19ef9a07f800ad09c649ce0065af319c1ab2da38b9aee3f402e",
|
|
297
|
+
"suiteLockHash": "9d5c5e1004ed9a2d9e69cf89d732d0595b8c7fbac8da505cb4259cd0301787a2",
|
|
298
298
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
299
299
|
},
|
|
300
300
|
"runtime": {
|
|
301
|
-
"packageVersion": "1.1.
|
|
301
|
+
"packageVersion": "1.1.124"
|
|
302
302
|
},
|
|
303
303
|
"scenarios": [
|
|
304
304
|
{
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "0fcf7aaa532b3b5d1bd179460c2f75318e9bee124315982adcd2cf0062d6a951",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "248e0af822bb604e811a24a0ed59bceb3db5e6e5106fd3f4c2857d9337e7d260",
|
|
5
5
|
"commandDescriptorVersion": "1.4.3",
|
|
6
|
-
"documentationContentHash": "
|
|
7
|
-
"documentationRegistryHash": "
|
|
6
|
+
"documentationContentHash": "5ba1cffa92ef5c9542834befa04c9d59fce395f4063597a86261a20cf90ec1ec",
|
|
7
|
+
"documentationRegistryHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
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": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
10
|
+
"generatedContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
11
|
+
"generatedManifest": "b9d60b5c4292dfb94b009c3cd02420550b20dc68369553796cbe237111753220",
|
|
12
|
+
"generatedMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320",
|
|
13
|
+
"pyCommandDescriptors": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
14
|
+
"pyContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
15
|
+
"pyManifest": "a1865cc53e8f8a3108073e1a9250b0041ee5ef082d2f5fa9a516de85763e546d",
|
|
16
|
+
"pyMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320",
|
|
17
|
+
"tsCommandDescriptors": "e0eb8f904811eaddb6c68b8d788c8ddb6b7f723607f6ed0d532b96154789fe65",
|
|
18
|
+
"tsContractRegistry": "1db9616c752df288bea2ad5e457b4571a54bd65cc4c583a79ce348a1d39b0b02",
|
|
19
|
+
"tsManifest": "38e0319e6905f40278cb9c3962570cafd56d7caa9715a4c7e0bc005a6c9fbbe6",
|
|
20
|
+
"tsMcpToolDefinitions": "40adabaa9b850ebadf6385a37a59dd6df8de951d5618db94fe680d8f76e71320"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
23
|
"generatedManifestPackageVersion": "0.1.0-alpha.21",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
25
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
26
|
-
"commandDigestHash": "
|
|
27
|
-
"descriptorHash": "
|
|
28
|
-
"documentationHash": "
|
|
29
|
-
"fullDescriptorHash": "
|
|
26
|
+
"commandDigestHash": "ff5ffd264b768cb059973405a2bbac264e790e8c583ce066668263259cf9d565",
|
|
27
|
+
"descriptorHash": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
28
|
+
"documentationHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
29
|
+
"fullDescriptorHash": "0a98d7036f82c72969c4adc5b47b5484bff9df464a8b0fa0d48bcb686ccadb0f",
|
|
30
30
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
31
31
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
34
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
35
|
-
"trustDistributionHash": "
|
|
35
|
+
"trustDistributionHash": "cfcfd6317def3bd7eb9e82607bf9f0811d914795a2072522febee2e54ac52b28"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
39
|
"canonicalHash": "cce2ede8f658d43e0807f7f194e28fc356085e00fc70d99d27ecbd674be14a9f",
|
|
40
|
-
"commandDigestHash": "
|
|
41
|
-
"descriptorHash": "
|
|
42
|
-
"documentationHash": "
|
|
43
|
-
"fullDescriptorHash": "
|
|
40
|
+
"commandDigestHash": "ff5ffd264b768cb059973405a2bbac264e790e8c583ce066668263259cf9d565",
|
|
41
|
+
"descriptorHash": "140c71a2520d4d75cf690d261ec95a75f37900624ee6887e192e5b040d6bd8d7",
|
|
42
|
+
"documentationHash": "98bda73a533c52da94e8db3a076f054757ac23b9adcbb1bd4aebde8029ea7c7c",
|
|
43
|
+
"fullDescriptorHash": "0a98d7036f82c72969c4adc5b47b5484bff9df464a8b0fa0d48bcb686ccadb0f",
|
|
44
44
|
"namespaceHash": "cd39afc4f4e8b76473a4768c07d979c44e0421973786c54e12bb6d7888f5952a",
|
|
45
45
|
"policyProfilesHash": "9fb054a4f29be73c2ebf33f643bc17d904b2872dd8e7d564a690db828071a7ce",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
48
|
"topLevelHash": "04e58344eaec2c14dfa336b13eff952a584c7c5355d90775c3bc8336ab0752ee",
|
|
49
|
-
"trustDistributionHash": "
|
|
49
|
+
"trustDistributionHash": "cfcfd6317def3bd7eb9e82607bf9f0811d914795a2072522febee2e54ac52b28"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "8f89db76779e74c2f9541d65fa54a40f6506844a9d7f16d4889b66a8b1f750a9"
|
|
52
52
|
},
|
|
53
53
|
"publication": {
|
|
54
|
-
"contractLockHash": "
|
|
54
|
+
"contractLockHash": "17426d66de4b54677c089e38f41f11f11885e402042e1510ec23c46b757e246e",
|
|
55
55
|
"deterministic": true,
|
|
56
56
|
"grade": "release-grade",
|
|
57
57
|
"kind": "benchmark-contract-lock",
|
|
58
|
-
"lockDocumentHash": "
|
|
58
|
+
"lockDocumentHash": "c92c4d38858086caa6098f1ecbb2e93c9c11c4f00f5146eeeab0c0f0d8b862f5",
|
|
59
59
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
60
60
|
},
|
|
61
61
|
"schemaVersion": "1.0.0",
|
|
@@ -4839,21 +4839,23 @@ const commandContracts = [
|
|
|
4839
4839
|
}),
|
|
4840
4840
|
commandContract({
|
|
4841
4841
|
name: 'fees.withdraw',
|
|
4842
|
-
summary: 'Dry-run or execute
|
|
4842
|
+
summary: 'Dry-run or execute `withdrawProtocolFees()` for one Pandora AMM market or sweep creator-owned markets in batch.',
|
|
4843
4843
|
usage:
|
|
4844
|
-
'pandora [--output table|json] fees withdraw --market-address <address> --dry-run|--execute [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--dotenv-path <path>] [--skip-dotenv] [--timeout-ms <ms>]',
|
|
4844
|
+
'pandora [--output table|json] fees withdraw (--market-address <address>|--all-markets [--creator <address>]) --dry-run|--execute [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--indexer-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--dotenv-path <path>] [--skip-dotenv] [--timeout-ms <ms>]',
|
|
4845
4845
|
emits: ['fees.withdraw', 'fees.withdraw.help', 'fees.help'],
|
|
4846
4846
|
dataSchema: GENERIC_DATA_SCHEMA_REF,
|
|
4847
4847
|
mcpExposed: true,
|
|
4848
4848
|
mcp: {
|
|
4849
4849
|
command: ['fees', 'withdraw'],
|
|
4850
|
-
description: 'Dry-run or execute a Pandora market contract `withdrawProtocolFees()` call.
|
|
4850
|
+
description: 'Dry-run or execute a Pandora market contract `withdrawProtocolFees()` call. Use `--market-address` for one market or `--all-markets` to sweep creator-owned markets discovered from the indexer.',
|
|
4851
4851
|
inputSchema: buildInputSchema({
|
|
4852
4852
|
includeIntent: true,
|
|
4853
4853
|
flagProperties: {
|
|
4854
4854
|
'dotenv-path': stringSchema('Env file path.'),
|
|
4855
4855
|
'skip-dotenv': booleanSchema('Skip env loading.'),
|
|
4856
4856
|
'market-address': commonFlags.marketAddress,
|
|
4857
|
+
'all-markets': booleanSchema('Discover creator-owned markets from the indexer and withdraw protocol fees across the whole set.'),
|
|
4858
|
+
creator: stringSchema('Creator wallet used to scope `--all-markets`. Defaults to the signer wallet when available.'),
|
|
4857
4859
|
'dry-run': booleanSchema('Run dry-run mode.'),
|
|
4858
4860
|
execute: booleanSchema('Execute the withdrawal transaction.'),
|
|
4859
4861
|
fork: booleanSchema('Run in fork mode.'),
|
|
@@ -4861,12 +4863,12 @@ const commandContracts = [
|
|
|
4861
4863
|
'fork-chain-id': integerSchema('Fork chain id.', { minimum: 1 }),
|
|
4862
4864
|
'chain-id': commonFlags.chainId,
|
|
4863
4865
|
'rpc-url': commonFlags.rpcUrl,
|
|
4866
|
+
'indexer-url': commonFlags.indexerUrl,
|
|
4864
4867
|
'private-key': commonFlags.privateKey,
|
|
4865
4868
|
'profile-id': commonFlags.profileId,
|
|
4866
4869
|
'profile-file': commonFlags.profileFile,
|
|
4867
4870
|
'timeout-ms': commonFlags.timeoutMs,
|
|
4868
4871
|
},
|
|
4869
|
-
requiredFlags: ['market-address'],
|
|
4870
4872
|
}),
|
|
4871
4873
|
preferred: true,
|
|
4872
4874
|
mutating: true,
|