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.
- package/README.md +2 -1
- 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
|
|
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
|