vibora 2.14.1 → 3.0.0

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ The Vibe Engineer's Cockpit. Orchestrate Claude Code across parallel workstreams
11
11
  - **Task Terminals View** — See and control all your Claude Code sessions across every worktree in one parallel view. The killer feature for orchestrating multiple agents simultaneously.
12
12
  - **Run Local or Remote** — Client/server architecture lets you run agents on your machine or a remote server. Launch tasks, close your laptop, and your agents keep working.
13
13
  - **Git Worktree Isolation** — Each task runs in its own worktree. Your main branch stays clean until you're ready to merge.
14
- - **Automatic Status Sync** — The Claude Code plugin syncs task status as you work. When Claude stops and waits for input, the task moves to "In Review". When you respond, it's back "In Progress".
14
+ - **Deep Claude Integration** — Plugin with skill for automatic status sync and task management. MCP server lets Claude manage tasks, list repositories, and send notifications directly.
15
15
  - **Persistent Terminals** — Named terminal tabs that survive restarts for ongoing work that doesn't fit into task worktrees.
16
16
 
17
17
  ## Key Features
@@ -19,7 +19,8 @@ The Vibe Engineer's Cockpit. Orchestrate Claude Code across parallel workstreams
19
19
  - **Parallel Agent Orchestration** — Run multiple Claude Code sessions across different tasks and worktrees
20
20
  - **Local or Remote Execution** — Run on your machine or a remote server; agents continue working when you disconnect
21
21
  - **Git Worktree Isolation** — Safe experimentation without touching your main branch
22
- - **Claude Code Plugin** — Automatic status sync, slash commands, session continuity
22
+ - **Claude Code Plugin** — Skill for task management, automatic status sync, session continuity
23
+ - **MCP Server** — Let Claude manage tasks, list repositories, and send notifications
23
24
  - **Kanban Task Management** — Visual task tracking from planning to done
24
25
  - **PR Monitoring** — Track pull requests across repositories
25
26
  - **Linear Integration** — Sync task status with Linear tickets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "2.14.1",
3
+ "version": "3.0.0",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {