vibora 6.2.2 → 6.2.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Vibora
2
2
 
3
- **Orchestrate Claude Code. Ship to production. Own your entire workflow.**
3
+ **Harness Attention. Orchestrate Agents. Ship.**
4
4
 
5
5
  ![Vibora Kanban Board](./screenshots/tasks-kanban-board.png)
6
6
 
package/bin/vibora.js CHANGED
@@ -32629,7 +32629,7 @@ function installUv() {
32629
32629
  var package_default = {
32630
32630
  name: "vibora",
32631
32631
  private: true,
32632
- version: "6.2.2",
32632
+ version: "6.2.3",
32633
32633
  description: "The Vibe Engineer's Cockpit",
32634
32634
  license: "PolyForm-Shield-1.0.0",
32635
32635
  type: "module",
package/dist/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <link rel="icon" type="image/png" href="/logo.png" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vibora</title>
7
+ <title>Vibora - The Vibe Engineer's Cockpit</title>
8
8
  <script type="module" crossorigin src="/assets/index-Dd6uprtg.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CCbpT1ZS.css">
10
10
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "6.2.2",
3
+ "version": "6.2.3",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {