vibora 1.0.2 → 1.0.4

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 CHANGED
@@ -87,10 +87,16 @@ Settings are stored in `.vibora/settings.json`. The vibora directory is resolved
87
87
  | (base directory) | `VIBORA_DIR` | .vibora in CWD or ~/.vibora |
88
88
  | port | `PORT` | 3333 |
89
89
  | defaultGitReposDir | `VIBORA_GIT_REPOS_DIR` | ~ |
90
+ | taskCreationCommand | `VIBORA_TASK_CREATION_COMMAND` | `claude --dangerously-skip-permissions` |
91
+ | hostname | `VIBORA_HOSTNAME` | (empty) |
92
+ | sshPort | `VIBORA_SSH_PORT` | 22 |
90
93
  | linearApiKey | `LINEAR_API_KEY` | null |
94
+ | githubPat | `GITHUB_PAT` | null |
91
95
 
92
96
  Database path (`{viboraDir}/vibora.db`) and worktree path (`{viboraDir}/worktrees`) are derived from the vibora directory and not separately configurable.
93
97
 
98
+ Notification settings (sound, Slack, Discord, Pushover) are configured via the Settings UI and stored in `settings.json`.
99
+
94
100
  Precedence: environment variable → settings.json → default
95
101
 
96
102
  ## CLI