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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. 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`. The vibora directory is resolved in this order:
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
  |---------|---------|---------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {