@pickled-dev/cli 0.5.1 → 0.7.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.
- package/README.md +7 -6
- package/dist/index.js +143 -143
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,12 +61,13 @@ Static scan of agent-context files. No LLM calls.
|
|
|
61
61
|
|
|
62
62
|
Run agent scenarios against registered sources.
|
|
63
63
|
|
|
64
|
-
| Option | Description
|
|
65
|
-
| --------------------- |
|
|
66
|
-
| `--json` | Output as JSON
|
|
67
|
-
| `-o, --output <file>` | Save JSON report to file
|
|
68
|
-
| `-v, --verbose` | Show progress while scenarios run
|
|
69
|
-
| `-t, --threshold <n>` | Minimum score percent needed to pass
|
|
64
|
+
| Option | Description |
|
|
65
|
+
| --------------------- | ------------------------------------------------ |
|
|
66
|
+
| `--json` | Output as JSON |
|
|
67
|
+
| `-o, --output <file>` | Save JSON report to file |
|
|
68
|
+
| `-v, --verbose` | Show progress while scenarios run |
|
|
69
|
+
| `-t, --threshold <n>` | Minimum score percent needed to pass |
|
|
70
|
+
| `--target <name>` | Run only the named target (overrides matrix) |
|
|
70
71
|
|
|
71
72
|
## Example Output
|
|
72
73
|
|