vibora 1.0.7 → 1.0.8
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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,10 +38,7 @@ bunx vibora@latest status # Check if running
|
|
|
38
38
|
|
|
39
39
|
## Configuration
|
|
40
40
|
|
|
41
|
-
Settings are stored in `.vibora/settings.json`.
|
|
42
|
-
1. `VIBORA_DIR` environment variable (explicit override)
|
|
43
|
-
2. `.vibora` in current working directory (per-worktree isolation)
|
|
44
|
-
3. `~/.vibora` (default)
|
|
41
|
+
Settings are stored in `.vibora/settings.json`.
|
|
45
42
|
|
|
46
43
|
| Setting | Env Var | Default |
|
|
47
44
|
|---------|---------|---------|
|