kodelyth-ecc 1.7.4 → 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 (65) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/CLAUDE.md +1 -1
  3. package/README.md +12 -9
  4. package/SECURITY.md +5 -6
  5. package/VERSION +1 -1
  6. package/brand/concepts.svg +109 -0
  7. package/brand/convert.js +161 -0
  8. package/brand/favicon.svg +7 -0
  9. package/brand/fb-cover.svg +34 -0
  10. package/brand/fb-profile.svg +21 -0
  11. package/brand/kodelyth-dark.svg +24 -0
  12. package/brand/kodelyth-light.svg +24 -0
  13. package/brand/kodelyth-mark.svg +20 -0
  14. package/brand/package.json +12 -0
  15. package/bundles/enterprise.md +1 -1
  16. package/bundles/indie-hacker.md +1 -1
  17. package/bundles/red-team.md +1 -1
  18. package/hooks/hooks.json +13 -0
  19. package/hooks/memory/auto-resolve.js +68 -0
  20. package/hooks/memory/capture-correction.js +16 -0
  21. package/hooks/memory/capture-stop.js +70 -14
  22. package/package.json +1 -1
  23. package/rules/common/agents.md +1 -1
  24. package/rules/common/self-improvement-workflow.md +2 -2
  25. package/scripts/dashboard/data.js +1 -1
  26. package/scripts/dashboard/server.js +1 -1
  27. package/scripts/memory/instincts.js +282 -0
  28. package/scripts/memory/store.js +104 -0
  29. package/social/card-agents.svg +13 -1
  30. package/social/card-install.svg +13 -1
  31. package/social/card-main.svg +13 -1
  32. package/social/facebook-v150.svg +27 -13
  33. package/social/fb-ad-main.svg +128 -0
  34. package/social/fb-post-features.svg +118 -0
  35. package/social/fb-post-launch.svg +144 -0
  36. package/social/fb-post-platforms.svg +135 -0
  37. package/social/github-social-preview.svg +143 -139
  38. package/social/hype-compound-learning.svg +21 -9
  39. package/social/hype-devil-mode.svg +20 -8
  40. package/social/hype-mcp-server.svg +20 -8
  41. package/social/hype-parallel-agents.svg +20 -8
  42. package/social/hype-stats-hero.svg +15 -3
  43. package/social/og-image.svg +151 -0
  44. package/social/readme-agents.svg +14 -2
  45. package/social/readme-hero.svg +17 -4
  46. package/social/section-agents.svg +12 -0
  47. package/social/section-author.svg +12 -0
  48. package/social/section-dashboard.svg +12 -0
  49. package/social/section-devil.svg +12 -0
  50. package/social/section-hooks.svg +12 -0
  51. package/social/section-install.svg +12 -0
  52. package/social/section-learning.svg +12 -0
  53. package/social/section-mcp.svg +13 -1
  54. package/social/section-memory.svg +12 -0
  55. package/social/section-parallel.svg +12 -0
  56. package/social/section-routing.svg +12 -0
  57. package/social/twitter-threads.md +3 -3
  58. package/social/x-card-agents-grid.svg +14 -2
  59. package/social/x-card-free.svg +14 -2
  60. package/social/x-card-hook.svg +17 -5
  61. package/tests/memory/instincts.test.js +258 -0
  62. package/tests/memory/store.test.js +82 -0
  63. package/wiki/FAQ.md +1 -1
  64. package/wiki/Home.md +3 -3
  65. package/wiki/Installation-Guide.md +2 -2
@@ -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>
@@ -1,147 +1,151 @@
1
- <svg width="1280" height="640" viewBox="0 0 1280 640" 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="greengrad" x1="0%" y1="0%" x2="100%" y2="0%">
12
- <stop offset="0%" style="stop-color:#34d399"/>
13
- <stop offset="100%" style="stop-color:#059669"/>
14
- </linearGradient>
15
- <filter id="glow">
16
- <feGaussianBlur stdDeviation="8" result="blur"/>
17
- <feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
18
- </filter>
19
- <filter id="softglow">
20
- <feGaussianBlur stdDeviation="3" result="blur"/>
21
- <feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
22
- </filter>
23
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 640" width="1280" height="640">
24
2
 
25
3
  <!-- Background -->
26
- <rect width="1280" height="640" fill="url(#bg)"/>
27
-
28
- <!-- Subtle grid -->
29
- <line x1="0" y1="160" x2="1280" y2="160" stroke="#ffffff" stroke-width="0.3" opacity="0.03"/>
30
- <line x1="0" y1="320" x2="1280" y2="320" stroke="#ffffff" stroke-width="0.3" opacity="0.03"/>
31
- <line x1="0" y1="480" x2="1280" y2="480" stroke="#ffffff" stroke-width="0.3" opacity="0.03"/>
32
- <line x1="320" y1="0" x2="320" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.03"/>
33
- <line x1="640" y1="0" x2="640" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.03"/>
34
- <line x1="960" y1="0" x2="960" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.03"/>
35
-
36
- <!-- Glow orbs -->
37
- <ellipse cx="200" cy="320" rx="300" ry="200" fill="#a78bfa" fill-opacity="0.04"/>
38
- <ellipse cx="1100" cy="320" rx="280" ry="180" fill="#38bdf8" fill-opacity="0.04"/>
4
+ <rect width="1280" height="640" fill="#0a0a0a"/>
39
5
 
40
- <!-- Top accent bar -->
41
- <rect x="0" y="0" width="1280" height="4" fill="url(#accent)"/>
6
+ <!-- Amber bottom accent bar -->
7
+ <rect x="0" y="636" width="1280" height="4" fill="#f59e0b" opacity="0.35"/>
42
8
 
43
- <!-- ── LEFT PANEL ──────────────────────────────────────────── -->
44
-
45
- <!-- Version badge -->
46
- <rect x="60" y="60" width="88" height="26" rx="13" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
47
- <text x="104" y="77" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.4 NEW</text>
48
-
49
- <!-- Title -->
50
- <text x="60" y="160" font-size="72" font-weight="900" letter-spacing="-3" fill="#ffffff">Kodelyth</text>
51
- <text x="60" y="240" font-size="72" font-weight="900" letter-spacing="-3" fill="url(#accent)">ECC</text>
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)">
19
+ <polyline points="-44,4 12,100 -44,196"
20
+ stroke="#ffffff" stroke-width="10" opacity="0.22"
21
+ stroke-linecap="round" stroke-linejoin="round"
22
+ fill="none"/>
23
+ <polyline points="0,0 88,100 0,200"
24
+ stroke="#ffffff" stroke-width="32"
25
+ stroke-linecap="round" stroke-linejoin="round"
26
+ fill="none"/>
27
+ </g>
28
+
29
+ <!-- v1.8.0 pill — below mark -->
30
+ <rect x="66" y="434" width="88" height="26" rx="13"
31
+ fill="none" stroke="#ffffff" stroke-width="1" opacity="0.20"/>
32
+ <text x="110" y="452"
33
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
34
+ font-size="13" font-weight="500" text-anchor="middle"
35
+ fill="#ffffff" opacity="0.35">v1.8.0</text>
36
+
37
+ <!-- Wordmark -->
38
+ <text x="210" y="276"
39
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
40
+ font-size="54" font-weight="700" letter-spacing="2"
41
+ fill="#ffffff">KODELYTH</text>
42
+
43
+ <!-- ECC product label — amber -->
44
+ <text x="214" y="320"
45
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
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"/>
52
52
 
53
53
  <!-- Tagline -->
54
- <text x="60" y="285" font-size="18" fill="#8b949e" font-weight="400">Production-grade AI coding toolkit.</text>
55
- <text x="60" y="308" font-size="18" fill="#8b949e" font-weight="400">11 platforms. Zero cloud. Zero telemetry.</text>
56
-
57
- <!-- Divider -->
58
- <line x1="60" y1="330" x2="540" y2="330" stroke="#21262d" stroke-width="1"/>
59
-
60
- <!-- Stats grid -->
61
- <rect x="60" y="350" width="100" height="80" rx="10" fill="#ffffff" fill-opacity="0.03" stroke="#a78bfa" stroke-opacity="0.2" stroke-width="1"/>
62
- <text x="110" y="394" font-size="36" font-weight="900" fill="#ffffff" text-anchor="middle">70</text>
63
- <text x="110" y="416" font-size="10" fill="#6e7681" text-anchor="middle" letter-spacing="2">AGENTS</text>
64
-
65
- <rect x="170" y="350" width="100" height="80" rx="10" fill="#ffffff" fill-opacity="0.03" stroke="#38bdf8" stroke-opacity="0.2" stroke-width="1"/>
66
- <text x="220" y="394" font-size="36" font-weight="900" fill="#ffffff" text-anchor="middle">194</text>
67
- <text x="220" y="416" font-size="10" fill="#6e7681" text-anchor="middle" letter-spacing="2">SKILLS</text>
68
-
69
- <rect x="280" y="350" width="100" height="80" rx="10" fill="#ffffff" fill-opacity="0.03" stroke="#059669" stroke-opacity="0.2" stroke-width="1"/>
70
- <text x="330" y="394" font-size="36" font-weight="900" fill="#ffffff" text-anchor="middle">97</text>
71
- <text x="330" y="416" font-size="10" fill="#6e7681" text-anchor="middle" letter-spacing="2">COMMANDS</text>
72
-
73
- <rect x="390" y="350" width="100" height="80" rx="10" fill="#ffffff" fill-opacity="0.03" stroke="#f59e0b" stroke-opacity="0.2" stroke-width="1"/>
74
- <text x="440" y="394" font-size="36" font-weight="900" fill="#ffffff" text-anchor="middle">22+</text>
75
- <text x="440" y="416" font-size="10" fill="#6e7681" text-anchor="middle" letter-spacing="2">HOOKS</text>
76
-
77
- <!-- Feature pills -->
78
- <rect x="60" y="450" width="120" height="24" rx="12" fill="#ef4444" fill-opacity="0.15" stroke="#ef4444" stroke-opacity="0.4" stroke-width="1"/>
79
- <text x="120" y="465" font-size="10" fill="#f87171" text-anchor="middle" font-weight="700">DEVIL MODE</text>
80
-
81
- <rect x="190" y="450" width="130" height="24" rx="12" fill="#a78bfa" fill-opacity="0.12" stroke="#a78bfa" stroke-opacity="0.35" stroke-width="1"/>
82
- <text x="255" y="465" font-size="10" fill="#a78bfa" text-anchor="middle" font-weight="700">INTENT ROUTING</text>
83
-
84
- <rect x="330" y="450" width="130" height="24" rx="12" fill="#059669" fill-opacity="0.12" stroke="#059669" stroke-opacity="0.35" stroke-width="1"/>
85
- <text x="395" y="465" font-size="10" fill="#34d399" text-anchor="middle" font-weight="700">LOCAL MEMORY</text>
86
-
87
- <rect x="60" y="484" width="120" height="24" rx="12" fill="#38bdf8" fill-opacity="0.12" stroke="#38bdf8" stroke-opacity="0.35" stroke-width="1"/>
88
- <text x="120" y="499" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700">MCP SERVER</text>
89
-
90
- <rect x="190" y="484" width="130" height="24" rx="12" fill="#f59e0b" fill-opacity="0.1" stroke="#f59e0b" stroke-opacity="0.35" stroke-width="1"/>
91
- <text x="255" y="499" font-size="10" fill="#fbbf24" text-anchor="middle" font-weight="700">PARALLEL AGENTS</text>
92
-
93
- <rect x="330" y="484" width="130" height="24" rx="12" fill="#06b6d4" fill-opacity="0.1" stroke="#06b6d4" stroke-opacity="0.35" stroke-width="1"/>
94
- <text x="395" y="499" font-size="10" fill="#22d3ee" text-anchor="middle" font-weight="700">DASHBOARD</text>
95
-
96
- <!-- Author -->
97
- <text x="60" y="570" font-size="13" fill="#6e7681">by <tspan fill="#a78bfa" font-weight="700">Shofiqul Islam</tspan> · @sifxprime · github.com/sifxprime/kodelyth-ecc</text>
98
- <text x="60" y="590" font-size="11" fill="#484f58">npmjs.com/package/kodelyth-ecc · MIT License</text>
99
-
100
- <!-- ── RIGHT PANEL — terminal mockup ───────────────────────── -->
101
- <rect x="640" y="50" width="596" height="540" rx="14" fill="#0d1117" stroke="#21262d" stroke-width="1"/>
102
-
103
- <!-- Terminal chrome -->
104
- <rect x="640" y="50" width="596" height="36" rx="14" fill="#161b22"/>
105
- <rect x="640" y="68" width="596" height="18" fill="#161b22"/>
106
- <circle cx="666" cy="68" r="6" fill="#ef4444" opacity="0.7"/>
107
- <circle cx="686" cy="68" r="6" fill="#f59e0b" opacity="0.7"/>
108
- <circle cx="706" cy="68" r="6" fill="#22c55e" opacity="0.7"/>
109
- <text x="918" y="73" font-size="10" fill="#484f58" text-anchor="middle">kodelyth-ecc — bash</text>
110
-
111
- <!-- Terminal content -->
112
- <text x="668" y="118" font-size="12" fill="#484f58" font-family="'Courier New', monospace">$</text>
113
- <text x="682" y="118" font-size="12" fill="#34d399" font-family="'Courier New', monospace">npx kodelyth-ecc</text>
114
-
115
- <text x="668" y="148" font-size="11" fill="#a78bfa" font-family="'Courier New', monospace">✓ Kodelyth ECC v1.7.4</text>
116
- <text x="668" y="166" font-size="11" fill="#6e7681" font-family="'Courier New', monospace"> Installing 70 agents, 194 skills, 97 commands...</text>
117
- <text x="668" y="184" font-size="11" fill="#6e7681" font-family="'Courier New', monospace"> Wiring 22+ hooks · 14 rules · local memory</text>
118
- <text x="668" y="202" font-size="11" fill="#34d399" font-family="'Courier New', monospace"> Done in 2.1s</text>
119
-
120
- <line x1="668" y1="218" x2="1200" y2="218" stroke="#21262d" stroke-width="1"/>
121
-
122
- <!-- Routing demo -->
123
- <text x="668" y="242" font-size="11" fill="#484f58" font-family="'Courier New', monospace">You: "I've been stuck on this bug for 2 hours"</text>
124
- <text x="668" y="264" font-size="11" fill="#a78bfa" font-family="'Courier New', monospace">→ Routing to debug-detective</text>
125
- <text x="668" y="284" font-size="11" fill="#6e7681" font-family="'Courier New', monospace"> (frustration + time signal matched tier-2)</text>
126
-
127
- <line x1="668" y1="300" x2="1200" y2="300" stroke="#21262d" stroke-width="1"/>
128
-
129
- <!-- Parallel demo -->
130
- <text x="668" y="322" font-size="11" fill="#484f58" font-family="'Courier New', monospace">You: /team-review</text>
131
- <text x="668" y="342" font-size="11" fill="#fbbf24" font-family="'Courier New', monospace"> Firing 4 agents simultaneously...</text>
132
- <text x="668" y="360" font-size="10" fill="#a78bfa" font-family="'Courier New', monospace"> [1] code-reviewer ████████████ done</text>
133
- <text x="668" y="376" font-size="10" fill="#ef4444" font-family="'Courier New', monospace"> [2] security-reviewer ████████████ done</text>
134
- <text x="668" y="392" font-size="10" fill="#fbbf24" font-family="'Courier New', monospace"> [3] performance ████████████ done</text>
135
- <text x="668" y="408" font-size="10" fill="#60a5fa" font-family="'Courier New', monospace"> [4] api-guardian ████████████ done</text>
136
- <text x="668" y="428" font-size="11" fill="#34d399" font-family="'Courier New', monospace"> 60 min → 15 min · 1 CRITICAL found</text>
137
-
138
- <line x1="668" y1="444" x2="1200" y2="444" stroke="#21262d" stroke-width="1"/>
139
-
140
- <!-- Dashboard demo -->
141
- <text x="668" y="466" font-size="11" fill="#484f58" font-family="'Courier New', monospace">$ npx kodelyth-ecc dashboard</text>
142
- <text x="668" y="486" font-size="11" fill="#38bdf8" font-family="'Courier New', monospace">✓ Dashboard → http://127.0.0.1:5747</text>
143
- <text x="668" y="504" font-size="11" fill="#6e7681" font-family="'Courier New', monospace"> SSE live · zero telemetry · localhost only</text>
54
+ <text x="214" y="364"
55
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
56
+ font-size="15" font-weight="400"
57
+ fill="#ffffff" opacity="0.50">Production-grade AI coding toolkit</text>
58
+
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>
68
+
69
+ <!-- Domain -->
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"
147
+ font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
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>
144
150
 
145
- <text x="668" y="540" font-size="10" fill="#484f58" font-family="'Courier New', monospace">348 tests passing · MIT · Node 18+</text>
146
- <text x="668" y="558" font-size="10" fill="#484f58" font-family="'Courier New', monospace">npm i -g kodelyth-ecc OR npx kodelyth-ecc</text>
147
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.4</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,12 +106,24 @@
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
+
118
+ <!-- Ghost Depth Mark — brand stamp (scale 0.55×) -->
119
+ <g transform="translate(1044, 282) scale(0.55)" opacity="0.16">
120
+ <polyline points="-44,4 12,100 -44,196"
121
+ stroke="#ffffff" stroke-width="10"
122
+ stroke-linecap="round" stroke-linejoin="round"
123
+ fill="none"/>
124
+ <polyline points="0,0 88,100 0,200"
125
+ stroke="#ffffff" stroke-width="32"
126
+ stroke-linecap="round" stroke-linejoin="round"
127
+ fill="none"/>
128
+ </g>
117
129
  </svg>
@@ -61,7 +61,7 @@
61
61
  <rect x="56" y="40" width="198" height="28" rx="4" fill="url(#badgeGrad)" stroke="#ef4444" stroke-opacity="0.5" stroke-width="1"/>
62
62
  <text x="66" y="59" font-size="11" font-weight="700" fill="#ef4444" letter-spacing="1.5">DEVIL MODE</text>
63
63
  <rect x="164" y="47" width="1" height="14" fill="#ef4444" opacity="0.4"/>
64
- <text x="172" y="59" font-size="11" font-weight="500" fill="#484f58" letter-spacing="0.5">v1.7.4</text>
64
+ <text x="172" y="59" font-size="11" font-weight="500" fill="#484f58" letter-spacing="0.5">v1.8.0</text>
65
65
 
66
66
  <!-- ============================================================ -->
67
67
  <!-- MAIN HEADLINE -->
@@ -208,21 +208,33 @@
208
208
  <!-- ============================================================ -->
209
209
  <!-- BOTTOM BAR -->
210
210
  <!-- ============================================================ -->
211
- <rect x="0" y="637" width="1200" height="38" fill="#07080f"/>
212
- <line x1="0" y1="637" x2="1200" y2="637" stroke="#1e1e2e" stroke-width="1"/>
211
+ <rect x="0" y="629" width="1200" height="38" fill="#07080f"/>
212
+ <line x1="0" y1="629" x2="1200" y2="629" stroke="#1e1e2e" stroke-width="1"/>
213
213
 
214
214
  <!-- Left: npx install command -->
215
- <text x="56" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#ef4444" font-weight="600">npx kodelyth-ecc</text>
215
+ <text x="56" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#ef4444" font-weight="600">npx kodelyth-ecc</text>
216
216
 
