@sma1lboy/kobe 0.9.51 → 0.9.53
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/dist/cli/index.js +296 -296
- package/dist/cli/kobe-run.js +296 -296
- package/dist/cli/rove-run.js +296 -296
- package/dist/web-ui/contrast-wallpaper.svg +20 -0
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1280" height="800" viewBox="0 0 1280 800">
|
|
2
|
+
<!--
|
|
3
|
+
Diagnostic backdrop for TRANSPARENT-mode captures — pass it to
|
|
4
|
+
`visual:shot --wallpaper=/contrast-wallpaper.svg`.
|
|
5
|
+
|
|
6
|
+
Deliberately loud, unlike capture-wallpaper.svg (the near-black desktop
|
|
7
|
+
used for screencasts): against a dark backdrop a panel forced to alpha-0
|
|
8
|
+
and a panel painted opaque look identical, so a transparency regression
|
|
9
|
+
photographs as "no change". A saturated diagonal makes the difference
|
|
10
|
+
unmistakable in a before/after pair.
|
|
11
|
+
-->
|
|
12
|
+
<defs>
|
|
13
|
+
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
14
|
+
<stop offset="0%" stop-color="#1D4ED8"/>
|
|
15
|
+
<stop offset="50%" stop-color="#7C3AED"/>
|
|
16
|
+
<stop offset="100%" stop-color="#BE185D"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
<rect width="1280" height="800" fill="url(#g)"/>
|
|
20
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@sma1lboy/kobe",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.53",
|
|
5
5
|
"description": "Rove — the agent multiplexer for your terminal. Run coding agents on parallel tasks with isolated worktrees and persistent sessions.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"terminal",
|