@pickled-dev/cli 0.19.1 → 0.21.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 +8 -8
  2. package/dist/index.js +128 -128
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  The CLI for [Pickled](https://pickled.dev). Use it locally or in CI to check what agents say about your product. No LLM grades another LLM.
6
6
 
7
- Full docs: [docs.pickled.dev/docs](https://docs.pickled.dev/docs).
7
+ Full docs: [docs.pickled.dev](https://docs.pickled.dev/).
8
8
 
9
9
  ## Install
10
10
 
@@ -45,11 +45,11 @@ scenarios:
45
45
  threshold: 60
46
46
  ```
47
47
 
48
- That gets you a single controlled-mode scenario. To compare across interfaces, sources, or tool paths (web / MCP), add `matrix:` and `toolsets:`. See [Matrix evaluation](https://docs.pickled.dev/docs/matrix-evaluation) and the [`pickled.yml` reference](https://docs.pickled.dev/docs/pickled-yml).
48
+ That gets you a single controlled-mode scenario. To compare across interfaces, sources, or tool paths (web / MCP), add `matrix:` and `toolsets:`. See [Matrix evaluation](https://docs.pickled.dev/matrix-evaluation) and the [`pickled.yml` reference](https://docs.pickled.dev/pickled-yml).
49
49
 
50
50
  ## Matrix filters in CI
51
51
 
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/docs/github-actions).
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
54
  ## Current support
55
55
 
@@ -62,11 +62,11 @@ That gets you a single controlled-mode scenario. To compare across interfaces, s
62
62
 
63
63
  ## Read more
64
64
 
65
- - [Getting started](https://docs.pickled.dev/docs/getting-started)
66
- - [Matrix evaluation](https://docs.pickled.dev/docs/matrix-evaluation)
67
- - [Toolsets](https://docs.pickled.dev/docs/toolsets)
68
- - [`pickled.yml` reference](https://docs.pickled.dev/docs/pickled-yml)
69
- - [GitHub Actions](https://docs.pickled.dev/docs/github-actions)
65
+ - [Getting started](https://docs.pickled.dev/getting-started)
66
+ - [Matrix evaluation](https://docs.pickled.dev/matrix-evaluation)
67
+ - [Toolsets](https://docs.pickled.dev/toolsets)
68
+ - [`pickled.yml` reference](https://docs.pickled.dev/pickled-yml)
69
+ - [GitHub Actions](https://docs.pickled.dev/github-actions)
70
70
 
71
71
  ## License
72
72