@beryl-so/cli 0.46.1 → 0.46.2

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.
@@ -147,7 +147,7 @@ export const testCommands = [
147
147
  {
148
148
  name: "status",
149
149
  type: "string",
150
- description: "With --page, show only this bucket: passed, failed, or blocked",
150
+ description: "With --page, show only this bucket: passed, failed, or quarantined",
151
151
  },
152
152
  {
153
153
  name: "ungrouped",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beryl-so/cli",
3
- "version": "0.46.1",
3
+ "version": "0.46.2",
4
4
  "description": "Beryl on the command line — projects, runs, the exploring agent, and an MCP server over the same commands.",
5
5
  "license": "MIT",
6
6
  "type": "module",