vibora 3.0.0 → 3.0.1

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {