@muhammad_zihad/prless 0.1.0 → 0.2.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,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="PRless">
2
+ <defs>
3
+ <linearGradient id="prless-bg" x1="0" y1="0" x2="1" y2="1">
4
+ <stop offset="0" stop-color="#6d54e0"/>
5
+ <stop offset="1" stop-color="#ad5cd6"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <rect width="64" height="64" rx="16" fill="url(#prless-bg)"/>
9
+ <g fill="none" stroke="#ffffff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round" transform="translate(8 8) scale(2)">
10
+ <circle cx="18" cy="18" r="3"/>
11
+ <circle cx="6" cy="6" r="3"/>
12
+ <path d="M6 21V9a9 9 0 0 0 9 9"/>
13
+ </g>
14
+ </svg>
@@ -3,9 +3,10 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link rel="icon" type="image/svg+xml" href="/icon.svg" />
6
7
  <title>PRless</title>
7
- <script type="module" crossorigin src="/assets/index-BJamOYc8.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-BowQr5t6.css">
8
+ <script type="module" crossorigin src="/assets/index-nQUGmqFa.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-BiG3-pOY.css">
9
10
  </head>
10
11
  <body>
11
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muhammad_zihad/prless",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Local GitHub-style code review tool with agent-agnostic AI handoff",
5
5
  "type": "module",
6
6
  "license": "MIT",