@lexq/cli 0.1.8 → 0.1.9

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.8",
3
+ "version": "0.1.9",
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": {
@@ -194,6 +194,16 @@ lexq analytics simulation start --json '{
194
194
  }'
195
195
  ```
196
196
 
197
+ **CSV format:** Header row with fact keys, data rows with values. Types auto-detected.
198
+ **JSON format:** Array of objects `[{"key": "value"}, ...]`
199
+
200
+ ### MCP — Dataset Tools
201
+
202
+ ```
203
+ lexq_dataset_template → Get sample CSV/JSON based on version's required facts
204
+ lexq_dataset_upload → Upload inline CSV/JSON content to S3, returns path
205
+ ```
206
+
197
207
  ### Check Status (Poll)
198
208
 
199
209
  ```bash