vibe-squire 1.2.0 → 1.3.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.
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true">
2
+ <rect width="32" height="32" rx="7" fill="#121815" />
3
+ <rect x="6" y="10" width="5" height="14" rx="1.5" fill="#3d9f7a" />
4
+ <rect x="13.5" y="6" width="5" height="20" rx="1.5" fill="#3d9f7a" />
5
+ <rect x="21" y="12" width="5" height="10" rx="1.5" fill="#3d9f7a" />
6
+ </svg>
@@ -4,6 +4,7 @@
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
  <title>{{title}} · vibe-squire</title>
7
+ <link rel="icon" href="/ui/assets/favicon.svg" type="image/svg+xml" />
7
8
  <link rel="preconnect" href="https://fonts.googleapis.com" />
8
9
  <link
9
10
  href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Source+Sans+3:wght@400;600;700&display=swap"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-squire",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Local orchestrator: GitHub PR review queue → Vibe Kanban via MCP",
5
5
  "author": "alexpialetski",
6
6
  "license": "MIT",