the-grid-cc 1.7.3 → 1.7.5

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.
@@ -1,120 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 520">
2
- <defs>
3
- <linearGradient id="termBg" x1="0%" y1="0%" x2="0%" y2="100%">
4
- <stop offset="0%" style="stop-color:#2d2d2d"/>
5
- <stop offset="100%" style="stop-color:#1a1a1a"/>
6
- </linearGradient>
7
- </defs>
8
-
9
- <!-- Terminal window -->
10
- <rect width="800" height="520" rx="10" fill="url(#termBg)"/>
11
-
12
- <!-- Title bar -->
13
- <rect width="800" height="32" rx="10" fill="#3d3d3d"/>
14
- <rect y="22" width="800" height="10" fill="#3d3d3d"/>
15
-
16
- <!-- Traffic lights -->
17
- <circle cx="20" cy="16" r="6" fill="#ff5f57"/>
18
- <circle cx="40" cy="16" r="6" fill="#febc2e"/>
19
- <circle cx="60" cy="16" r="6" fill="#28c840"/>
20
-
21
- <!-- Title -->
22
- <text x="400" y="20" fill="#888" font-family="SF Mono, Monaco, monospace" font-size="13" text-anchor="middle">Terminal</text>
23
-
24
- <!-- Prompt line -->
25
- <text x="20" y="60" font-family="SF Mono, Monaco, Consolas, monospace" font-size="14">
26
- <tspan fill="#6cf">~</tspan>
27
- <tspan fill="#888"> $ </tspan>
28
- <tspan fill="#fff">npx the-grid-cc</tspan>
29
- </text>
30
-
31
- <!-- TRON-style GRID logo using rectangles -->
32
- <g fill="#0ff" transform="translate(60, 85)">
33
- <!-- T -->
34
- <rect x="0" y="0" width="40" height="8"/>
35
- <rect x="16" y="8" width="8" height="32"/>
36
-
37
- <!-- H -->
38
- <rect x="50" y="0" width="8" height="40"/>
39
- <rect x="50" y="16" width="24" height="8"/>
40
- <rect x="66" y="0" width="8" height="40"/>
41
-
42
- <!-- E -->
43
- <rect x="84" y="0" width="24" height="8"/>
44
- <rect x="84" y="0" width="8" height="40"/>
45
- <rect x="84" y="16" width="20" height="8"/>
46
- <rect x="84" y="32" width="24" height="8"/>
47
-
48
- <!-- Space -->
49
-
50
- <!-- G -->
51
- <rect x="130" y="0" width="28" height="8"/>
52
- <rect x="130" y="0" width="8" height="40"/>
53
- <rect x="130" y="32" width="28" height="8"/>
54
- <rect x="150" y="20" width="8" height="20"/>
55
- <rect x="142" y="20" width="16" height="8"/>
56
-
57
- <!-- R - FIXED: proper R shape with diagonal leg -->
58
- <rect x="168" y="0" width="8" height="40"/>
59
- <rect x="168" y="0" width="28" height="8"/>
60
- <rect x="188" y="0" width="8" height="20"/>
61
- <rect x="168" y="16" width="28" height="8"/>
62
- <!-- diagonal leg of R - approximated with angled rectangles -->
63
- <rect x="180" y="24" width="8" height="8"/>
64
- <rect x="188" y="32" width="8" height="8"/>
65
-
66
- <!-- I -->
67
- <rect x="210" y="0" width="24" height="8"/>
68
- <rect x="218" y="8" width="8" height="24"/>
69
- <rect x="210" y="32" width="24" height="8"/>
70
-
71
- <!-- D -->
72
- <rect x="244" y="0" width="8" height="40"/>
73
- <rect x="244" y="0" width="20" height="8"/>
74
- <rect x="264" y="4" width="8" height="32"/>
75
- <rect x="244" y="32" width="20" height="8"/>
76
- </g>
77
-
78
- <!-- Version and description -->
79
- <text font-family="SF Mono, Monaco, Consolas, monospace" font-size="14">
80
- <tspan x="60" y="165" fill="#fff">The Grid</tspan>
81
- <tspan fill="#888"> v1.7.2</tspan>
82
- <tspan x="60" y="185" fill="#888">Multi-agent orchestration for Claude Code</tspan>
83
- </text>
84
-
85
- <!-- Installation checkmarks -->
86
- <text font-family="SF Mono, Monaco, Consolas, monospace" font-size="14">
87
- <tspan x="60" y="225" fill="#28c840">✓</tspan>
88
- <tspan fill="#ccc"> Installed commands/grid</tspan>
89
- <tspan x="60" y="245" fill="#28c840">✓</tspan>
90
- <tspan fill="#ccc"> Installed agents</tspan>
91
- </text>
92
-
93
- <!-- Done message -->
94
- <text x="60" y="285" font-family="SF Mono, Monaco, Consolas, monospace" font-size="14">
95
- <tspan fill="#28c840">Done!</tspan>
96
- <tspan fill="#ccc"> Run </tspan>
97
- <tspan fill="#fff">/grid</tspan>
98
- <tspan fill="#ccc"> to get started.</tspan>
99
- </text>
100
-
101
- <!-- Second prompt - /grid session -->
102
- <text x="20" y="330" font-family="SF Mono, Monaco, Consolas, monospace" font-size="14">
103
- <tspan fill="#6cf">~</tspan>
104
- <tspan fill="#888"> $ </tspan>
105
- <tspan fill="#fff">/grid</tspan>
106
- </text>
107
-
108
- <!-- Master Control output -->
109
- <text font-family="SF Mono, Monaco, Consolas, monospace" font-size="14">
110
- <tspan x="60" y="375" fill="#0ff" font-weight="bold">THE GRID</tspan>
111
- <tspan x="60" y="393" fill="#0ff">════════</tspan>
112
- <tspan x="60" y="430" fill="#fff">Master Control online.</tspan>
113
- <tspan x="60" y="465" fill="#ccc">What would you like to build?</tspan>
114
- </text>
115
-
116
- <!-- Blinking cursor -->
117
- <rect x="60" y="480" width="8" height="14" fill="#fff" opacity="0.8">
118
- <animate attributeName="opacity" values="0.8;0;0.8" dur="1s" repeatCount="indefinite"/>
119
- </rect>
120
- </svg>