vibora 3.0.0 → 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 +15 -9
  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.
@@ -102,11 +102,12 @@ Keep an eye on system resources while your agents work. CPU, memory, and disk us
102
102
  The Vibora plugin for Claude Code enables seamless integration:
103
103
 
104
104
  - **Automatic Status Sync** — Task moves to "In Review" when Claude stops, "In Progress" when you respond
105
+ - **Vibora Skill** — CLI documentation for task management (see `plugins/vibora/skills/`)
105
106
  - **Slash Commands** — `/review`, `/pr`, `/notify`, `/linear`, `/task-info`
106
107
  - **Session Continuity** — Claude sessions are tied to task IDs
107
108
  - **MCP Server** — Task management tools available directly to Claude
108
109
 
109
- The plugin is automatically installed in task worktrees when tasks are created. To install globally:
110
+ The plugin is automatically installed when Vibora starts. To install manually:
110
111
 
111
112
  ```bash
112
113
  claude plugin marketplace add knowsuchagency/vibora
@@ -282,4 +283,9 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for development setup, architecture, and co
282
283
 
283
284
  [PolyForm Shield 1.0.0](LICENSE)
284
285
 
285
- **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.0",
3
+ "version": "3.0.2",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {