kodelyth-ecc 1.7.5 → 1.8.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -3
  2. package/CLAUDE.md +1 -1
  3. package/README.md +8 -9
  4. package/SECURITY.md +5 -6
  5. package/bundles/enterprise.md +1 -1
  6. package/bundles/indie-hacker.md +1 -1
  7. package/bundles/red-team.md +1 -1
  8. package/hooks/hooks.json +13 -0
  9. package/hooks/memory/auto-resolve.js +68 -0
  10. package/hooks/memory/capture-correction.js +16 -0
  11. package/hooks/memory/capture-stop.js +70 -14
  12. package/package.json +1 -1
  13. package/rules/common/agents.md +1 -1
  14. package/rules/common/self-improvement-workflow.md +2 -2
  15. package/scripts/dashboard/data.js +1 -1
  16. package/scripts/dashboard/server.js +1 -1
  17. package/scripts/memory/instincts.js +282 -0
  18. package/scripts/memory/store.js +104 -0
  19. package/social/card-agents.svg +1 -1
  20. package/social/card-install.svg +1 -1
  21. package/social/card-main.svg +1 -1
  22. package/social/facebook-v150.svg +14 -13
  23. package/social/fb-ad-main.svg +128 -0
  24. package/social/fb-post-features.svg +118 -0
  25. package/social/fb-post-launch.svg +144 -0
  26. package/social/fb-post-platforms.svg +135 -0
  27. package/social/github-social-preview.svg +119 -28
  28. package/social/hype-compound-learning.svg +9 -9
  29. package/social/hype-devil-mode.svg +8 -8
  30. package/social/hype-mcp-server.svg +8 -8
  31. package/social/hype-parallel-agents.svg +8 -8
  32. package/social/hype-stats-hero.svg +3 -3
  33. package/social/og-image.svg +116 -30
  34. package/social/readme-hero.svg +4 -4
  35. package/social/section-mcp.svg +1 -1
  36. package/social/twitter-threads.md +3 -3
  37. package/social/x-card-agents-grid.svg +2 -2
  38. package/social/x-card-free.svg +2 -2
  39. package/social/x-card-hook.svg +5 -5
  40. package/tests/memory/instincts.test.js +258 -0
  41. package/tests/memory/store.test.js +82 -0
  42. package/wiki/FAQ.md +1 -1
  43. package/wiki/Home.md +3 -3
  44. package/wiki/Installation-Guide.md +2 -2
@@ -0,0 +1,118 @@
1
+ <svg width="1080" height="1080" viewBox="0 0 1080 1080" 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="accent" x1="0%" y1="0%" x2="100%" y2="0%">
8
+ <stop offset="0%" style="stop-color:#a78bfa"/>
9
+ <stop offset="100%" style="stop-color:#38bdf8"/>
10
+ </linearGradient>
11
+ <linearGradient id="g1" x1="0%" y1="0%" x2="100%" y2="100%">
12
+ <stop offset="0%" style="stop-color:#0d2b1d"/>
13
+ <stop offset="100%" style="stop-color:#081a11"/>
14
+ </linearGradient>
15
+ <linearGradient id="g2" x1="0%" y1="0%" x2="100%" y2="100%">
16
+ <stop offset="0%" style="stop-color:#13203a"/>
17
+ <stop offset="100%" style="stop-color:#0a1628"/>
18
+ </linearGradient>
19
+ <linearGradient id="g3" x1="0%" y1="0%" x2="100%" y2="100%">
20
+ <stop offset="0%" style="stop-color:#1e1228"/>
21
+ <stop offset="100%" style="stop-color:#120b1c"/>
22
+ </linearGradient>
23
+ <linearGradient id="g4" x1="0%" y1="0%" x2="100%" y2="100%">
24
+ <stop offset="0%" style="stop-color:#1c1408"/>
25
+ <stop offset="100%" style="stop-color:#120d04"/>
26
+ </linearGradient>
27
+ </defs>
28
+
29
+ <rect width="1080" height="1080" fill="url(#bg)"/>
30
+
31
+ <!-- Ambient glows -->
32
+ <circle cx="540" cy="200" r="400" fill="#a78bfa" opacity="0.03"/>
33
+ <circle cx="900" cy="900" r="300" fill="#38bdf8" opacity="0.03"/>
34
+
35
+ <!-- Ghost Depth Mark — scale 1.6, right edge stamp, op=0.12 -->
36
+ <g transform="translate(920, 360) scale(1.6)" opacity="0.10">
37
+ <polyline points="-44,4 12,100 -44,196"
38
+ stroke="#ffffff" stroke-width="10"
39
+ stroke-linecap="round" stroke-linejoin="round"
40
+ fill="none"/>
41
+ <polyline points="0,0 88,100 0,200"
42
+ stroke="#ffffff" stroke-width="32"
43
+ stroke-linecap="round" stroke-linejoin="round"
44
+ fill="none"/>
45
+ </g>
46
+
47
+ <!-- Header -->
48
+ <text x="540" y="82" font-size="13" font-weight="700" fill="#a78bfa" text-anchor="middle" letter-spacing="3">KODELYTH ECC v1.8.0</text>
49
+ <text x="540" y="138" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff" text-anchor="middle">What's inside the toolkit</text>
50
+ <text x="540" y="178" font-size="20" font-weight="400" fill="#6e7681" text-anchor="middle">4 capabilities that change how you code every day</text>
51
+
52
+ <!-- Divider -->
53
+ <line x1="80" y1="210" x2="1000" y2="210" stroke="#21262d" stroke-width="1"/>
54
+
55
+ <!-- Card grid: 2x2 -->
56
+
57
+ <!-- Card 1 — Compound Learning (top-left) -->
58
+ <rect x="80" y="236" width="440" height="360" rx="12" fill="url(#g1)" stroke="#059669" stroke-opacity="0.3" stroke-width="1.5"/>
59
+ <rect x="80" y="236" width="440" height="6" rx="12" fill="#059669" opacity="0.8"/>
60
+ <text x="100" y="278" font-size="11" font-weight="700" fill="#10b981" letter-spacing="2">COMPOUND LEARNING</text>
61
+ <text x="100" y="318" font-size="32" font-weight="800" fill="#ffffff">Gets smarter</text>
62
+ <text x="100" y="356" font-size="32" font-weight="800" fill="#ffffff">every session.</text>
63
+ <text x="100" y="406" font-size="14" fill="#6e7681" letter-spacing="0">Corrections you make are written to</text>
64
+ <text x="100" y="426" font-size="14" fill="#6e7681">tasks/lessons.md automatically.</text>
65
+ <text x="100" y="446" font-size="14" fill="#6e7681">Next session: the mistake never repeats.</text>
66
+ <line x1="100" y1="472" x2="500" y2="472" stroke="#059669" stroke-width="1" opacity="0.25"/>
67
+ <text x="100" y="494" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">capture-correction.js</text>
68
+ <text x="240" y="494" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ Stop hook</text>
69
+ <text x="100" y="514" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">read-lessons.js</text>
70
+ <text x="240" y="514" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ SessionStart hook</text>
71
+ <text x="100" y="574" font-size="28" font-weight="800" fill="#10b981">3</text>
72
+ <text x="100" y="592" font-size="10" fill="#484f58" letter-spacing="1.5">MEMORY LAYERS</text>
73
+
74
+ <!-- Card 2 — Semantic Routing (top-right) -->
75
+ <rect x="560" y="236" width="440" height="360" rx="12" fill="url(#g2)" stroke="#38bdf8" stroke-opacity="0.3" stroke-width="1.5"/>
76
+ <rect x="560" y="236" width="440" height="6" rx="12" fill="#38bdf8" opacity="0.8"/>
77
+ <text x="580" y="278" font-size="11" font-weight="700" fill="#38bdf8" letter-spacing="2">SEMANTIC ROUTING</text>
78
+ <text x="580" y="318" font-size="32" font-weight="800" fill="#ffffff">Right agent,</text>
79
+ <text x="580" y="356" font-size="32" font-weight="800" fill="#ffffff">automatically.</text>
80
+ <text x="580" y="406" font-size="14" fill="#6e7681">Paste code → code-reviewer fires.</text>
81
+ <text x="580" y="426" font-size="14" fill="#6e7681">Paste a stack trace → debug-detective fires.</text>
82
+ <text x="580" y="446" font-size="14" fill="#6e7681">No commands. Just describe the problem.</text>
83
+ <line x1="580" y1="472" x2="980" y2="472" stroke="#38bdf8" stroke-width="1" opacity="0.25"/>
84
+ <text x="580" y="494" font-size="12" fill="#9ca3af">70 patterns across 10 priority tiers</text>
85
+ <text x="580" y="514" font-size="12" fill="#9ca3af">Emotion-aware signal detection</text>
86
+ <text x="580" y="574" font-size="28" font-weight="800" fill="#38bdf8">70</text>
87
+ <text x="580" y="592" font-size="10" fill="#484f58" letter-spacing="1.5">SPECIALIST AGENTS</text>
88
+
89
+ <!-- Card 3 — Parallel Agents (bottom-left) -->
90
+ <rect x="80" y="628" width="440" height="360" rx="12" fill="url(#g3)" stroke="#a78bfa" stroke-opacity="0.3" stroke-width="1.5"/>
91
+ <rect x="80" y="628" width="440" height="6" rx="12" fill="#a78bfa" opacity="0.8"/>
92
+ <text x="100" y="670" font-size="11" font-weight="700" fill="#a78bfa" letter-spacing="2">PARALLEL AGENTS</text>
93
+ <text x="100" y="710" font-size="32" font-weight="800" fill="#ffffff">4 reviews,</text>
94
+ <text x="100" y="748" font-size="32" font-weight="800" fill="#ffffff">15 minutes.</text>
95
+ <text x="100" y="798" font-size="14" fill="#6e7681">/team-review fires code, security,</text>
96
+ <text x="100" y="818" font-size="14" fill="#6e7681">performance, and API agents at once.</text>
97
+ <text x="100" y="838" font-size="14" fill="#6e7681">Sequential alternative: 60 minutes.</text>
98
+ <line x1="100" y1="864" x2="500" y2="864" stroke="#a78bfa" stroke-width="1" opacity="0.25"/>
99
+ <text x="100" y="886" font-size="12" fill="#9ca3af">8 parallel commands available</text>
100
+ <text x="100" y="906" font-size="12" fill="#9ca3af">Git worktree isolation per agent</text>
101
+ <text x="100" y="966" font-size="28" font-weight="800" fill="#a78bfa">10×</text>
102
+ <text x="100" y="984" font-size="10" fill="#484f58" letter-spacing="1.5">FASTER REVIEWS</text>
103
+
104
+ <!-- Card 4 — Zero Cloud (bottom-right) -->
105
+ <rect x="560" y="628" width="440" height="360" rx="12" fill="url(#g4)" stroke="#f59e0b" stroke-opacity="0.3" stroke-width="1.5"/>
106
+ <rect x="560" y="628" width="440" height="6" rx="12" fill="#f59e0b" opacity="0.8"/>
107
+ <text x="580" y="670" font-size="11" font-weight="700" fill="#f59e0b" letter-spacing="2">ZERO CLOUD</text>
108
+ <text x="580" y="710" font-size="32" font-weight="800" fill="#ffffff">Your machine.</text>
109
+ <text x="580" y="748" font-size="32" font-weight="800" fill="#ffffff">Your data.</text>
110
+ <text x="580" y="798" font-size="14" fill="#6e7681">All agents, skills, memory, and hooks</text>
111
+ <text x="580" y="818" font-size="14" fill="#6e7681">live as plain files on your disk.</text>
112
+ <text x="580" y="838" font-size="14" fill="#6e7681">No subscription. No vendor. Just code.</text>
113
+ <line x1="580" y1="864" x2="980" y2="864" stroke="#f59e0b" stroke-width="1" opacity="0.25"/>
114
+ <text x="580" y="886" font-size="12" fill="#9ca3af">Works with 11 AI coding platforms</text>
115
+ <text x="580" y="906" font-size="12" fill="#9ca3af">npx install — zero config required</text>
116
+ <text x="580" y="966" font-size="28" font-weight="800" fill="#f59e0b">$0</text>
117
+ <text x="580" y="984" font-size="10" fill="#484f58" letter-spacing="1.5">FOREVER FREE</text>
118
+ </svg>
@@ -0,0 +1,144 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1080 1080" width="1080" height="1080">
2
+
3
+ <!-- Background -->
4
+ <rect width="1080" height="1080" fill="#0a0a0a"/>
5
+
6
+ <!-- Subtle ambient glow -->
7
+ <circle cx="920" cy="200" r="380" fill="#a78bfa" opacity="0.04"/>
8
+ <circle cx="160" cy="900" r="300" fill="#38bdf8" opacity="0.03"/>
9
+
10
+ <!-- Ghost Depth Mark — scale 1.8×, left anchor, vertically centered -->
11
+ <g transform="translate(110, 360) scale(1.8)">
12
+ <polyline points="-44,4 12,100 -44,196"
13
+ stroke="#ffffff" stroke-width="10" opacity="0.20"
14
+ stroke-linecap="round" stroke-linejoin="round"
15
+ fill="none"/>
16
+ <polyline points="0,0 88,100 0,200"
17
+ stroke="#ffffff" stroke-width="32"
18
+ stroke-linecap="round" stroke-linejoin="round"
19
+ fill="none"/>
20
+ </g>
21
+
22
+ <!-- Top label -->
23
+ <rect x="330" y="112" width="148" height="28" rx="14"
24
+ fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.50" stroke-width="1"/>
25
+ <text x="404" y="131"
26
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
27
+ font-size="11" font-weight="700" letter-spacing="2" text-anchor="middle"
28
+ fill="#a78bfa">WE'RE LIVE</text>
29
+
30
+ <!-- Brand name -->
31
+ <text x="330" y="232"
32
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
33
+ font-size="84" font-weight="700" letter-spacing="3"
34
+ fill="#ffffff">KODELYTH</text>
35
+
36
+ <!-- Product name with gradient effect -->
37
+ <defs>
38
+ <linearGradient id="eccGrad" x1="0%" y1="0%" x2="100%" y2="0%">
39
+ <stop offset="0%" style="stop-color:#a78bfa"/>
40
+ <stop offset="100%" style="stop-color:#38bdf8"/>
41
+ </linearGradient>
42
+ </defs>
43
+ <text x="330" y="310"
44
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
45
+ font-size="56" font-weight="700" letter-spacing="8"
46
+ fill="url(#eccGrad)">ECC</text>
47
+
48
+ <!-- Tagline -->
49
+ <text x="330" y="378"
50
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
51
+ font-size="28" font-weight="400"
52
+ fill="#ffffff" opacity="0.65">Build everything.</text>
53
+
54
+ <!-- Divider -->
55
+ <line x1="330" y1="414" x2="980" y2="414"
56
+ stroke="#ffffff" stroke-width="1" opacity="0.12"/>
57
+
58
+ <!-- Description -->
59
+ <text x="330" y="454"
60
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
61
+ font-size="18" font-weight="400"
62
+ fill="#ffffff" opacity="0.50">Production-grade AI coding toolkit.</text>
63
+ <text x="330" y="480"
64
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
65
+ font-size="18" font-weight="400"
66
+ fill="#ffffff" opacity="0.50">Works on 11 platforms. Free and open-source.</text>
67
+
68
+ <!-- Stats row -->
69
+ <text x="330" y="546"
70
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
71
+ font-size="44" font-weight="800"
72
+ fill="#ffffff">70</text>
73
+ <text x="330" y="572"
74
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
75
+ font-size="11" font-weight="500" letter-spacing="2"
76
+ fill="#ffffff" opacity="0.38">AGENTS</text>
77
+
78
+ <line x1="432" y1="522" x2="432" y2="578" stroke="#ffffff" stroke-width="1" opacity="0.15"/>
79
+
80
+ <text x="456" y="546"
81
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
82
+ font-size="44" font-weight="800"
83
+ fill="#ffffff">194</text>
84
+ <text x="456" y="572"
85
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
86
+ font-size="11" font-weight="500" letter-spacing="2"
87
+ fill="#ffffff" opacity="0.38">SKILLS</text>
88
+
89
+ <line x1="578" y1="522" x2="578" y2="578" stroke="#ffffff" stroke-width="1" opacity="0.15"/>
90
+
91
+ <text x="602" y="546"
92
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
93
+ font-size="44" font-weight="800"
94
+ fill="#ffffff">11</text>
95
+ <text x="602" y="572"
96
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
97
+ font-size="11" font-weight="500" letter-spacing="2"
98
+ fill="#ffffff" opacity="0.38">PLATFORMS</text>
99
+
100
+ <!-- Divider -->
101
+ <line x1="330" y1="604" x2="980" y2="604"
102
+ stroke="#ffffff" stroke-width="1" opacity="0.12"/>
103
+
104
+ <!-- CTA button -->
105
+ <rect x="330" y="630" width="300" height="54" rx="27"
106
+ fill="#ffffff"/>
107
+ <text x="480" y="663"
108
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
109
+ font-size="16" font-weight="700" text-anchor="middle"
110
+ fill="#0a0a0a">Get it free — npm</text>
111
+
112
+ <!-- Domain -->
113
+ <text x="330" y="738"
114
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
115
+ font-size="18" font-weight="500" letter-spacing="1"
116
+ fill="#ffffff" opacity="0.38">kodelyth.com</text>
117
+
118
+ <!-- Version pill -->
119
+ <rect x="330" y="760" width="80" height="24" rx="12"
120
+ fill="none" stroke="#ffffff" stroke-width="1" opacity="0.18"/>
121
+ <text x="370" y="777"
122
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
123
+ font-size="12" font-weight="500" text-anchor="middle"
124
+ fill="#ffffff" opacity="0.30">v1.8.0</text>
125
+
126
+ <!-- Platform list -->
127
+ <text x="330" y="860"
128
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
129
+ font-size="13" font-weight="400"
130
+ fill="#ffffff" opacity="0.28">Claude Code · Windsurf · Cursor · Codex CLI · Antigravity</text>
131
+ <text x="330" y="882"
132
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
133
+ font-size="13" font-weight="400"
134
+ fill="#ffffff" opacity="0.28">OpenCode · Cline · Roo Code · Aider · Kimi · Gemini CLI</text>
135
+
136
+ <!-- Bottom rule -->
137
+ <line x1="0" y1="968" x2="1080" y2="968"
138
+ stroke="#ffffff" stroke-width="1" opacity="0.07"/>
139
+ <text x="540" y="996"
140
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
141
+ font-size="13" font-weight="400" text-anchor="middle"
142
+ fill="#ffffff" opacity="0.22">github.com/sifxprime/kodelyth-ecc</text>
143
+
144
+ </svg>
@@ -0,0 +1,135 @@
1
+ <svg width="1080" height="1080" viewBox="0 0 1080 1080" 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="accent" x1="0%" y1="0%" x2="100%" y2="0%">
8
+ <stop offset="0%" style="stop-color:#a78bfa"/>
9
+ <stop offset="100%" style="stop-color:#38bdf8"/>
10
+ </linearGradient>
11
+ </defs>
12
+
13
+ <rect width="1080" height="1080" fill="url(#bg)"/>
14
+
15
+ <!-- Ambient glow -->
16
+ <circle cx="540" cy="540" r="500" fill="#2563eb" opacity="0.025"/>
17
+ <circle cx="900" cy="180" r="300" fill="#a78bfa" opacity="0.04"/>
18
+
19
+ <!-- Ghost Depth Mark — scale 1.6, right bottom, op=0.09 -->
20
+ <g transform="translate(900, 380) scale(1.6)" opacity="0.09">
21
+ <polyline points="-44,4 12,100 -44,196"
22
+ stroke="#ffffff" stroke-width="10"
23
+ stroke-linecap="round" stroke-linejoin="round"
24
+ fill="none"/>
25
+ <polyline points="0,0 88,100 0,200"
26
+ stroke="#ffffff" stroke-width="32"
27
+ stroke-linecap="round" stroke-linejoin="round"
28
+ fill="none"/>
29
+ </g>
30
+
31
+ <!-- Header badge -->
32
+ <rect x="390" y="60" width="300" height="32" rx="16" fill="#a78bfa" fill-opacity="0.12" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
33
+ <text x="540" y="81" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="2">11 PLATFORMS SUPPORTED</text>
34
+
35
+ <!-- Main headline -->
36
+ <text x="540" y="148" font-size="54" font-weight="900" letter-spacing="-2" fill="#ffffff" text-anchor="middle">One install.</text>
37
+ <text x="540" y="208" font-size="54" font-weight="900" letter-spacing="-2" fill="url(#accent)" text-anchor="middle">Every AI editor you use.</text>
38
+
39
+ <text x="540" y="252" font-size="18" font-weight="400" fill="#6e7681" text-anchor="middle">npx kodelyth-ecc installs to all of them automatically.</text>
40
+
41
+ <!-- Divider -->
42
+ <line x1="80" y1="280" x2="1000" y2="280" stroke="#ffffff" stroke-width="1" opacity="0.08"/>
43
+
44
+ <!-- Platform cards — 3 columns, 4 rows (last row has 2 cards + install card) -->
45
+ <!-- Row 1 -->
46
+ <rect x="80" y="304" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
47
+ <rect x="80" y="304" width="4" height="96" rx="2" fill="#a78bfa"/>
48
+ <text x="102" y="346" font-size="20" font-weight="700" fill="#ffffff">Claude Code</text>
49
+ <text x="102" y="370" font-size="12" fill="#484f58">Anthropic · Full hooks + memory</text>
50
+ <text x="356" y="366" font-size="10" fill="#10b981" font-weight="600" text-anchor="end">PRIMARY</text>
51
+
52
+ <rect x="398" y="304" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
53
+ <rect x="398" y="304" width="4" height="96" rx="2" fill="#38bdf8"/>
54
+ <text x="420" y="346" font-size="20" font-weight="700" fill="#ffffff">Windsurf</text>
55
+ <text x="420" y="370" font-size="12" fill="#484f58">Codeium · Cascade + agent support</text>
56
+
57
+ <rect x="716" y="304" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
58
+ <rect x="716" y="304" width="4" height="96" rx="2" fill="#f59e0b"/>
59
+ <text x="738" y="346" font-size="20" font-weight="700" fill="#ffffff">Cursor</text>
60
+ <text x="738" y="370" font-size="12" fill="#484f58">Composer agent workflows</text>
61
+
62
+ <!-- Row 2 -->
63
+ <rect x="80" y="416" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
64
+ <rect x="80" y="416" width="4" height="96" rx="2" fill="#10b981"/>
65
+ <text x="102" y="458" font-size="20" font-weight="700" fill="#ffffff">Codex CLI</text>
66
+ <text x="102" y="482" font-size="12" fill="#484f58">OpenAI · DALL-E image gen built-in</text>
67
+
68
+ <rect x="398" y="416" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
69
+ <rect x="398" y="416" width="4" height="96" rx="2" fill="#4f8ef0"/>
70
+ <text x="420" y="458" font-size="20" font-weight="700" fill="#ffffff">Antigravity</text>
71
+ <text x="420" y="482" font-size="12" fill="#484f58">Google · Gemini Imagen 3 native</text>
72
+
73
+ <rect x="716" y="416" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
74
+ <rect x="716" y="416" width="4" height="96" rx="2" fill="#7c3aed"/>
75
+ <text x="738" y="458" font-size="20" font-weight="700" fill="#ffffff">OpenCode</text>
76
+ <text x="738" y="482" font-size="12" fill="#484f58">Terminal-native multi-model</text>
77
+
78
+ <!-- Row 3 -->
79
+ <rect x="80" y="528" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
80
+ <rect x="80" y="528" width="4" height="96" rx="2" fill="#ec4899"/>
81
+ <text x="102" y="570" font-size="20" font-weight="700" fill="#ffffff">Cline</text>
82
+ <text x="102" y="594" font-size="12" fill="#484f58">VS Code · Autonomous file ops</text>
83
+
84
+ <rect x="398" y="528" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
85
+ <rect x="398" y="528" width="4" height="96" rx="2" fill="#06b6d4"/>
86
+ <text x="420" y="570" font-size="20" font-weight="700" fill="#ffffff">Roo Code</text>
87
+ <text x="420" y="594" font-size="12" fill="#484f58">VS Code fork · Boomerang tasks</text>
88
+
89
+ <rect x="716" y="528" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
90
+ <rect x="716" y="528" width="4" height="96" rx="2" fill="#d97706"/>
91
+ <text x="738" y="570" font-size="20" font-weight="700" fill="#ffffff">Aider</text>
92
+ <text x="738" y="594" font-size="12" fill="#484f58">Terminal · Git-native pair coding</text>
93
+
94
+ <!-- Row 4 -->
95
+ <rect x="80" y="640" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
96
+ <rect x="80" y="640" width="4" height="96" rx="2" fill="#3b82f6"/>
97
+ <text x="102" y="682" font-size="20" font-weight="700" fill="#ffffff">Kimi</text>
98
+ <text x="102" y="706" font-size="12" fill="#484f58">Moonshot AI · Long context</text>
99
+
100
+ <rect x="398" y="640" width="284" height="96" rx="10" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
101
+ <rect x="398" y="640" width="4" height="96" rx="2" fill="#34d399"/>
102
+ <text x="420" y="682" font-size="20" font-weight="700" fill="#ffffff">Gemini CLI</text>
103
+ <text x="420" y="706" font-size="12" fill="#484f58">Google · Gemini model family</text>
104
+
105
+ <!-- Install card -->
106
+ <rect x="716" y="640" width="284" height="96" rx="10" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.5" stroke-width="1.5"/>
107
+ <text x="858" y="678" font-size="13" font-weight="700" fill="#10b981" text-anchor="middle" letter-spacing="1">ONE COMMAND</text>
108
+ <text x="858" y="706" font-family="'Courier New', Courier, monospace" font-size="14" fill="#ffffff" text-anchor="middle">npx kodelyth-ecc</text>
109
+
110
+ <!-- Bottom divider -->
111
+ <line x1="80" y1="760" x2="1000" y2="760" stroke="#ffffff" stroke-width="1" opacity="0.08"/>
112
+
113
+ <!-- Stats row -->
114
+ <text x="270" y="814" font-size="48" font-weight="900" fill="#ffffff" text-anchor="middle">70</text>
115
+ <text x="270" y="840" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="2">AGENTS</text>
116
+
117
+ <line x1="430" y1="790" x2="430" y2="852" stroke="#ffffff" stroke-width="1" opacity="0.10"/>
118
+
119
+ <text x="540" y="814" font-size="48" font-weight="900" fill="#ffffff" text-anchor="middle">194</text>
120
+ <text x="540" y="840" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="2">SKILLS</text>
121
+
122
+ <line x1="650" y1="790" x2="650" y2="852" stroke="#ffffff" stroke-width="1" opacity="0.10"/>
123
+
124
+ <text x="810" y="814" font-size="48" font-weight="900" fill="#ffffff" text-anchor="middle">97</text>
125
+ <text x="810" y="840" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="2">COMMANDS</text>
126
+
127
+ <!-- Bottom CTA -->
128
+ <line x1="80" y1="880" x2="1000" y2="880" stroke="#ffffff" stroke-width="1" opacity="0.08"/>
129
+
130
+ <rect x="290" y="904" width="500" height="58" rx="29" fill="#ffffff"/>
131
+ <text x="540" y="939" font-size="18" font-weight="700" text-anchor="middle" fill="#0a0a0a">kodelyth.com — Free forever</text>
132
+
133
+ <text x="540" y="1014" font-size="14" fill="#484f58" text-anchor="middle">github.com/sifxprime/kodelyth-ecc</text>
134
+ <text x="540" y="1046" font-size="12" fill="#30363d" text-anchor="middle">Open-source · MIT License · 373 tests</text>
135
+ </svg>
@@ -3,14 +3,19 @@
3
3
  <!-- Background -->
4
4
  <rect width="1280" height="640" fill="#0a0a0a"/>
5
5
 
6
- <!-- Subtle vertical separator -->
7
- <line x1="210" y1="180" x2="210" y2="460"
8
- stroke="#ffffff" stroke-width="1" opacity="0.10"/>
9
-
10
- <!-- Ghost Depth Mark — scale 1.0 (200px tall), vertically centered at y=320 -->
11
- <!-- translate(88, 220): solid top (88,220) → apex (176,320) → solid bottom (88,420) -->
12
- <!-- ghost left arm at x=44 — peeks left of solid at x=88 -->
13
- <g transform="translate(88, 220) scale(1.0)">
6
+ <!-- Amber bottom accent bar -->
7
+ <rect x="0" y="636" width="1280" height="4" fill="#f59e0b" opacity="0.35"/>
8
+
9
+ <!-- Right-panel dot grid texture -->
10
+ <defs>
11
+ <pattern id="dots" width="28" height="28" patternUnits="userSpaceOnUse">
12
+ <circle cx="14" cy="14" r="0.8" fill="#ffffff" opacity="0.07"/>
13
+ </pattern>
14
+ </defs>
15
+ <rect x="510" y="0" width="770" height="636" fill="url(#dots)"/>
16
+
17
+ <!-- Ghost Depth Mark — scale 1.0 (200px tall), vertically centered -->
18
+ <g transform="translate(88, 210) scale(1.0)">
14
19
  <polyline points="-44,4 12,100 -44,196"
15
20
  stroke="#ffffff" stroke-width="10" opacity="0.22"
16
21
  stroke-linecap="round" stroke-linejoin="round"
@@ -21,40 +26,126 @@
21
26
  fill="none"/>
22
27
  </g>
23
28
 
24
- <!-- Version pill — below mark -->
25
- <rect x="66" y="450" width="88" height="26" rx="13"
29
+ <!-- v1.8.0 pill — below mark -->
30
+ <rect x="66" y="434" width="88" height="26" rx="13"
26
31
  fill="none" stroke="#ffffff" stroke-width="1" opacity="0.20"/>
27
- <text x="110" y="468"
32
+ <text x="110" y="452"
28
33
  font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
29
34
  font-size="13" font-weight="500" text-anchor="middle"
30
- fill="#ffffff" opacity="0.35">v1.7.5</text>
35
+ fill="#ffffff" opacity="0.35">v1.8.0</text>
31
36
 
32
37
  <!-- Wordmark -->
33
- <text x="240" y="292"
38
+ <text x="210" y="276"
34
39
  font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
35
- font-size="86" font-weight="700" letter-spacing="5"
40
+ font-size="54" font-weight="700" letter-spacing="2"
36
41
  fill="#ffffff">KODELYTH</text>
37
42
 
38
- <!-- Tagline -->
39
- <text x="243" y="350"
43
+ <!-- ECC product label — amber -->
44
+ <text x="214" y="320"
40
45
  font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
41
- font-size="32" font-weight="400"
42
- fill="#ffffff" opacity="0.70">Build everything.</text>
46
+ font-size="28" font-weight="600" letter-spacing="10"
47
+ fill="#f59e0b">ECC</text>
48
+
49
+ <!-- ECC underline accent -->
50
+ <line x1="214" y1="330" x2="312" y2="330"
51
+ stroke="#f59e0b" stroke-width="1" opacity="0.40"/>
43
52
 
44
- <!-- Stats -->
45
- <text x="243" y="398"
53
+ <!-- Tagline -->
54
+ <text x="214" y="364"
46
55
  font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
47
- font-size="20" font-weight="400"
48
- fill="#ffffff" opacity="0.42">70 agents · 194 skills · 11 platforms</text>
56
+ font-size="15" font-weight="400"
57
+ fill="#ffffff" opacity="0.50">Production-grade AI coding toolkit</text>
49
58
 
50
- <!-- Divider -->
51
- <line x1="243" y1="432" x2="1160" y2="432"
52
- stroke="#ffffff" stroke-width="1" opacity="0.10"/>
59
+ <!-- Micro stats -->
60
+ <text x="214" y="392"
61
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
62
+ font-size="12" font-weight="400"
63
+ fill="#ffffff" opacity="0.28">70 agents · 194 skills · 97 commands</text>
64
+ <text x="214" y="408"
65
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
66
+ font-size="12" font-weight="400"
67
+ fill="#ffffff" opacity="0.28">11 platforms · 13 install targets</text>
53
68
 
54
69
  <!-- Domain -->
55
- <text x="243" y="468"
70
+ <text x="214" y="452"
71
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
72
+ font-size="15" font-weight="500" letter-spacing="1"
73
+ fill="#f59e0b" opacity="0.65">kodelyth.com</text>
74
+
75
+ <!-- Vertical separator -->
76
+ <line x1="502" y1="56" x2="502" y2="584"
77
+ stroke="#ffffff" stroke-width="1" opacity="0.08"/>
78
+
79
+ <!-- ========== RIGHT PANEL — 2x2 STAT CARDS ========== -->
80
+
81
+ <!-- CARD: 70 AGENTS (top-left) -->
82
+ <rect x="524" y="68" width="340" height="220" rx="8"
83
+ fill="#ffffff" fill-opacity="0.035"
84
+ stroke="#ffffff" stroke-width="1" stroke-opacity="0.08"/>
85
+ <!-- amber top accent bar -->
86
+ <rect x="524" y="68" width="340" height="4" rx="2" fill="#f59e0b" opacity="0.70"/>
87
+ <text x="694" y="176"
88
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
89
+ font-size="80" font-weight="700" text-anchor="middle"
90
+ fill="#ffffff">70</text>
91
+ <text x="694" y="264"
92
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
93
+ font-size="13" font-weight="600" text-anchor="middle" letter-spacing="3"
94
+ fill="#ffffff" opacity="0.38">AGENTS</text>
95
+
96
+ <!-- CARD: 194 SKILLS (top-right) — amber highlighted -->
97
+ <rect x="886" y="68" width="340" height="220" rx="8"
98
+ fill="#f59e0b" fill-opacity="0.07"
99
+ stroke="#f59e0b" stroke-width="1" stroke-opacity="0.25"/>
100
+ <text x="1056" y="176"
101
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
102
+ font-size="80" font-weight="700" text-anchor="middle"
103
+ fill="#f59e0b">194</text>
104
+ <text x="1056" y="264"
105
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
106
+ font-size="13" font-weight="600" text-anchor="middle" letter-spacing="3"
107
+ fill="#f59e0b" opacity="0.65">SKILLS</text>
108
+
109
+ <!-- CARD: 97 COMMANDS (bottom-left) -->
110
+ <rect x="524" y="308" width="340" height="190" rx="8"
111
+ fill="#ffffff" fill-opacity="0.035"
112
+ stroke="#ffffff" stroke-width="1" stroke-opacity="0.08"/>
113
+ <text x="694" y="408"
114
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
115
+ font-size="72" font-weight="700" text-anchor="middle"
116
+ fill="#ffffff">97</text>
117
+ <text x="694" y="476"
118
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
119
+ font-size="13" font-weight="600" text-anchor="middle" letter-spacing="3"
120
+ fill="#ffffff" opacity="0.38">COMMANDS</text>
121
+
122
+ <!-- CARD: 22+ HOOKS (bottom-right) -->
123
+ <rect x="886" y="308" width="340" height="190" rx="8"
124
+ fill="#ffffff" fill-opacity="0.035"
125
+ stroke="#ffffff" stroke-width="1" stroke-opacity="0.08"/>
126
+ <text x="1056" y="408"
127
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
128
+ font-size="72" font-weight="700" text-anchor="middle"
129
+ fill="#ffffff">22+</text>
130
+ <text x="1056" y="476"
131
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
132
+ font-size="13" font-weight="600" text-anchor="middle" letter-spacing="3"
133
+ fill="#ffffff" opacity="0.38">HOOKS</text>
134
+
135
+ <!-- Platform row separator -->
136
+ <line x1="524" y1="518" x2="1226" y2="518"
137
+ stroke="#ffffff" stroke-width="1" opacity="0.07"/>
138
+
139
+ <!-- Platform names — line 1 -->
140
+ <text x="875" y="544"
141
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
142
+ font-size="12" font-weight="400" text-anchor="middle" letter-spacing="0.5"
143
+ fill="#ffffff" opacity="0.28">Claude Code · Windsurf · Cursor · Codex CLI · Antigravity · OpenCode</text>
144
+
145
+ <!-- Platform names — line 2 -->
146
+ <text x="875" y="564"
56
147
  font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
57
- font-size="20" font-weight="500" letter-spacing="1"
58
- fill="#ffffff" opacity="0.45">kodelyth.com</text>
148
+ font-size="12" font-weight="400" text-anchor="middle" letter-spacing="0.5"
149
+ fill="#ffffff" opacity="0.28">Cline · Aider · Kimi · Roo Code · Gemini CLI · 11 platforms · 13 install targets</text>
59
150
 
60
151
  </svg>
@@ -38,7 +38,7 @@
38
38
  <rect x="56" y="40" width="228" height="28" rx="4" fill="#0a1a0a" stroke="#10b981" stroke-opacity="0.5" stroke-width="1"/>
39
39
  <text x="66" y="59" font-size="11" font-weight="700" fill="#10b981" letter-spacing="1.5">COMPOUND LEARNING</text>
40
40
  <rect x="228" y="47" width="1" height="14" fill="#10b981" opacity="0.4"/>
41
- <text x="236" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.5</text>
41
+ <text x="236" y="59" font-size="11" font-weight="500" fill="#484f58">v1.8.0</text>
42
42
 
43
43
  <!-- Headline -->
44
44
  <text x="56" y="126" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff">Gets smarter</text>
@@ -106,14 +106,14 @@
106
106
  <text x="770" y="578" font-size="12" fill="#484f58">No agent names needed — just describe it.</text>
107
107
  <text x="770" y="592" font-size="11" fill="#0a2030">agent-intent-routing.md</text>
108
108
 
109
- <!-- Bottom bar -->
110
- <rect x="0" y="637" width="1200" height="38" fill="#07080f"/>
111
- <line x1="0" y1="637" x2="1200" y2="637" stroke="#1e1e2e" stroke-width="1"/>
112
- <text x="56" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981" font-weight="600">npx kodelyth-ecc</text>
113
- <text x="206" y="661" font-size="12" fill="#2d3340">&#xB7;</text>
114
- <text x="222" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
115
- <text x="562" y="661" font-size="12" fill="#2d3340">&#xB7;</text>
116
- <text x="578" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">MIT · zero cloud · zero telemetry</text>
109
+ <!-- Bottom bar — shifted up 8px so text has breathing room from canvas edge -->
110
+ <rect x="0" y="629" width="1200" height="38" fill="#07080f"/>
111
+ <line x1="0" y1="629" x2="1200" y2="629" stroke="#1e1e2e" stroke-width="1"/>
112
+ <text x="56" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981" font-weight="600">npx kodelyth-ecc</text>
113
+ <text x="206" y="653" font-size="12" fill="#2d3340">&#xB7;</text>
114
+ <text x="222" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
115
+ <text x="562" y="653" font-size="12" fill="#2d3340">&#xB7;</text>
116
+ <text x="578" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">MIT · zero cloud · zero telemetry</text>
117
117
 
118
118
  <!-- Ghost Depth Mark — brand stamp (scale 0.55×) -->
119
119
  <g transform="translate(1044, 282) scale(0.55)" opacity="0.16">