vibora 1.0.0 → 1.0.2
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 +5 -0
- package/package.json +1 -1
- package/bin/vibora +0 -2
package/README.md
CHANGED
|
@@ -11,6 +11,11 @@ A lightweight PM cockpit for streamlining the software development lifecycle. Vi
|
|
|
11
11
|
- **Opinionated with few opinions** — Provides structure without dictating workflow.
|
|
12
12
|
- **Git worktree isolation** — Tasks create isolated git worktrees, with architecture supporting evolution toward more general task types.
|
|
13
13
|
|
|
14
|
+
## Requirements
|
|
15
|
+
|
|
16
|
+
- [Bun](https://bun.sh/) — JavaScript runtime
|
|
17
|
+
- [dtach](https://github.com/crigler/dtach) — Terminal session persistence
|
|
18
|
+
|
|
14
19
|
## Tech Stack
|
|
15
20
|
|
|
16
21
|
- **Frontend**: React 19, TanStack Router & Query, xterm.js, Tailwind CSS, shadcn/ui (v4 with baseui support)
|
package/package.json
CHANGED
package/bin/vibora
DELETED