@mutagent/cli 0.1.29 → 0.1.30

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 CHANGED
@@ -125,7 +125,7 @@ flowchart TD
125
125
  subgraph DATASET_CMDS ["Dataset Management"]
126
126
  DS_LIST["mutagent prompts dataset list <pid>"]
127
127
  DS_ADD["mutagent prompts dataset add <pid>"]
128
- DS_REMOVE["mutagent prompts dataset remove <pid> <did>"]
128
+ DS_DELETE["mutagent prompts dataset delete <pid> <did>"]
129
129
  end
130
130
 
131
131
  subgraph EVAL_CMDS ["Evaluations"]
@@ -389,7 +389,7 @@ mutagent prompts dataset add <prompt-id> --file data.json --name "My Dataset"
389
389
  # Add inline JSON
390
390
  mutagent prompts dataset add <prompt-id> -d '[{"input":{...},"expectedOutput":{...}}]' --name "Inline Data"
391
391
 
392
- mutagent prompts dataset remove <prompt-id> <dataset-id>
392
+ mutagent prompts dataset delete <prompt-id> <dataset-id>
393
393
  ```
394
394
 
395
395
  ### Evaluations