@vera-ai/cli 0.10.2 → 0.11.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ Current benchmark snapshot: on Vera's local 21-task, 4-repo release benchmark, `
12
12
  npm install -g @vera-ai/cli
13
13
  ```
14
14
 
15
- `vera setup` only configures the backend. Run `vera agent install` to set up skill files for your agents (interactive by default, or pass `--client` and `--scope` for non-interactive use).
15
+ `vera setup` with no flags runs an interactive wizard (backend + agent skills + optional indexing). For focused changes: `vera backend` manages the ONNX runtime, `vera agent install` manages skill files, and `vera agent sync` refreshes stale skills after upgrades.
16
16
 
17
17
  ## Usage
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vera-ai/cli",
3
- "version": "0.10.2",
3
+ "version": "0.11.0",
4
4
  "description": "Bootstrap installer and wrapper for the Vera CLI",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/lemon07r/Vera#readme",