kodelyth-ecc 1.4.1 → 1.5.1

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,99 +1,65 @@
1
- <svg width="1200" height="630" viewBox="0 0 1200 630" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 360" width="640" height="360" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
2
2
  <defs>
3
- <linearGradient id="bg3" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#0a0a0f"/>
3
+ <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" style="stop-color:#050811"/>
5
5
  <stop offset="100%" style="stop-color:#0d1117"/>
6
6
  </linearGradient>
7
- <linearGradient id="acc3" x1="0%" y1="0%" x2="100%" y2="0%">
7
+ <linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
8
8
  <stop offset="0%" style="stop-color:#7c3aed"/>
9
9
  <stop offset="100%" style="stop-color:#2563eb"/>
10
10
  </linearGradient>
11
- <linearGradient id="green3" x1="0%" y1="0%" x2="100%" y2="0%">
12
- <stop offset="0%" style="stop-color:#059669"/>
13
- <stop offset="100%" style="stop-color:#0891b2"/>
14
- </linearGradient>
15
11
  </defs>
16
12
 
17
- <rect width="1200" height="630" fill="url(#bg3)"/>
18
- <rect x="0" y="0" width="1200" height="4" fill="url(#acc3)"/>
19
-
20
- <!-- Left panel: text -->
21
- <text x="60" y="80" font-size="15" font-weight="700" letter-spacing="4" fill="#7c3aed">ONE COMMAND</text>
22
- <text x="60" y="150" font-size="58" font-weight="900" letter-spacing="-1" fill="#ffffff">Install once.</text>
23
- <text x="60" y="215" font-size="58" font-weight="900" letter-spacing="-1" fill="#ffffff">Code forever.</text>
24
-
25
- <text x="60" y="270" font-size="17" fill="#64748b" font-weight="400">Works in Claude Code, Google Antigravity,</text>
26
- <text x="60" y="294" font-size="17" fill="#64748b">Cursor, Codex, OpenCode.</text>
27
-
28
- <!-- Platforms with colored dots -->
29
- <g transform="translate(60, 330)">
30
- <circle cx="8" cy="8" r="5" fill="#7c3aed"/>
31
- <text x="22" y="14" font-size="14" fill="#94a3b8">Claude Code</text>
32
-
33
- <circle cx="8" cy="38" r="5" fill="#2563eb"/>
34
- <text x="22" y="44" font-size="14" fill="#94a3b8">Google Antigravity</text>
35
-
36
- <circle cx="8" cy="68" r="5" fill="#0891b2"/>
37
- <text x="22" y="74" font-size="14" fill="#94a3b8">Cursor IDE</text>
38
-
39
- <circle cx="8" cy="98" r="5" fill="#059669"/>
40
- <text x="22" y="104" font-size="14" fill="#94a3b8">OpenAI Codex CLI</text>
13
+ <rect width="640" height="360" fill="url(#bg)" rx="12"/>
14
+ <rect x="0" y="0" width="640" height="3" fill="url(#accent)" rx="2"/>
41
15
 
42
- <circle cx="8" cy="128" r="5" fill="#f59e0b"/>
43
- <text x="22" y="134" font-size="14" fill="#94a3b8">OpenCode</text>
44
- </g>
16
+ <!-- Header -->
17
+ <text x="28" y="42" font-size="20" font-weight="800" fill="#ffffff">4 Ways to Install</text>
18
+ <text x="28" y="62" font-size="12" fill="#6e7681">Any machine, any platform. Node 18+ required.</text>
45
19
 
46
- <!-- GitHub link -->
47
- <rect x="60" y="520" width="380" height="52" rx="8" fill="#1e293b" stroke="#7c3aed" stroke-width="1"/>
48
- <text x="250" y="551" font-size="14" fill="#a78bfa" text-anchor="middle" font-weight="600">github.com/sifxprime/kodelyth-ecc</text>
20
+ <line x1="28" y1="76" x2="612" y2="76" stroke="#21262d" stroke-width="1"/>
49
21
 
50
- <!-- Right panel: terminal -->
51
- <rect x="580" y="50" width="580" height="540" rx="12" fill="#0d1117" stroke="#1e293b" stroke-width="1"/>
22
+ <!-- Option 1: npx -->
23
+ <text x="28" y="100" font-size="10" fill="#7c3aed" font-weight="700" letter-spacing="1">OPTION 1 — EASIEST (no clone needed)</text>
24
+ <rect x="28" y="108" width="584" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
25
+ <text x="44" y="131" font-family="'Courier New', Courier, monospace" font-size="13" fill="#57c454">$</text>
26
+ <text x="58" y="131" font-family="'Courier New', Courier, monospace" font-size="13" fill="#e6edf3"> npx kodelyth-ecc</text>
52
27
 
53
- <!-- Title bar -->
54
- <rect x="580" y="50" width="580" height="42" rx="12" fill="#161b22"/>
55
- <rect x="580" y="70" width="580" height="22" fill="#161b22"/>
56
- <circle cx="610" cy="71" r="6" fill="#ef4444"/>
57
- <circle cx="634" cy="71" r="6" fill="#f59e0b"/>
58
- <circle cx="658" cy="71" r="6" fill="#10b981"/>
59
- <text x="870" y="77" font-size="12" fill="#475569" text-anchor="middle">Terminal</text>
28
+ <!-- Option 2: curl -->
29
+ <text x="28" y="164" font-size="10" fill="#2563eb" font-weight="700" letter-spacing="1">OPTION 2 — macOS / LINUX</text>
30
+ <rect x="28" y="172" width="584" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
31
+ <text x="44" y="195" font-family="'Courier New', Courier, monospace" font-size="12" fill="#57c454">$</text>
32
+ <text x="58" y="195" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> curl -fsSL https://raw.githubusercontent.com/sifxprime/...</text>
60
33
 
61
- <!-- Commands -->
62
- <text x="608" y="120" font-size="13" font-family="'Courier New', monospace" fill="#64748b"># Claude Code</text>
63
- <text x="608" y="142" font-size="13" font-family="'Courier New', monospace">
64
- <tspan fill="#10b981">$ </tspan>
65
- <tspan fill="#e2e8f0">./install.sh</tspan>
66
- </text>
34
+ <!-- Option 3: powershell -->
35
+ <text x="28" y="228" font-size="10" fill="#818cf8" font-weight="700" letter-spacing="1">OPTION 3 — WINDOWS (POWERSHELL)</text>
36
+ <rect x="28" y="236" width="584" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
37
+ <text x="44" y="259" font-family="'Courier New', Courier, monospace" font-size="12" fill="#57c454">PS></text>
38
+ <text x="70" y="259" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> irm .../install.ps1 | iex</text>
67
39
 
68
- <text x="608" y="178" font-size="13" font-family="'Courier New', monospace" fill="#64748b"># Google Antigravity + Next.js</text>
69
- <text x="608" y="200" font-size="13" font-family="'Courier New', monospace">
70
- <tspan fill="#10b981">$ </tspan>
71
- <tspan fill="#e2e8f0">./install.sh --target antigravity \</tspan>
72
- </text>
73
- <text x="608" y="220" font-size="13" font-family="'Courier New', monospace">
74
- <tspan fill="#e2e8f0"> --profile nextjs</tspan>
75
- </text>
40
+ <!-- Targets -->
41
+ <text x="28" y="292" font-size="10" fill="#484f58" letter-spacing="1">INSTALL TARGETS — add </text>
42
+ <text x="178" y="292" font-family="'Courier New', Courier, monospace" font-size="10" fill="#a78bfa">--target &lt;name&gt;</text>
76
43
 
77
- <line x1="608" y1="240" x2="1140" y2="240" stroke="#1e293b" stroke-width="1"/>
44
+ <rect x="28" y="302" width="90" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
45
+ <text x="73" y="317" font-size="10" fill="#8b949e" text-anchor="middle">claude-home</text>
78
46
 
79
- <text x="608" y="268" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ Agents → skills (53)</text>
80
- <text x="608" y="290" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ Commands → workflows (79)</text>
81
- <text x="608" y="312" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ Rules — 18 files, always-on</text>
82
- <text x="608" y="334" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ kodelyth-quickstart</text>
83
- <text x="608" y="356" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ smart-debug</text>
84
- <text x="608" y="378" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ git-mastery</text>
85
- <text x="608" y="400" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ observability</text>
47
+ <rect x="126" y="302" width="80" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
48
+ <text x="166" y="317" font-size="10" fill="#8b949e" text-anchor="middle">antigravity</text>
86
49
 
87
- <line x1="608" y1="420" x2="1140" y2="420" stroke="#1e293b" stroke-width="1"/>
50
+ <rect x="214" y="302" width="110" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
51
+ <text x="269" y="317" font-size="10" fill="#8b949e" text-anchor="middle">windsurf-project</text>
88
52
 
89
- <text x="608" y="452" font-size="15" font-family="'Courier New', monospace" font-weight="bold" fill="#10b981"> ARMED AND OPERATIONAL.</text>
53
+ <rect x="332" y="302" width="104" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
54
+ <text x="384" y="317" font-size="10" fill="#8b949e" text-anchor="middle">windsurf-home</text>
90
55
 
91
- <text x="608" y="490" font-size="12" font-family="'Courier New', monospace" fill="#374151"> Gemini 3.1 Pro (Low) ← daily coding</text>
92
- <text x="608" y="510" font-size="12" font-family="'Courier New', monospace" fill="#374151"> Gemini 3.1 Pro (High) ← hard problems</text>
93
- <text x="608" y="530" font-size="12" font-family="'Courier New', monospace" fill="#374151"> Claude Sonnet 4.6 ← agent behavior</text>
94
- <text x="608" y="550" font-size="12" font-family="'Courier New', monospace" fill="#374151"> Claude Opus 4.6 ← last resort</text>
56
+ <rect x="444" y="302" width="88" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
57
+ <text x="488" y="317" font-size="10" fill="#8b949e" text-anchor="middle">cursor-project</text>
95
58
 
96
- <rect x="608" y="566" width="8" height="14" fill="#7c3aed" rx="1"/>
59
+ <rect x="540" y="302" width="72" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
60
+ <text x="576" y="317" font-size="10" fill="#8b949e" text-anchor="middle">opencode</text>
97
61
 
98
- <rect x="0" y="626" width="1200" height="4" fill="url(#green3)"/>
62
+ <!-- Bottom line -->
63
+ <line x1="28" y1="336" x2="612" y2="336" stroke="#21262d" stroke-width="1"/>
64
+ <text x="320" y="353" font-size="11" fill="#30363d" text-anchor="middle">github.com/sifxprime/kodelyth-ecc</text>
99
65
  </svg>
@@ -1,133 +1,60 @@
1
- <svg width="1200" height="630" viewBox="0 0 1200 630" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
2
- <!-- Background -->
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 320" width="600" height="320" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
3
2
  <defs>
4
3
  <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
5
- <stop offset="0%" style="stop-color:#0a0a0f"/>
4
+ <stop offset="0%" style="stop-color:#050811"/>
6
5
  <stop offset="100%" style="stop-color:#0d1117"/>
7
6
  </linearGradient>
8
7
  <linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
9
8
  <stop offset="0%" style="stop-color:#7c3aed"/>
10
9
  <stop offset="100%" style="stop-color:#2563eb"/>
11
10
  </linearGradient>
12
- <linearGradient id="redline" x1="0%" y1="0%" x2="100%" y2="0%">
13
- <stop offset="0%" style="stop-color:#dc2626"/>
14
- <stop offset="100%" style="stop-color:#7c3aed"/>
15
- </linearGradient>
16
11
  </defs>
17
12
 
18
- <rect width="1200" height="630" fill="url(#bg)"/>
19
-
20
- <!-- Top accent bar -->
21
- <rect x="0" y="0" width="1200" height="4" fill="url(#accent)"/>
22
-
23
- <!-- Grid pattern -->
24
- <g opacity="0.04" stroke="#ffffff" stroke-width="1">
25
- <line x1="0" y1="105" x2="1200" y2="105"/>
26
- <line x1="0" y1="210" x2="1200" y2="210"/>
27
- <line x1="0" y1="315" x2="1200" y2="315"/>
28
- <line x1="0" y1="420" x2="1200" y2="420"/>
29
- <line x1="0" y1="525" x2="1200" y2="525"/>
30
- <line x1="200" y1="0" x2="200" y2="630"/>
31
- <line x1="400" y1="0" x2="400" y2="630"/>
32
- <line x1="600" y1="0" x2="600" y2="630"/>
33
- <line x1="800" y1="0" x2="800" y2="630"/>
34
- <line x1="1000" y1="0" x2="1000" y2="630"/>
35
- </g>
36
-
37
- <!-- Danger badge -->
38
- <rect x="60" y="52" width="320" height="36" rx="4" fill="#dc2626" opacity="0.15"/>
39
- <rect x="60" y="52" width="320" height="36" rx="4" fill="none" stroke="#dc2626" stroke-width="1"/>
40
- <text x="80" y="76" font-size="13" font-weight="700" letter-spacing="3" fill="#ef4444">DANGER LEVEL: GOD TIER</text>
41
-
42
- <!-- Main title -->
43
- <text x="60" y="170" font-size="82" font-weight="900" letter-spacing="-2" fill="#ffffff">Kodelyth</text>
44
- <text x="60" y="260" font-size="82" font-weight="900" letter-spacing="-2">
45
- <tspan fill="url(#accent)">ECC</tspan>
46
- </text>
47
-
48
- <!-- Tagline -->
49
- <text x="60" y="320" font-size="22" font-weight="400" fill="#94a3b8" letter-spacing="0.5">The most dangerous AI coding toolkit on the planet.</text>
50
-
51
- <!-- Divider -->
52
- <rect x="60" y="350" width="80" height="3" fill="url(#accent)" rx="2"/>
53
-
54
- <!-- Stats row -->
55
- <g transform="translate(60, 390)">
56
- <!-- Stat 1 -->
57
- <text x="0" y="0" font-size="42" font-weight="800" fill="#ffffff">53</text>
58
- <text x="0" y="24" font-size="13" fill="#64748b" font-weight="500">AGENTS</text>
59
-
60
- <!-- Stat 2 -->
61
- <text x="150" y="0" font-size="42" font-weight="800" fill="#ffffff">185</text>
62
- <text x="150" y="24" font-size="13" fill="#64748b" font-weight="500">SKILLS</text>
63
-
64
- <!-- Stat 3 -->
65
- <text x="310" y="0" font-size="42" font-weight="800" fill="#ffffff">79</text>
66
- <text x="310" y="24" font-size="13" fill="#64748b" font-weight="500">COMMANDS</text>
67
-
68
- <!-- Stat 4 -->
69
- <text x="450" y="0" font-size="42" font-weight="800" fill="#ffffff">18+</text>
70
- <text x="450" y="24" font-size="13" fill="#64748b" font-weight="500">HOOKS</text>
71
- </g>
72
-
73
- <!-- Platform pills -->
74
- <g transform="translate(60, 470)">
75
- <rect x="0" y="0" width="140" height="32" rx="16" fill="#1e293b"/>
76
- <text x="70" y="21" font-size="13" font-weight="600" fill="#7c3aed" text-anchor="middle">Claude Code</text>
77
-
78
- <rect x="152" y="0" width="160" height="32" rx="16" fill="#1e293b"/>
79
- <text x="232" y="21" font-size="13" font-weight="600" fill="#2563eb" text-anchor="middle">Google Antigravity</text>
80
-
81
- <rect x="324" y="0" width="90" height="32" rx="16" fill="#1e293b"/>
82
- <text x="369" y="21" font-size="13" font-weight="600" fill="#0891b2" text-anchor="middle">Cursor</text>
13
+ <rect width="600" height="320" fill="url(#bg)" rx="12"/>
14
+ <rect x="0" y="0" width="600" height="3" fill="url(#accent)" rx="2"/>
83
15
 
84
- <rect x="426" y="0" width="90" height="32" rx="16" fill="#1e293b"/>
85
- <text x="471" y="21" font-size="13" font-weight="600" fill="#059669" text-anchor="middle">Codex</text>
86
- </g>
16
+ <!-- Title -->
17
+ <text x="30" y="52" font-size="28" font-weight="800" fill="#ffffff" letter-spacing="-1">Kodelyth ECC</text>
18
+ <rect x="220" y="33" width="56" height="20" rx="10" fill="#7c3aed" fill-opacity="0.25" stroke="#7c3aed" stroke-opacity="0.6" stroke-width="1"/>
19
+ <text x="248" y="48" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.4.1</text>
87
20
 
88
- <!-- Bottom github link -->
89
- <text x="60" y="582" font-size="15" fill="#475569" font-weight="500">github.com/sifxprime/kodelyth-ecc</text>
90
- <text x="60" y="608" font-size="13" fill="#334155">Free · Open Source · Any language · Any scale</text>
21
+ <text x="30" y="76" font-size="13" fill="#6e7681">Production-grade AI coding toolkit with self-learning memory</text>
91
22
 
92
- <!-- Right side visual terminal window -->
93
- <rect x="700" y="80" width="460" height="470" rx="12" fill="#111827" stroke="#1e293b" stroke-width="1"/>
23
+ <line x1="30" y1="92" x2="570" y2="92" stroke="#21262d" stroke-width="1"/>
94
24
 
95
- <!-- Terminal title bar -->
96
- <rect x="700" y="80" width="460" height="40" rx="12" fill="#1a2234"/>
97
- <rect x="700" y="100" width="460" height="20" fill="#1a2234"/>
98
- <circle cx="728" cy="100" r="6" fill="#ef4444"/>
99
- <circle cx="750" cy="100" r="6" fill="#f59e0b"/>
100
- <circle cx="772" cy="100" r="6" fill="#10b981"/>
101
- <text x="920" y="106" font-size="12" fill="#475569" text-anchor="middle">kodelyth-ecc — install</text>
25
+ <text x="30" y="118" font-size="11" fill="#484f58" letter-spacing="1.5">INSTALL</text>
102
26
 
103
- <!-- Terminal content -->
104
- <text x="724" y="154" font-size="13" font-family="'Courier New', monospace" fill="#64748b">$ ./install.sh --target antigravity</text>
27
+ <!-- npx -->
28
+ <rect x="30" y="128" width="540" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
29
+ <text x="46" y="151" font-family="'Courier New', Courier, monospace" font-size="13" fill="#57c454">$</text>
30
+ <text x="60" y="151" font-family="'Courier New', Courier, monospace" font-size="13" fill="#e6edf3"> npx kodelyth-ecc</text>
31
+ <rect x="466" y="133" width="92" height="26" rx="4" fill="#7c3aed" fill-opacity="0.2" stroke="#7c3aed" stroke-opacity="0.3" stroke-width="1"/>
32
+ <text x="512" y="151" font-size="10" fill="#a78bfa" text-anchor="middle" font-weight="700">RECOMMENDED</text>
105
33
 
106
- <text x="724" y="184" font-size="12" font-family="'Courier New', monospace" fill="#7c3aed"> KODELYTH ECC</text>
107
- <text x="724" y="204" font-size="11" font-family="'Courier New', monospace" fill="#374151"> ─────────────────────────────</text>
34
+ <!-- curl -->
35
+ <rect x="30" y="172" width="540" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
36
+ <text x="46" y="195" font-family="'Courier New', Courier, monospace" font-size="11.5" fill="#57c454">$</text>
37
+ <text x="60" y="195" font-family="'Courier New', Courier, monospace" font-size="11.5" fill="#e6edf3"> curl -fsSL https://raw.github.../install.sh | bash</text>
108
38
 
109
- <text x="724" y="230" font-size="12" font-family="'Courier New', monospace">
110
- <tspan fill="#ef4444"> DANGER LEVEL: GOD TIER</tspan>
111
- </text>
39
+ <!-- Memory feature highlight -->
40
+ <rect x="30" y="220" width="540" height="58" rx="8" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.3" stroke-width="1"/>
41
+ <text x="46" y="240" font-size="10" font-weight="700" fill="#10b981" letter-spacing="1">NEW: SELF-LEARNING MEMORY</text>
42
+ <text x="46" y="257" font-size="12" fill="#8b949e">Auto-recalls past solutions on every prompt you type.</text>
43
+ <text x="46" y="274" font-size="12" fill="#8b949e">Local-only. BM25 search. Zero cloud. Zero telemetry.</text>
112
44
 
113
- <text x="724" y="256" font-size="11" font-family="'Courier New', monospace" fill="#374151"> ─────────────────────────────</text>
45
+ <line x1="30" y1="292" x2="570" y2="292" stroke="#21262d" stroke-width="1"/>
114
46
 
115
- <text x="724" y="282" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ Agents → skills (53)</text>
116
- <text x="724" y="304" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ Commands → workflows (79)</text>
117
- <text x="724" y="326" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ Rules (flattened)</text>
118
- <text x="724" y="348" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ kodelyth-quickstart</text>
119
- <text x="724" y="370" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ smart-debug</text>
120
- <text x="724" y="392" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ git-mastery</text>
121
- <text x="724" y="414" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ observability</text>
47
+ <text x="70" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">61</text>
48
+ <text x="70" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">AGENTS</text>
122
49
 
123
- <text x="724" y="446" font-size="11" font-family="'Courier New', monospace" fill="#374151"> ─────────────────────────────</text>
124
- <text x="724" y="470" font-size="13" font-family="'Courier New', monospace" fill="#10b981" font-weight="bold"> ARMED AND OPERATIONAL.</text>
50
+ <text x="190" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">188</text>
51
+ <text x="190" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">SKILLS</text>
125
52
 
126
- <text x="724" y="500" font-size="11" font-family="'Courier New', monospace" fill="#64748b"> Powered by Kodelyth</text>
53
+ <text x="310" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">80</text>
54
+ <text x="310" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">COMMANDS</text>
127
55
 
128
- <!-- Blinking cursor -->
129
- <rect x="724" y="516" width="8" height="14" fill="#7c3aed" opacity="0.8" rx="1"/>
56
+ <text x="430" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">18+</text>
57
+ <text x="430" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">HOOKS</text>
130
58
 
131
- <!-- Bottom bar -->
132
- <rect x="0" y="626" width="1200" height="4" fill="url(#redline)"/>
59
+ <text x="540" y="312" font-size="11" font-weight="700" fill="#7c3aed" text-anchor="middle">MIT</text>
133
60
  </svg>
@@ -0,0 +1,119 @@
1
+ <svg width="1200" height="630" viewBox="0 0 1200 630" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
2
+ <defs>
3
+ <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" style="stop-color:#050811"/>
5
+ <stop offset="100%" style="stop-color:#0d1117"/>
6
+ </linearGradient>
7
+ <linearGradient id="purple" x1="0%" y1="0%" x2="100%" y2="0%">
8
+ <stop offset="0%" style="stop-color:#7c3aed"/>
9
+ <stop offset="100%" style="stop-color:#2563eb"/>
10
+ </linearGradient>
11
+ <linearGradient id="green" x1="0%" y1="0%" x2="100%" y2="0%">
12
+ <stop offset="0%" style="stop-color:#059669"/>
13
+ <stop offset="100%" style="stop-color:#0891b2"/>
14
+ </linearGradient>
15
+ <linearGradient id="card1" x1="0%" y1="0%" x2="0%" y2="100%">
16
+ <stop offset="0%" style="stop-color:#1a1f2e"/>
17
+ <stop offset="100%" style="stop-color:#0d1117"/>
18
+ </linearGradient>
19
+ </defs>
20
+
21
+ <!-- Background -->
22
+ <rect width="1200" height="630" fill="url(#bg)"/>
23
+
24
+ <!-- Subtle glow orbs -->
25
+ <circle cx="150" cy="180" r="280" fill="#7c3aed" opacity="0.05"/>
26
+ <circle cx="1050" cy="460" r="240" fill="#059669" opacity="0.05"/>
27
+ <circle cx="600" cy="315" r="350" fill="#2563eb" opacity="0.03"/>
28
+
29
+ <!-- Top accent bar -->
30
+ <rect x="0" y="0" width="1200" height="5" fill="url(#purple)"/>
31
+
32
+ <!-- Version badge -->
33
+ <rect x="80" y="36" width="90" height="28" rx="14" fill="#7c3aed" fill-opacity="0.25" stroke="#7c3aed" stroke-opacity="0.6" stroke-width="1.5"/>
34
+ <text x="125" y="55" font-size="13" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.0</text>
35
+
36
+ <!-- NEW badge -->
37
+ <rect x="184" y="36" width="68" height="28" rx="14" fill="#059669" fill-opacity="0.25" stroke="#059669" stroke-opacity="0.6" stroke-width="1.5"/>
38
+ <text x="218" y="55" font-size="13" fill="#10b981" text-anchor="middle" font-weight="700">NEW</text>
39
+
40
+ <!-- Main headline -->
41
+ <text x="80" y="135" font-size="70" font-weight="900" letter-spacing="-3" fill="#ffffff">Kodelyth ECC</text>
42
+ <text x="80" y="200" font-size="28" fill="#6e7681" font-weight="400">61 agents. Self-learning memory. Zero cost. Zero cloud.</text>
43
+
44
+ <!-- Divider -->
45
+ <line x1="80" y1="228" x2="1120" y2="228" stroke="#21262d" stroke-width="1.5"/>
46
+
47
+ <!-- Left column: What's new cards -->
48
+ <!-- Card: Memory -->
49
+ <rect x="80" y="252" width="340" height="110" rx="10" fill="url(#card1)" stroke="#059669" stroke-opacity="0.35" stroke-width="1"/>
50
+ <rect x="80" y="252" width="4" height="110" rx="2" fill="url(#green)"/>
51
+ <text x="100" y="280" font-size="13" font-weight="700" fill="#10b981" letter-spacing="0.5">SELF-LEARNING MEMORY</text>
52
+ <text x="100" y="302" font-size="14" fill="#8b949e">Captures every solution you find.</text>
53
+ <text x="100" y="322" font-size="14" fill="#8b949e">Auto-recalls on your next prompt.</text>
54
+ <text x="100" y="342" font-size="14" fill="#8b949e">Local BM25. No cloud. No telemetry.</text>
55
+
56
+ <!-- Card: New Agents -->
57
+ <rect x="80" y="374" width="340" height="110" rx="10" fill="url(#card1)" stroke="#f97316" stroke-opacity="0.35" stroke-width="1"/>
58
+ <rect x="80" y="374" width="4" height="110" rx="2" fill="#f97316"/>
59
+ <text x="100" y="402" font-size="13" font-weight="700" fill="#fdba74" letter-spacing="0.5">2 NEW AGENTS</text>
60
+ <text x="100" y="424" font-size="14" fill="#8b949e">incident-commander — P0/P1/P2/P3</text>
61
+ <text x="100" y="444" font-size="14" fill="#8b949e">production incident response.</text>
62
+ <text x="100" y="464" font-size="14" fill="#8b949e">load-tester — k6, Locust, Artillery.</text>
63
+
64
+ <!-- Center divider line -->
65
+ <line x1="460" y1="252" x2="460" y2="500" stroke="#21262d" stroke-width="1"/>
66
+
67
+ <!-- Middle column: Stats -->
68
+ <text x="540" y="290" font-size="86" font-weight="900" fill="#ffffff" text-anchor="middle">61</text>
69
+ <text x="540" y="318" font-size="13" fill="#484f58" text-anchor="middle" letter-spacing="3">SPECIALIST AGENTS</text>
70
+
71
+ <line x1="480" y1="340" x2="600" y2="340" stroke="#21262d" stroke-width="1"/>
72
+
73
+ <text x="540" y="382" font-size="52" font-weight="900" fill="#ffffff" text-anchor="middle">188</text>
74
+ <text x="540" y="406" font-size="12" fill="#484f58" text-anchor="middle" letter-spacing="3">SKILLS</text>
75
+
76
+ <line x1="480" y1="428" x2="600" y2="428" stroke="#21262d" stroke-width="1"/>
77
+
78
+ <text x="540" y="468" font-size="52" font-weight="900" fill="#ffffff" text-anchor="middle">80</text>
79
+ <text x="540" y="492" font-size="12" fill="#484f58" text-anchor="middle" letter-spacing="3">COMMANDS</text>
80
+
81
+ <!-- Right column: Benefits -->
82
+ <line x1="620" y1="252" x2="620" y2="500" stroke="#21262d" stroke-width="1"/>
83
+
84
+ <!-- Benefit 1: Cost -->
85
+ <rect x="644" y="252" width="476" height="74" rx="10" fill="url(#card1)" stroke="#21262d" stroke-width="1"/>
86
+ <text x="668" y="280" font-size="15" font-weight="700" fill="#ffffff">Saves money.</text>
87
+ <text x="668" y="300" font-size="13" fill="#6e7681">Intent routing picks the right model tier automatically.</text>
88
+ <text x="668" y="318" font-size="13" fill="#6e7681">No more paying Opus prices for Haiku-level work.</text>
89
+
90
+ <!-- Benefit 2: Speed -->
91
+ <rect x="644" y="338" width="476" height="74" rx="10" fill="url(#card1)" stroke="#21262d" stroke-width="1"/>
92
+ <text x="668" y="366" font-size="15" font-weight="700" fill="#ffffff">Works instantly.</text>
93
+ <text x="668" y="386" font-size="13" fill="#6e7681">No agent names to remember. Type naturally —</text>
94
+ <text x="668" y="404" font-size="13" fill="#6e7681">routing reads intent and calls the right expert.</text>
95
+
96
+ <!-- Benefit 3: Free -->
97
+ <rect x="644" y="424" width="476" height="74" rx="10" fill="url(#card1)" stroke="#21262d" stroke-width="1"/>
98
+ <text x="668" y="452" font-size="15" font-weight="700" fill="#ffffff">100% free. MIT license.</text>
99
+ <text x="668" y="472" font-size="13" fill="#6e7681">Open source. No subscription. No lock-in.</text>
100
+ <text x="668" y="490" font-size="13" fill="#6e7681">Works on Claude Code, Cursor, Windsurf, Codex + more.</text>
101
+
102
+ <!-- Bottom bar -->
103
+ <rect x="0" y="520" width="1200" height="60" fill="#0d1117"/>
104
+ <line x1="0" y1="520" x2="1200" y2="520" stroke="#21262d" stroke-width="1"/>
105
+
106
+ <!-- Install command -->
107
+ <rect x="80" y="535" width="320" height="34" rx="6" fill="#161b22" stroke="#30363d" stroke-width="1"/>
108
+ <text x="100" y="557" font-family="'Courier New', Courier, monospace" font-size="15" fill="#57c454">$</text>
109
+ <text x="118" y="557" font-family="'Courier New', Courier, monospace" font-size="15" fill="#e6edf3"> npx kodelyth-ecc</text>
110
+
111
+ <!-- Platforms -->
112
+ <text x="420" y="547" font-size="12" fill="#484f58">Claude Code · Windsurf · Cursor · Codex · Antigravity · OpenCode</text>
113
+
114
+ <!-- GitHub link -->
115
+ <text x="1120" y="557" font-size="12" fill="#30363d" text-anchor="end">github.com/sifxprime/kodelyth-ecc</text>
116
+
117
+ <!-- Bottom accent -->
118
+ <rect x="0" y="625" width="1200" height="5" fill="url(#green)"/>
119
+ </svg>