vibora 3.0.1 → 3.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.
Files changed (2) hide show
  1. package/README.md +13 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Vibe Engineer's Cockpit. Orchestrate Claude Code across parallel workstreams from a terminal-first command center.
4
4
 
5
- ![Vibora Task Terminals View](./screenshots/terminals-view-with-tests.png)
5
+ ![Vibora Kanban Board](./screenshots/tasks-kanban-board.png)
6
6
 
7
7
  ## What It Does
8
8
 
@@ -67,18 +67,18 @@ Open http://localhost:7777 in your browser.
67
67
 
68
68
  ## Features
69
69
 
70
- ### Task Terminals View
71
-
72
- The killer feature. See all your Claude Code sessions across every task and worktree in a single parallel view. Each task runs in an isolated git worktree, and you can monitor and interact with all of them simultaneously.
73
-
74
- ![Task Terminals View](./screenshots/terminals-view-with-tests.png)
75
-
76
70
  ### Kanban Board
77
71
 
78
72
  Track tasks from planning to done. Create tasks that automatically spin up isolated git worktrees, and watch their status update in real-time as you work with Claude Code.
79
73
 
80
74
  ![Kanban Board](./screenshots/tasks-kanban-board.png)
81
75
 
76
+ ### Task Terminals View
77
+
78
+ See all your Claude Code sessions across every task and worktree in a single parallel view. Each task runs in an isolated git worktree, and you can monitor and interact with all of them simultaneously.
79
+
80
+ ![Task Terminals View](./screenshots/terminals-view-with-tests.png)
81
+
82
82
  ### Repositories
83
83
 
84
84
  Manage your projects with quick actions. Create new tasks, open terminals, and configure repository settings from one place.
@@ -283,4 +283,9 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for development setup, architecture, and co
283
283
 
284
284
  [PolyForm Shield 1.0.0](LICENSE)
285
285
 
286
- **In plain English:** You can use Vibora for any purpose—personal or commercial. KNOWSUCHAGENCY CORP has no claim over the software you build using Vibora. What's prohibited is reselling or redistributing Vibora itself for profit. The software is provided as-is with no warranty.
286
+ **In plain English:**
287
+
288
+ - **Allowed:** Use Vibora for any purpose—personal or commercial
289
+ - **Allowed:** Build and sell software using Vibora (we have no claim over your work)
290
+ - **Not allowed:** Resell or redistribute Vibora itself for profit
291
+ - **No warranty:** The software is provided as-is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {