@lexq/cli 0.1.56 → 0.1.57

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexq/cli",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "LexQ CLI — manage policies, simulate rules, and deploy from the terminal. Built for humans and AI agents.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -316,9 +316,11 @@ lexq analytics simulation export --id <simulationId> --as csv --output results.c
316
316
  "status": "COMPLETED",
317
317
  "summary": {
318
318
  "totalRecords": 10000,
319
+ "processedRecords": 10000,
320
+ "errorRecords": 0,
319
321
  "matchedRecords": 8500,
320
322
  "executionTimeMs": 3200,
321
- "matchRate": 0.85
323
+ "matchRate": 85.0
322
324
  },
323
325
  "metricSummary": {
324
326
  "targetVariable": "paymentAmount__delta",
@@ -334,7 +336,7 @@ lexq analytics simulation export --id <simulationId> --as csv --output results.c
334
336
  "baselineVersionId": "...",
335
337
  "difference": {
336
338
  "matchedCountDelta": -200,
337
- "matchedRateDelta": -0.02,
339
+ "matchedRateDelta": -2.0,
338
340
  "metricValueDelta": -500000
339
341
  }
340
342
  }