vibora 1.0.6 → 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 -6
  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
  |---------|---------|---------|
@@ -54,8 +51,6 @@ Settings are stored in `.vibora/settings.json`. The vibora directory is resolved
54
51
  | linearApiKey | `LINEAR_API_KEY` | null |
55
52
  | githubPat | `GITHUB_PAT` | null |
56
53
 
57
- Database path (`{viboraDir}/vibora.db`) and worktree path (`{viboraDir}/worktrees`) are derived from the vibora directory and not separately configurable.
58
-
59
54
  Notification settings (sound, Slack, Discord, Pushover) are configured via the Settings UI and stored in `settings.json`.
60
55
 
61
56
  Precedence: environment variable → settings.json → default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {