@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.
- package/README.md +1 -1
- 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`
|
|
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
|
|