@opice/cli 0.3.0 → 0.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opice/cli",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "CLI for opice — scaffolds projects and wraps `bun test` to stream E2E results to the reporting platform",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,7 +2,8 @@
2
2
  * `opice failures <run-url|run-id>` — pull a failed run's details from the
3
3
  * platform and print a digest the re-eval workflow can act on: which
4
4
  * scenarios failed, at which step, the error, the screenshot URL, and the
5
- * source files (test + scenario.md) that produced them.
5
+ * source test file that produced them (the test is the spec each step
6
+ * carries its `intent`, so there's no separate scenario file).
6
7
  *
7
8
  * Reads are token-gated. The token is taken from the URL's `?token=` (when you
8
9
  * paste a dashboard link) or from OPICE_READ_TOKEN.