217
217
  <!-- Dot separator -->
218
- <text x="206" y="661" font-size="12" fill="#2d3340">&#xB7;</text>
218
+ <text x="206" y="653" font-size="12" fill="#2d3340">&#xB7;</text>
219
219
 
220
220
  <!-- GitHub URL -->
221
- <text x="222" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
221
+ <text x="222" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
222
222
 
223
223
  <!-- Dot separator -->
224
- <text x="562" y="661" font-size="12" fill="#2d3340">&#xB7;</text>
224
+ <text x="562" y="653" font-size="12" fill="#2d3340">&#xB7;</text>
225
225
 
226
226
  <!-- MIT license -->
227
- <text x="578" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">MIT</text>
227
+ <text x="578" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">MIT</text>
228
+
229
+ <!-- Ghost Depth Mark — brand stamp (scale 0.55×) -->
230
+ <g transform="translate(1044, 282) scale(0.55)" opacity="0.16">
231
+ <polyline points="-44,4 12,100 -44,196"
232
+ stroke="#ffffff" stroke-width="10"
233
+ stroke-linecap="round" stroke-linejoin="round"
234
+ fill="none"/>
235
+ <polyline points="0,0 88,100 0,200"
236
+ stroke="#ffffff" stroke-width="32"
237
+ stroke-linecap="round" stroke-linejoin="round"
238
+ fill="none"/>
239
+ </g>
228
240
  </svg>
@@ -38,7 +38,7 @@
38
38
  <rect x="56" y="40" width="168" height="28" rx="4" fill="#120a28" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
39
39
  <text x="66" y="59" font-size="11" font-weight="700" fill="#a78bfa" letter-spacing="1.5">MCP SERVER</text>
40
40
  <rect x="168" y="47" width="1" height="14" fill="#a78bfa" opacity="0.4"/>
41
- <text x="176" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.4</text>
41
+ <text x="176" 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">One server.</text>
@@ -126,11 +126,23 @@
126
126
  <text x="980" y="582" font-size="10" fill="#484f58" letter-spacing="1">RESOURCES</text>
127
127
 
128
128
  <!-- Bottom bar -->
129
- <rect x="0" y="637" width="1200" height="38" fill="#07080f"/>
130
- <line x1="0" y1="637" x2="1200" y2="637" stroke="#1e1e2e" stroke-width="1"/>
131
- <text x="56" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#a78bfa" font-weight="600">npx kodelyth-ecc mcp</text>
132
- <text x="240" y="661" font-size="12" fill="#2d3340">&#xB7;</text>
133
- <text x="256" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
134
- <text x="596" y="661" font-size="12" fill="#2d3340">&#xB7;</text>
135
- <text x="612" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">localhost only · zero telemetry</text>
129
+ <rect x="0" y="629" width="1200" height="38" fill="#07080f"/>
130
+ <line x1="0" y1="629" x2="1200" y2="629" stroke="#1e1e2e" stroke-width="1"/>
131
+ <text x="56" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#a78bfa" font-weight="600">npx kodelyth-ecc mcp</text>
132
+ <text x="240" y="653" font-size="12" fill="#2d3340">&#xB7;</text>
133
+ <text x="256" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
134
+ <text x="596" y="653" font-size="12" fill="#2d3340">&#xB7;</text>
135
+ <text x="612" y="653" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">localhost only · zero telemetry</text>
136
+
137
+ <!-- Ghost Depth Mark — brand stamp (scale 0.55×) -->
138
+ <g transform="translate(1044, 282) scale(0.55)" opacity="0.16">
139
+ <polyline points="-44,4 12,100 -44,196"
140
+ stroke="#ffffff" stroke-width="10"
141
+ stroke-linecap="round" stroke-linejoin="round"
142
+ fill="none"/>
143
+ <polyline points="0,0 88,100 0,200"
144
+ stroke="#ffffff" stroke-width="32"
145
+ stroke-linecap="round" stroke-linejoin="round"
146
+ fill="none"/>
147
+ </g>
136
148
  </svg>