pandora-cli-skills 1.1.88 → 1.1.90
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 +88 -30
- package/benchmarks/latest/core-history.json +61 -3
- package/benchmarks/latest/core-report.json +26 -26
- package/benchmarks/locks/core.lock.json +24 -24
- package/cli/lib/agent_contract_registry.cjs +61 -47
- package/cli/lib/arb_adjudication_provider.cjs +429 -0
- package/cli/lib/arb_command_service.cjs +68 -1
- package/cli/lib/arb_match_service.cjs +783 -0
- package/cli/lib/arbitrage_service.cjs +231 -113
- package/cli/lib/parsers/core_command_flags.cjs +61 -2
- package/cli/lib/parsers/model_flags.cjs +9 -1
- package/cli/pandora.cjs +6 -5
- package/docs/benchmarks/history.json +61 -3
- package/package.json +1 -1
- package/sdk/generated/command-descriptors.json +181 -310
- package/sdk/generated/contract-registry.json +913 -1281
- package/sdk/generated/manifest.json +10 -10
- package/sdk/generated/mcp-tool-definitions.json +183 -312
- package/sdk/python/pandora_agent/generated/command-descriptors.json +181 -310
- package/sdk/python/pandora_agent/generated/contract-registry.json +912 -1280
- package/sdk/python/pandora_agent/generated/manifest.json +8 -8
- package/sdk/python/pandora_agent/generated/mcp-tool-definitions.json +183 -312
- package/sdk/typescript/generated/command-descriptors.json +181 -310
- package/sdk/typescript/generated/contract-registry.json +913 -1281
- package/sdk/typescript/generated/manifest.json +10 -10
- package/sdk/typescript/generated/mcp-tool-definitions.json +183 -312
- 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-10T11:22:35.568Z",
|
|
5
5
|
"package": {
|
|
6
6
|
"name": "pandora-cli-skills",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.90"
|
|
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": "6b6fc1b4e856a19ad507e364c68ef51caf86016966a86e588999cee449fc6399",
|
|
15
|
+
"lockSha256": "f267e5fbb2502e9bb9d67197e005a61cd1db732fe036d06f9fcd157f88c4a8b8"
|
|
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.90"
|
|
148
148
|
},
|
|
149
149
|
"contractLock": {
|
|
150
|
-
"capabilitiesLocalHash": "
|
|
151
|
-
"capabilitiesRemoteTemplateHash": "
|
|
150
|
+
"capabilitiesLocalHash": "591550a1ed0092a883e034edea56a0c037398028ed39ca5fb6b80566f385ac42",
|
|
151
|
+
"capabilitiesRemoteTemplateHash": "6ef81242224b011fa5cfc6894a1b604ce9bbec41d4495b2ba924ff6f5708275b",
|
|
152
152
|
"commandDescriptorVersion": "1.4.3",
|
|
153
153
|
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
154
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": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
157
|
+
"generatedContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
158
|
+
"generatedManifest": "48621da6ddf8e563fd5a80d5e3a7b3b255449b9b8faa57c7d71dba8b8455b89a",
|
|
159
|
+
"generatedMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4",
|
|
160
|
+
"pyCommandDescriptors": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
161
|
+
"pyContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
162
|
+
"pyManifest": "2418ea0b2bd52f74dbeda65543674737af889486cf2d6defbc40d4f62124c354",
|
|
163
|
+
"pyMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4",
|
|
164
|
+
"tsCommandDescriptors": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
165
|
+
"tsContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
166
|
+
"tsManifest": "37a0906fe33ae16393bf356e1572f5fbc7914d4ed7e72d0c92b8f9ad900c3e0e",
|
|
167
|
+
"tsMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4"
|
|
168
168
|
},
|
|
169
169
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
170
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
170
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.9",
|
|
171
171
|
"generatedManifestRegistryDigest": {
|
|
172
172
|
"canonicalHash": "b501a15ce9f61731613d044e2c97a03142a261af386b1182638eb069a5f7ea0a",
|
|
173
173
|
"commandDigestHash": "d44d4b52bc59aa8da9ba7a19f1a85a188d48c20a6ad59a70fd5e0b583acdce08",
|
|
174
|
-
"descriptorHash": "
|
|
174
|
+
"descriptorHash": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
175
175
|
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
176
|
-
"fullDescriptorHash": "
|
|
176
|
+
"fullDescriptorHash": "ff21045e16ba09fd04800a85f1cd81dffaa88f3a1fa8d82739d7eb719e926e0f",
|
|
177
177
|
"namespaceHash": "111925823f74b9dd80c31aa375ceee6a9bc652739e5f9ed0c19263e524d310c5",
|
|
178
178
|
"policyProfilesHash": "6dfcf1c27d5d5d89ee85bbb9ad19636b1bd621b91e89e2b4c3c9282764df81ed",
|
|
179
179
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
180
180
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
181
181
|
"topLevelHash": "b2363d86a80d53dcb1cf2ce05cd547a79df52cdadc9c53c45d29597fa9b5ce6e",
|
|
182
|
-
"trustDistributionHash": "
|
|
182
|
+
"trustDistributionHash": "1e3d5c2f4b31df2280c8ac64ffcc20d80ef7de9f9edefbffab641772b5ae55b9"
|
|
183
183
|
},
|
|
184
184
|
"generatedManifestVersion": "1.0.0",
|
|
185
185
|
"registryDigest": {
|
|
186
186
|
"canonicalHash": "b501a15ce9f61731613d044e2c97a03142a261af386b1182638eb069a5f7ea0a",
|
|
187
187
|
"commandDigestHash": "d44d4b52bc59aa8da9ba7a19f1a85a188d48c20a6ad59a70fd5e0b583acdce08",
|
|
188
|
-
"descriptorHash": "
|
|
188
|
+
"descriptorHash": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
189
189
|
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
190
|
-
"fullDescriptorHash": "
|
|
190
|
+
"fullDescriptorHash": "ff21045e16ba09fd04800a85f1cd81dffaa88f3a1fa8d82739d7eb719e926e0f",
|
|
191
191
|
"namespaceHash": "111925823f74b9dd80c31aa375ceee6a9bc652739e5f9ed0c19263e524d310c5",
|
|
192
192
|
"policyProfilesHash": "6dfcf1c27d5d5d89ee85bbb9ad19636b1bd621b91e89e2b4c3c9282764df81ed",
|
|
193
193
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
194
194
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
195
195
|
"topLevelHash": "b2363d86a80d53dcb1cf2ce05cd547a79df52cdadc9c53c45d29597fa9b5ce6e",
|
|
196
|
-
"trustDistributionHash": "
|
|
196
|
+
"trustDistributionHash": "1e3d5c2f4b31df2280c8ac64ffcc20d80ef7de9f9edefbffab641772b5ae55b9"
|
|
197
197
|
},
|
|
198
|
-
"schemaHash": "
|
|
198
|
+
"schemaHash": "97593dfd3582e343c97e559cd690d764b4c0e49df3a59b63361fce5fb321743a"
|
|
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-10T11:22:35.568Z",
|
|
206
|
+
"latestVersion": "1.1.90",
|
|
207
|
+
"latestGeneratedAt": "2026-03-10T11:22:35.568Z",
|
|
208
208
|
"entries": [
|
|
209
|
+
{
|
|
210
|
+
"schemaVersion": "1.0.0",
|
|
211
|
+
"suite": "core",
|
|
212
|
+
"packageName": "pandora-cli-skills",
|
|
213
|
+
"version": "1.1.90",
|
|
214
|
+
"packageVersion": "1.1.90",
|
|
215
|
+
"generatedAt": "2026-03-10T11:22:35.568Z",
|
|
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": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
233
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
234
|
+
"reportSha256": "6b6fc1b4e856a19ad507e364c68ef51caf86016966a86e588999cee449fc6399",
|
|
235
|
+
"lockSha256": "f267e5fbb2502e9bb9d67197e005a61cd1db732fe036d06f9fcd157f88c4a8b8",
|
|
236
|
+
"lockSchemaVersion": "1.0.0"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"schemaVersion": "1.0.0",
|
|
240
|
+
"suite": "core",
|
|
241
|
+
"packageName": "pandora-cli-skills",
|
|
242
|
+
"version": "1.1.89",
|
|
243
|
+
"packageVersion": "1.1.89",
|
|
244
|
+
"generatedAt": "2026-03-10T09:28:51.559Z",
|
|
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": "c94a1f4dab4102e7c6076e113c3eeaefa34ea99657a69f18156f65a61a3e9ec1",
|
|
262
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
263
|
+
"reportSha256": "8e22268798323a228bf8689e4fe691bf2616bd4e45ba09c376b914450bcd9957",
|
|
264
|
+
"lockSha256": "b0636d5d968b4d68aace0f8f1f536b751ba2d1619d177766feac70404d1b7287",
|
|
265
|
+
"lockSchemaVersion": "1.0.0"
|
|
266
|
+
},
|
|
209
267
|
{
|
|
210
268
|
"schemaVersion": "1.0.0",
|
|
211
269
|
"suite": "core",
|
|
@@ -1,10 +1,68 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "core",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
5
|
-
"latestVersion": "1.1.
|
|
6
|
-
"latestGeneratedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-10T11:22:35.568Z",
|
|
5
|
+
"latestVersion": "1.1.90",
|
|
6
|
+
"latestGeneratedAt": "2026-03-10T11:22:35.568Z",
|
|
7
7
|
"entries": [
|
|
8
|
+
{
|
|
9
|
+
"schemaVersion": "1.0.0",
|
|
10
|
+
"suite": "core",
|
|
11
|
+
"packageName": "pandora-cli-skills",
|
|
12
|
+
"version": "1.1.90",
|
|
13
|
+
"packageVersion": "1.1.90",
|
|
14
|
+
"generatedAt": "2026-03-10T11:22:35.568Z",
|
|
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": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
32
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
33
|
+
"reportSha256": "6b6fc1b4e856a19ad507e364c68ef51caf86016966a86e588999cee449fc6399",
|
|
34
|
+
"lockSha256": "f267e5fbb2502e9bb9d67197e005a61cd1db732fe036d06f9fcd157f88c4a8b8",
|
|
35
|
+
"lockSchemaVersion": "1.0.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"schemaVersion": "1.0.0",
|
|
39
|
+
"suite": "core",
|
|
40
|
+
"packageName": "pandora-cli-skills",
|
|
41
|
+
"version": "1.1.89",
|
|
42
|
+
"packageVersion": "1.1.89",
|
|
43
|
+
"generatedAt": "2026-03-10T09:28:51.559Z",
|
|
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": "c94a1f4dab4102e7c6076e113c3eeaefa34ea99657a69f18156f65a61a3e9ec1",
|
|
61
|
+
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
62
|
+
"reportSha256": "8e22268798323a228bf8689e4fe691bf2616bd4e45ba09c376b914450bcd9957",
|
|
63
|
+
"lockSha256": "b0636d5d968b4d68aace0f8f1f536b751ba2d1619d177766feac70404d1b7287",
|
|
64
|
+
"lockSchemaVersion": "1.0.0"
|
|
65
|
+
},
|
|
8
66
|
{
|
|
9
67
|
"schemaVersion": "1.0.0",
|
|
10
68
|
"suite": "core",
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "591550a1ed0092a883e034edea56a0c037398028ed39ca5fb6b80566f385ac42",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "6ef81242224b011fa5cfc6894a1b604ce9bbec41d4495b2ba924ff6f5708275b",
|
|
5
5
|
"commandDescriptorVersion": "1.4.3",
|
|
6
6
|
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
7
7
|
"documentationRegistryHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
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": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
10
|
+
"generatedContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
11
|
+
"generatedManifest": "48621da6ddf8e563fd5a80d5e3a7b3b255449b9b8faa57c7d71dba8b8455b89a",
|
|
12
|
+
"generatedMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4",
|
|
13
|
+
"pyCommandDescriptors": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
14
|
+
"pyContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
15
|
+
"pyManifest": "2418ea0b2bd52f74dbeda65543674737af889486cf2d6defbc40d4f62124c354",
|
|
16
|
+
"pyMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4",
|
|
17
|
+
"tsCommandDescriptors": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
18
|
+
"tsContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
19
|
+
"tsManifest": "37a0906fe33ae16393bf356e1572f5fbc7914d4ed7e72d0c92b8f9ad900c3e0e",
|
|
20
|
+
"tsMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
23
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.9",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
25
|
"canonicalHash": "b501a15ce9f61731613d044e2c97a03142a261af386b1182638eb069a5f7ea0a",
|
|
26
26
|
"commandDigestHash": "d44d4b52bc59aa8da9ba7a19f1a85a188d48c20a6ad59a70fd5e0b583acdce08",
|
|
27
|
-
"descriptorHash": "
|
|
27
|
+
"descriptorHash": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
28
28
|
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
29
|
-
"fullDescriptorHash": "
|
|
29
|
+
"fullDescriptorHash": "ff21045e16ba09fd04800a85f1cd81dffaa88f3a1fa8d82739d7eb719e926e0f",
|
|
30
30
|
"namespaceHash": "111925823f74b9dd80c31aa375ceee6a9bc652739e5f9ed0c19263e524d310c5",
|
|
31
31
|
"policyProfilesHash": "6dfcf1c27d5d5d89ee85bbb9ad19636b1bd621b91e89e2b4c3c9282764df81ed",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
34
|
"topLevelHash": "b2363d86a80d53dcb1cf2ce05cd547a79df52cdadc9c53c45d29597fa9b5ce6e",
|
|
35
|
-
"trustDistributionHash": "
|
|
35
|
+
"trustDistributionHash": "1e3d5c2f4b31df2280c8ac64ffcc20d80ef7de9f9edefbffab641772b5ae55b9"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
39
|
"canonicalHash": "b501a15ce9f61731613d044e2c97a03142a261af386b1182638eb069a5f7ea0a",
|
|
40
40
|
"commandDigestHash": "d44d4b52bc59aa8da9ba7a19f1a85a188d48c20a6ad59a70fd5e0b583acdce08",
|
|
41
|
-
"descriptorHash": "
|
|
41
|
+
"descriptorHash": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
42
42
|
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
43
|
-
"fullDescriptorHash": "
|
|
43
|
+
"fullDescriptorHash": "ff21045e16ba09fd04800a85f1cd81dffaa88f3a1fa8d82739d7eb719e926e0f",
|
|
44
44
|
"namespaceHash": "111925823f74b9dd80c31aa375ceee6a9bc652739e5f9ed0c19263e524d310c5",
|
|
45
45
|
"policyProfilesHash": "6dfcf1c27d5d5d89ee85bbb9ad19636b1bd621b91e89e2b4c3c9282764df81ed",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
48
|
"topLevelHash": "b2363d86a80d53dcb1cf2ce05cd547a79df52cdadc9c53c45d29597fa9b5ce6e",
|
|
49
|
-
"trustDistributionHash": "
|
|
49
|
+
"trustDistributionHash": "1e3d5c2f4b31df2280c8ac64ffcc20d80ef7de9f9edefbffab641772b5ae55b9"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "97593dfd3582e343c97e559cd690d764b4c0e49df3a59b63361fce5fb321743a"
|
|
52
52
|
},
|
|
53
53
|
"contractLockMatchesExpected": true,
|
|
54
54
|
"contractLockMismatches": [],
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
]
|
|
285
285
|
},
|
|
286
286
|
"publication": {
|
|
287
|
-
"contractLockHash": "
|
|
287
|
+
"contractLockHash": "3a6b88af41768a608ef57be160cc16823e9cd5203f7499340fd746f0e15f49d4",
|
|
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": "1386a0e3ae55c3f97c9663922d608589c5a85301e825b4caabce20dd18c00387",
|
|
297
|
+
"suiteLockHash": "f267e5fbb2502e9bb9d67197e005a61cd1db732fe036d06f9fcd157f88c4a8b8",
|
|
298
298
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
299
299
|
},
|
|
300
300
|
"runtime": {
|
|
301
|
-
"packageVersion": "1.1.
|
|
301
|
+
"packageVersion": "1.1.90"
|
|
302
302
|
},
|
|
303
303
|
"scenarios": [
|
|
304
304
|
{
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractLock": {
|
|
3
|
-
"capabilitiesLocalHash": "
|
|
4
|
-
"capabilitiesRemoteTemplateHash": "
|
|
3
|
+
"capabilitiesLocalHash": "591550a1ed0092a883e034edea56a0c037398028ed39ca5fb6b80566f385ac42",
|
|
4
|
+
"capabilitiesRemoteTemplateHash": "6ef81242224b011fa5cfc6894a1b604ce9bbec41d4495b2ba924ff6f5708275b",
|
|
5
5
|
"commandDescriptorVersion": "1.4.3",
|
|
6
6
|
"documentationContentHash": "5bb4bb3a181dc43ed07adfd68f7a00a902d9cf9de3e3206e358fb11928ca540a",
|
|
7
7
|
"documentationRegistryHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
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": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
10
|
+
"generatedContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
11
|
+
"generatedManifest": "48621da6ddf8e563fd5a80d5e3a7b3b255449b9b8faa57c7d71dba8b8455b89a",
|
|
12
|
+
"generatedMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4",
|
|
13
|
+
"pyCommandDescriptors": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
14
|
+
"pyContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
15
|
+
"pyManifest": "2418ea0b2bd52f74dbeda65543674737af889486cf2d6defbc40d4f62124c354",
|
|
16
|
+
"pyMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4",
|
|
17
|
+
"tsCommandDescriptors": "73a18ab46cd61510ccded76642abfe3abae08562a8a60a7977e84c221af6bc67",
|
|
18
|
+
"tsContractRegistry": "a8d3442ff76addf1a3f895fe2e0113d069b0dc1d648bd22b53e8979d1db67bf1",
|
|
19
|
+
"tsManifest": "37a0906fe33ae16393bf356e1572f5fbc7914d4ed7e72d0c92b8f9ad900c3e0e",
|
|
20
|
+
"tsMcpToolDefinitions": "f0ffb591583936a24060a19e48bb6460a00c9e5745f4e301dce10e77d04bdbd4"
|
|
21
21
|
},
|
|
22
22
|
"generatedManifestCommandDescriptorVersion": "1.4.3",
|
|
23
|
-
"generatedManifestPackageVersion": "0.1.0-alpha.
|
|
23
|
+
"generatedManifestPackageVersion": "0.1.0-alpha.9",
|
|
24
24
|
"generatedManifestRegistryDigest": {
|
|
25
25
|
"canonicalHash": "b501a15ce9f61731613d044e2c97a03142a261af386b1182638eb069a5f7ea0a",
|
|
26
26
|
"commandDigestHash": "d44d4b52bc59aa8da9ba7a19f1a85a188d48c20a6ad59a70fd5e0b583acdce08",
|
|
27
|
-
"descriptorHash": "
|
|
27
|
+
"descriptorHash": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
28
28
|
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
29
|
-
"fullDescriptorHash": "
|
|
29
|
+
"fullDescriptorHash": "ff21045e16ba09fd04800a85f1cd81dffaa88f3a1fa8d82739d7eb719e926e0f",
|
|
30
30
|
"namespaceHash": "111925823f74b9dd80c31aa375ceee6a9bc652739e5f9ed0c19263e524d310c5",
|
|
31
31
|
"policyProfilesHash": "6dfcf1c27d5d5d89ee85bbb9ad19636b1bd621b91e89e2b4c3c9282764df81ed",
|
|
32
32
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
33
33
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
34
34
|
"topLevelHash": "b2363d86a80d53dcb1cf2ce05cd547a79df52cdadc9c53c45d29597fa9b5ce6e",
|
|
35
|
-
"trustDistributionHash": "
|
|
35
|
+
"trustDistributionHash": "1e3d5c2f4b31df2280c8ac64ffcc20d80ef7de9f9edefbffab641772b5ae55b9"
|
|
36
36
|
},
|
|
37
37
|
"generatedManifestVersion": "1.0.0",
|
|
38
38
|
"registryDigest": {
|
|
39
39
|
"canonicalHash": "b501a15ce9f61731613d044e2c97a03142a261af386b1182638eb069a5f7ea0a",
|
|
40
40
|
"commandDigestHash": "d44d4b52bc59aa8da9ba7a19f1a85a188d48c20a6ad59a70fd5e0b583acdce08",
|
|
41
|
-
"descriptorHash": "
|
|
41
|
+
"descriptorHash": "6d65ee91adfb4fc96ef43e81d331f9b41116dae11bf7451960052eb0284d7948",
|
|
42
42
|
"documentationHash": "861462b91dd1da73bf3d98cd764d00241b3991ef641c10a096cec32fe84600af",
|
|
43
|
-
"fullDescriptorHash": "
|
|
43
|
+
"fullDescriptorHash": "ff21045e16ba09fd04800a85f1cd81dffaa88f3a1fa8d82739d7eb719e926e0f",
|
|
44
44
|
"namespaceHash": "111925823f74b9dd80c31aa375ceee6a9bc652739e5f9ed0c19263e524d310c5",
|
|
45
45
|
"policyProfilesHash": "6dfcf1c27d5d5d89ee85bbb9ad19636b1bd621b91e89e2b4c3c9282764df81ed",
|
|
46
46
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
47
47
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
48
48
|
"topLevelHash": "b2363d86a80d53dcb1cf2ce05cd547a79df52cdadc9c53c45d29597fa9b5ce6e",
|
|
49
|
-
"trustDistributionHash": "
|
|
49
|
+
"trustDistributionHash": "1e3d5c2f4b31df2280c8ac64ffcc20d80ef7de9f9edefbffab641772b5ae55b9"
|
|
50
50
|
},
|
|
51
|
-
"schemaHash": "
|
|
51
|
+
"schemaHash": "97593dfd3582e343c97e559cd690d764b4c0e49df3a59b63361fce5fb321743a"
|
|
52
52
|
},
|
|
53
53
|
"publication": {
|
|
54
|
-
"contractLockHash": "
|
|
54
|
+
"contractLockHash": "3a6b88af41768a608ef57be160cc16823e9cd5203f7499340fd746f0e15f49d4",
|
|
55
55
|
"deterministic": true,
|
|
56
56
|
"grade": "release-grade",
|
|
57
57
|
"kind": "benchmark-contract-lock",
|
|
58
|
-
"lockDocumentHash": "
|
|
58
|
+
"lockDocumentHash": "8a709e71381c6a794696ab2f3a1baee672e3abe94414bcc56ee22e498dd577bd",
|
|
59
59
|
"suiteLockPath": "benchmarks/locks/core.lock.json"
|
|
60
60
|
},
|
|
61
61
|
"schemaVersion": "1.0.0",
|
|
@@ -49,16 +49,16 @@ function flexibleArraySchema(itemSchema, description, extras = {}) {
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
function buildMirrorSkipGateSchema() {
|
|
52
|
-
return
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
52
|
+
return stringSchema(
|
|
53
|
+
'Set to "true" to skip all mirror sync gates, or provide a comma-delimited named skip list.',
|
|
54
|
+
{
|
|
55
|
+
examples: ['true', MIRROR_SYNC_GATE_CODES.slice(0, 2).join(',')],
|
|
56
|
+
xPandora: {
|
|
57
|
+
allowedGateCodes: MIRROR_SYNC_GATE_CODES,
|
|
58
|
+
acceptsBooleanString: true,
|
|
59
|
+
},
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
function buildAgentPreflightSchema(description) {
|
|
@@ -244,24 +244,24 @@ function buildExclusivePresenceBranches(...groups) {
|
|
|
244
244
|
|
|
245
245
|
function buildPollCategorySchema(description = 'Category id or canonical category name.') {
|
|
246
246
|
const categoryNames = [...POLL_CATEGORY_NAME_LIST];
|
|
247
|
-
return {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
};
|
|
247
|
+
return stringSchema(description, {
|
|
248
|
+
examples: ['Sports', '3'],
|
|
249
|
+
xPandora: {
|
|
250
|
+
allowedCategoryNames: categoryNames,
|
|
251
|
+
acceptsIntegerStrings: true,
|
|
252
|
+
caseInsensitivePattern: buildCaseInsensitiveEnumPattern(categoryNames),
|
|
253
|
+
},
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
function buildTargetTimestampSchema(description = 'Resolution timestamp in unix seconds or ISO-8601 datetime.') {
|
|
258
|
+
return stringSchema(description, {
|
|
259
|
+
examples: ['1777777777', '2026-12-31T00:00:00Z'],
|
|
260
|
+
xPandora: {
|
|
261
|
+
acceptsUnixSeconds: true,
|
|
262
|
+
acceptsIsoDatetime: true,
|
|
263
|
+
},
|
|
264
|
+
});
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
function commandContract(options) {
|
|
@@ -1030,9 +1030,12 @@ const commandContracts = [
|
|
|
1030
1030
|
description: 'Get one or more markets by id.',
|
|
1031
1031
|
inputSchema: buildInputSchema({
|
|
1032
1032
|
flagProperties: {
|
|
1033
|
-
id: {
|
|
1034
|
-
|
|
1035
|
-
|
|
1033
|
+
id: stringSchema('Market id, or a comma-delimited list of market ids.', {
|
|
1034
|
+
minLength: 1,
|
|
1035
|
+
xPandora: {
|
|
1036
|
+
acceptsCommaSeparatedList: true,
|
|
1037
|
+
},
|
|
1038
|
+
}),
|
|
1036
1039
|
stdin: booleanSchema('Read newline-delimited ids from stdin.'),
|
|
1037
1040
|
},
|
|
1038
1041
|
}),
|
|
@@ -1756,7 +1759,7 @@ const commandContracts = [
|
|
|
1756
1759
|
name: 'arbitrage',
|
|
1757
1760
|
summary: 'Backward-compatible one-shot cross-venue arbitrage wrapper.',
|
|
1758
1761
|
usage:
|
|
1759
|
-
'pandora [--output table|json] arbitrage [--chain-id <id>] [--venues pandora,polymarket] [--limit <n>] [--min-spread-pct <n>] [--min-liquidity-usdc <n>] [--max-close-diff-hours <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--cross-venue-only|--allow-same-venue] [--with-rules] [--include-similarity] [--question-contains <text>] [--polymarket-host <url>] [--polymarket-mock-url <url>]',
|
|
1762
|
+
'pandora [--output table|json] arbitrage [--chain-id <id>] [--venues pandora,polymarket] [--limit <n>] [--min-spread-pct <n>] [--min-liquidity-usdc <n>] [--max-close-diff-hours <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--cross-venue-only|--allow-same-venue] [--with-rules] [--include-similarity] [--question-contains <text>] [--polymarket-host <url>] [--polymarket-mock-url <url>]',
|
|
1760
1763
|
emits: ['arbitrage', 'arbitrage.help'],
|
|
1761
1764
|
dataSchema: '#/definitions/ArbitragePayload',
|
|
1762
1765
|
aliasOf: 'arb.scan',
|
|
@@ -1772,8 +1775,17 @@ const commandContracts = [
|
|
|
1772
1775
|
'min-spread-pct': numberSchema('Minimum spread percent.', { minimum: 0 }),
|
|
1773
1776
|
'min-liquidity-usdc': numberSchema('Minimum liquidity in USDC.', { minimum: 0 }),
|
|
1774
1777
|
'max-close-diff-hours': numberSchema('Maximum close-time difference in hours.', { minimum: 0 }),
|
|
1778
|
+
matcher: enumSchema(['heuristic', 'hybrid'], 'Arbitrage matcher mode.'),
|
|
1775
1779
|
'similarity-threshold': numberSchema('Question similarity threshold.', { minimum: 0, maximum: 1 }),
|
|
1776
1780
|
'min-token-score': numberSchema('Token-overlap threshold.', { minimum: 0, maximum: 1 }),
|
|
1781
|
+
'ai-provider': enumSchema(['auto', 'none', 'mock', 'openai', 'anthropic'], 'Provider-backed adjudication mode.'),
|
|
1782
|
+
'ai-model': stringSchema('Optional provider model override.'),
|
|
1783
|
+
'ai-threshold': numberSchema('Minimum model confidence required to override deterministic matching.', {
|
|
1784
|
+
minimum: 0,
|
|
1785
|
+
maximum: 1,
|
|
1786
|
+
}),
|
|
1787
|
+
'ai-max-candidates': integerSchema('Maximum borderline pairs to adjudicate per scan.', { minimum: 1 }),
|
|
1788
|
+
'ai-timeout-ms': integerSchema('Timeout for each provider adjudication request.', { minimum: 1 }),
|
|
1777
1789
|
'cross-venue-only': booleanSchema('Require cross-venue opportunities.'),
|
|
1778
1790
|
'allow-same-venue': booleanSchema('Allow same-venue opportunities.'),
|
|
1779
1791
|
'with-rules': booleanSchema('Include rule payloads.'),
|
|
@@ -1793,7 +1805,7 @@ const commandContracts = [
|
|
|
1793
1805
|
name: 'arb.scan',
|
|
1794
1806
|
summary: 'Canonical arbitrage scan command for streaming or bounded spread detection.',
|
|
1795
1807
|
usage:
|
|
1796
|
-
'pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]',
|
|
1808
|
+
'pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]',
|
|
1797
1809
|
emits: ['arb.help', 'arb.scan'],
|
|
1798
1810
|
dataSchema: '#/definitions/ArbScanPayload',
|
|
1799
1811
|
mcpExposed: true,
|
|
@@ -1814,8 +1826,17 @@ const commandContracts = [
|
|
|
1814
1826
|
'amount-usdc': numberSchema('Sizing notional in USDC.', { minimum: 0 }),
|
|
1815
1827
|
combinatorial: booleanSchema('Enable combinatorial bundle search.'),
|
|
1816
1828
|
'max-bundle-size': integerSchema('Maximum combinatorial bundle size.', { minimum: 3 }),
|
|
1829
|
+
matcher: enumSchema(['heuristic', 'hybrid'], 'Arbitrage matcher mode.'),
|
|
1817
1830
|
'similarity-threshold': numberSchema('Question similarity threshold.', { minimum: 0, maximum: 1 }),
|
|
1818
1831
|
'min-token-score': numberSchema('Token-overlap threshold.', { minimum: 0, maximum: 1 }),
|
|
1832
|
+
'ai-provider': enumSchema(['auto', 'none', 'mock', 'openai', 'anthropic'], 'Provider-backed adjudication mode.'),
|
|
1833
|
+
'ai-model': stringSchema('Optional provider model override.'),
|
|
1834
|
+
'ai-threshold': numberSchema('Minimum model confidence required to override deterministic matching.', {
|
|
1835
|
+
minimum: 0,
|
|
1836
|
+
maximum: 1,
|
|
1837
|
+
}),
|
|
1838
|
+
'ai-max-candidates': integerSchema('Maximum borderline pairs to adjudicate per scan.', { minimum: 1 }),
|
|
1839
|
+
'ai-timeout-ms': integerSchema('Timeout for each provider adjudication request.', { minimum: 1 }),
|
|
1819
1840
|
'max-close-diff-hours': numberSchema('Maximum close-time difference in hours.', { minimum: 0 }),
|
|
1820
1841
|
'question-contains': stringSchema('Question substring filter.'),
|
|
1821
1842
|
'indexer-url': commonFlags.indexerUrl,
|
|
@@ -2541,7 +2562,12 @@ const commandContracts = [
|
|
|
2541
2562
|
inputSchema: buildInputSchema({
|
|
2542
2563
|
flagProperties: {
|
|
2543
2564
|
series: {
|
|
2544
|
-
|
|
2565
|
+
...stringSchema('Series specification id:v1,v2,..., or a semicolon-delimited list of series specifications.', {
|
|
2566
|
+
xPandora: {
|
|
2567
|
+
acceptsSemicolonSeparatedList: true,
|
|
2568
|
+
},
|
|
2569
|
+
}),
|
|
2570
|
+
minLength: 1,
|
|
2545
2571
|
},
|
|
2546
2572
|
copula: enumSchema(['t', 'gaussian', 'clayton', 'gumbel'], 'Copula family.'),
|
|
2547
2573
|
compare: stringSchema('Comma-delimited comparison list.'),
|
|
@@ -2825,13 +2851,7 @@ const commandContracts = [
|
|
|
2825
2851
|
'distribution-no': numberSchema('Initial NO distribution parts.', { minimum: 0 }),
|
|
2826
2852
|
sources: flexibleArraySchema(stringSchema(), 'Source URL list.'),
|
|
2827
2853
|
'validation-ticket': stringSchema('Ticket returned by agent.market.validate for the exact final payload (CLI execute mode).'),
|
|
2828
|
-
'target-timestamp':
|
|
2829
|
-
description: 'Explicit target timestamp override.',
|
|
2830
|
-
anyOf: [
|
|
2831
|
-
integerSchema('Explicit target timestamp in unix seconds.', { minimum: 1 }),
|
|
2832
|
-
stringSchema('Explicit ISO date/time override for target timestamp.'),
|
|
2833
|
-
],
|
|
2834
|
-
},
|
|
2854
|
+
'target-timestamp': buildTargetTimestampSchema('Explicit target timestamp override.'),
|
|
2835
2855
|
'manifest-file': stringSchema('Mirror manifest path.'),
|
|
2836
2856
|
'polymarket-host': stringSchema('Polymarket host override.'),
|
|
2837
2857
|
'polymarket-gamma-url': stringSchema('Polymarket Gamma API base URL.'),
|
|
@@ -3172,13 +3192,7 @@ const commandContracts = [
|
|
|
3172
3192
|
'distribution-no-pct': numberSchema('Initial NO distribution percent.', { minimum: 0, maximum: 100 }),
|
|
3173
3193
|
sources: flexibleArraySchema(stringSchema(), 'Independent public source URL list.'),
|
|
3174
3194
|
'validation-ticket': stringSchema('Ticket returned by agent.market.validate for the exact final payload (CLI execute mode).'),
|
|
3175
|
-
'target-timestamp':
|
|
3176
|
-
description: 'Explicit target timestamp override.',
|
|
3177
|
-
anyOf: [
|
|
3178
|
-
integerSchema('Explicit target timestamp in unix seconds.', { minimum: 1 }),
|
|
3179
|
-
stringSchema('Explicit ISO date/time override for target timestamp.'),
|
|
3180
|
-
],
|
|
3181
|
-
},
|
|
3195
|
+
'target-timestamp': buildTargetTimestampSchema('Explicit target timestamp override.'),
|
|
3182
3196
|
'manifest-file': stringSchema('Mirror manifest path.'),
|
|
3183
3197
|
'trust-deploy': booleanSchema('Trust manifest deploy pair.'),
|
|
3184
3198
|
'skip-gate': buildMirrorSkipGateSchema(),
|