@pickled-dev/cli 0.22.0 → 0.24.0

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.
Files changed (3) hide show
  1. package/README.md +12 -0
  2. package/dist/index.js +124 -123
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -51,6 +51,18 @@ That gets you a single controlled-mode scenario. To compare across interfaces, s
51
51
 
52
52
  `pickled check` accepts `--interface`, `--source`, and `--toolset` flags so a GitHub Actions matrix can fan out one cell per job. Full workflow examples in [GitHub Actions](https://docs.pickled.dev/github-actions).
53
53
 
54
+ ## Cost controls
55
+
56
+ For paid model targets, the matrix can expand to hundreds of cells per scenario. Four flags keep that in check without hand-editing axes:
57
+
58
+ ```bash
59
+ pickled check . --plan # dry-run: no model calls
60
+ pickled check . --max-cells 10 # hard fail if > 10 cells
61
+ pickled check . --sample 2 --seed nightly-2026 # deterministic sample per scenario
62
+ ```
63
+
64
+ The receipt records `expandedCells`, `selectedCells`, and `seed` so a reviewer can see what ran and rerun the same sample.
65
+
54
66
  ## Current support
55
67
 
56
68
  | Axis | Works today |