kodelyth-ecc 1.7.4 → 1.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +6 -2
- package/VERSION +1 -1
- package/brand/concepts.svg +109 -0
- package/brand/convert.js +161 -0
- package/brand/favicon.svg +7 -0
- package/brand/fb-cover.svg +34 -0
- package/brand/fb-profile.svg +21 -0
- package/brand/kodelyth-dark.svg +24 -0
- package/brand/kodelyth-light.svg +24 -0
- package/brand/kodelyth-mark.svg +20 -0
- package/brand/package.json +12 -0
- package/bundles/enterprise.md +1 -1
- package/bundles/indie-hacker.md +1 -1
- package/bundles/red-team.md +1 -1
- package/package.json +1 -1
- package/scripts/dashboard/data.js +1 -1
- package/scripts/dashboard/server.js +1 -1
- package/social/card-agents.svg +12 -0
- package/social/card-install.svg +13 -1
- package/social/card-main.svg +13 -1
- package/social/facebook-v150.svg +17 -4
- package/social/github-social-preview.svg +51 -138
- package/social/hype-compound-learning.svg +13 -1
- package/social/hype-devil-mode.svg +13 -1
- package/social/hype-mcp-server.svg +13 -1
- package/social/hype-parallel-agents.svg +13 -1
- package/social/hype-stats-hero.svg +13 -1
- package/social/og-image.svg +65 -0
- package/social/readme-agents.svg +14 -2
- package/social/readme-hero.svg +17 -4
- package/social/section-agents.svg +12 -0
- package/social/section-author.svg +12 -0
- package/social/section-dashboard.svg +12 -0
- package/social/section-devil.svg +12 -0
- package/social/section-hooks.svg +12 -0
- package/social/section-install.svg +12 -0
- package/social/section-learning.svg +12 -0
- package/social/section-mcp.svg +13 -1
- package/social/section-memory.svg +12 -0
- package/social/section-parallel.svg +12 -0
- package/social/section-routing.svg +12 -0
- package/social/twitter-threads.md +1 -1
- package/social/x-card-agents-grid.svg +14 -2
- package/social/x-card-free.svg +14 -2
- package/social/x-card-hook.svg +17 -5
- package/wiki/FAQ.md +1 -1
- package/wiki/Home.md +3 -3
|
@@ -1,147 +1,60 @@
|
|
|
1
|
-
<svg
|
|
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="
|
|
27
|
-
|
|
28
|
-
<!-- Subtle
|
|
29
|
-
<line x1="
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
4
|
+
<rect width="1280" height="640" fill="#0a0a0a"/>
|
|
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)">
|
|
14
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
15
|
+
stroke="#ffffff" stroke-width="10" opacity="0.22"
|
|
16
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
17
|
+
fill="none"/>
|
|
18
|
+
<polyline points="0,0 88,100 0,200"
|
|
19
|
+
stroke="#ffffff" stroke-width="32"
|
|
20
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
21
|
+
fill="none"/>
|
|
22
|
+
</g>
|
|
23
|
+
|
|
24
|
+
<!-- Version pill — below mark -->
|
|
25
|
+
<rect x="66" y="450" width="88" height="26" rx="13"
|
|
26
|
+
fill="none" stroke="#ffffff" stroke-width="1" opacity="0.20"/>
|
|
27
|
+
<text x="110" y="468"
|
|
28
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
29
|
+
font-size="13" font-weight="500" text-anchor="middle"
|
|
30
|
+
fill="#ffffff" opacity="0.35">v1.7.5</text>
|
|
31
|
+
|
|
32
|
+
<!-- Wordmark -->
|
|
33
|
+
<text x="240" y="292"
|
|
34
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
35
|
+
font-size="86" font-weight="700" letter-spacing="5"
|
|
36
|
+
fill="#ffffff">KODELYTH</text>
|
|
52
37
|
|
|
53
38
|
<!-- Tagline -->
|
|
54
|
-
<text x="
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
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>
|
|
39
|
+
<text x="243" y="350"
|
|
40
|
+
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>
|
|
83
43
|
|
|
84
|
-
|
|
85
|
-
<text x="
|
|
44
|
+
<!-- Stats -->
|
|
45
|
+
<text x="243" y="398"
|
|
46
|
+
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>
|
|
86
49
|
|
|
87
|
-
|
|
88
|
-
<
|
|
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"/>
|
|
50
|
+
<!-- Divider -->
|
|
51
|
+
<line x1="243" y1="432" x2="1160" y2="432"
|
|
52
|
+
stroke="#ffffff" stroke-width="1" opacity="0.10"/>
|
|
139
53
|
|
|
140
|
-
<!--
|
|
141
|
-
<text x="
|
|
142
|
-
|
|
143
|
-
|
|
54
|
+
<!-- Domain -->
|
|
55
|
+
<text x="243" y="468"
|
|
56
|
+
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>
|
|
144
59
|
|
|
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
60
|
</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.
|
|
41
|
+
<text x="236" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.5</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>
|
|
@@ -114,4 +114,16 @@
|
|
|
114
114
|
<text x="222" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
|
|
115
115
|
<text x="562" y="661" font-size="12" fill="#2d3340">·</text>
|
|
116
116
|
<text x="578" y="661" 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.
|
|
64
|
+
<text x="172" y="59" font-size="11" font-weight="500" fill="#484f58" letter-spacing="0.5">v1.7.5</text>
|
|
65
65
|
|
|
66
66
|
<!-- ============================================================ -->
|
|
67
67
|
<!-- MAIN HEADLINE -->
|
|
@@ -225,4 +225,16 @@
|
|
|
225
225
|
|
|
226
226
|
<!-- MIT license -->
|
|
227
227
|
<text x="578" y="661" 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.
|
|
41
|
+
<text x="176" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.5</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>
|
|
@@ -133,4 +133,16 @@
|
|
|
133
133
|
<text x="256" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
|
|
134
134
|
<text x="596" y="661" font-size="12" fill="#2d3340">·</text>
|
|
135
135
|
<text x="612" y="661" 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>
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<rect x="56" y="40" width="200" height="28" rx="4" fill="#1a1200" stroke="#f59e0b" stroke-opacity="0.5" stroke-width="1"/>
|
|
41
41
|
<text x="66" y="59" font-size="11" font-weight="700" fill="#f59e0b" letter-spacing="1.5">PARALLEL AGENTS</text>
|
|
42
42
|
<rect x="198" y="47" width="1" height="14" fill="#f59e0b" opacity="0.4"/>
|
|
43
|
-
<text x="206" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.
|
|
43
|
+
<text x="206" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.5</text>
|
|
44
44
|
|
|
45
45
|
<!-- Headline -->
|
|
46
46
|
<text x="56" y="126" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff">4 specialists, 15 minutes.</text>
|
|
@@ -147,4 +147,16 @@
|
|
|
147
147
|
<text x="222" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
|
|
148
148
|
<text x="562" y="661" font-size="12" fill="#2d3340">·</text>
|
|
149
149
|
<text x="578" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">MIT · free forever</text>
|
|
150
|
+
|
|
151
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.55×) -->
|
|
152
|
+
<g transform="translate(1044, 282) scale(0.55)" opacity="0.16">
|
|
153
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
154
|
+
stroke="#ffffff" stroke-width="10"
|
|
155
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
156
|
+
fill="none"/>
|
|
157
|
+
<polyline points="0,0 88,100 0,200"
|
|
158
|
+
stroke="#ffffff" stroke-width="32"
|
|
159
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
160
|
+
fill="none"/>
|
|
161
|
+
</g>
|
|
150
162
|
</svg>
|
|
@@ -32,9 +32,21 @@
|
|
|
32
32
|
<circle cx="600" cy="340" r="380" fill="#a78bfa" opacity="0.02"/>
|
|
33
33
|
<circle cx="80" cy="80" r="200" fill="#10b981" opacity="0.03"/>
|
|
34
34
|
|
|
35
|
+
<!-- Ghost Depth Mark — scale 0.55×, right-side watermark (110px tall), op=0.18 -->
|
|
36
|
+
<g transform="translate(1044, 282) scale(0.55)" opacity="0.18">
|
|
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
|
+
|
|
35
47
|
<!-- Version badge -->
|
|
36
48
|
<rect x="80" y="38" width="76" height="24" rx="12" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
|
|
37
|
-
<text x="118" y="54" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.
|
|
49
|
+
<text x="118" y="54" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.5</text>
|
|
38
50
|
|
|
39
51
|
<!-- Main headline -->
|
|
40
52
|
<text x="80" y="128" font-size="58" font-weight="900" letter-spacing="-2.5" fill="#ffffff">Kodelyth ECC</text>
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" width="1200" height="630">
|
|
2
|
+
|
|
3
|
+
<!-- Background -->
|
|
4
|
+
<rect width="1200" height="630" fill="#0a0a0a"/>
|
|
5
|
+
|
|
6
|
+
<!-- Subtle vertical separator -->
|
|
7
|
+
<line x1="196" y1="175" x2="196" y2="455"
|
|
8
|
+
stroke="#ffffff" stroke-width="1" opacity="0.10"/>
|
|
9
|
+
|
|
10
|
+
<!-- Ghost Depth Mark — scale 0.85 (170px tall), vertically centered -->
|
|
11
|
+
<!-- translate(82, 230): solid top (82,230) → apex (157,315) → bottom (82,400) -->
|
|
12
|
+
<g transform="translate(82, 230) scale(0.85)">
|
|
13
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
14
|
+
stroke="#ffffff" stroke-width="10" opacity="0.22"
|
|
15
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
16
|
+
fill="none"/>
|
|
17
|
+
<polyline points="0,0 88,100 0,200"
|
|
18
|
+
stroke="#ffffff" stroke-width="32"
|
|
19
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
20
|
+
fill="none"/>
|
|
21
|
+
</g>
|
|
22
|
+
|
|
23
|
+
<!-- Version pill -->
|
|
24
|
+
<rect x="60" y="434" width="84" height="24" rx="12"
|
|
25
|
+
fill="none" stroke="#ffffff" stroke-width="1" opacity="0.20"/>
|
|
26
|
+
<text x="102" y="451"
|
|
27
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
28
|
+
font-size="12" font-weight="500" text-anchor="middle"
|
|
29
|
+
fill="#ffffff" opacity="0.35">v1.7.5</text>
|
|
30
|
+
|
|
31
|
+
<!-- Wordmark -->
|
|
32
|
+
<text x="224" y="282"
|
|
33
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
34
|
+
font-size="78" font-weight="700" letter-spacing="5"
|
|
35
|
+
fill="#ffffff">KODELYTH</text>
|
|
36
|
+
|
|
37
|
+
<!-- Tagline -->
|
|
38
|
+
<text x="226" y="338"
|
|
39
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
40
|
+
font-size="30" font-weight="400"
|
|
41
|
+
fill="#ffffff" opacity="0.70">Build everything.</text>
|
|
42
|
+
|
|
43
|
+
<!-- Sub-line -->
|
|
44
|
+
<text x="226" y="380"
|
|
45
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
46
|
+
font-size="19" font-weight="400"
|
|
47
|
+
fill="#ffffff" opacity="0.42">AI coding toolkit for every platform</text>
|
|
48
|
+
|
|
49
|
+
<!-- Stats -->
|
|
50
|
+
<text x="226" y="416"
|
|
51
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
52
|
+
font-size="17" font-weight="400"
|
|
53
|
+
fill="#ffffff" opacity="0.32">70 agents · 194 skills · 11 platforms</text>
|
|
54
|
+
|
|
55
|
+
<!-- Divider -->
|
|
56
|
+
<line x1="226" y1="440" x2="1080" y2="440"
|
|
57
|
+
stroke="#ffffff" stroke-width="1" opacity="0.10"/>
|
|
58
|
+
|
|
59
|
+
<!-- Domain — prominent -->
|
|
60
|
+
<text x="226" y="475"
|
|
61
|
+
font-family="'Segoe UI', system-ui, -apple-system, sans-serif"
|
|
62
|
+
font-size="22" font-weight="600" letter-spacing="1"
|
|
63
|
+
fill="#ffffff" opacity="0.55">kodelyth.com</text>
|
|
64
|
+
|
|
65
|
+
</svg>
|
package/social/readme-agents.svg
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<rect x="0" y="0" width="900" height="3" fill="url(#accent)" rx="2"/>
|
|
19
19
|
|
|
20
20
|
<!-- Header -->
|
|
21
|
-
<text x="28" y="40" font-size="20" font-weight="800" fill="#ffffff" letter-spacing="-0.5">
|
|
21
|
+
<text x="28" y="40" font-size="20" font-weight="800" fill="#ffffff" letter-spacing="-0.5">70 Specialist Agents</text>
|
|
22
22
|
<text x="28" y="60" font-size="12" fill="#6e7681">Pick the right expert for every problem. Intent routing selects automatically.</text>
|
|
23
23
|
|
|
24
24
|
<!-- Row 1 -->
|
|
@@ -118,9 +118,21 @@
|
|
|
118
118
|
<text x="771" y="284" font-size="10" fill="#8b949e" text-anchor="middle">api-guardian</text>
|
|
119
119
|
|
|
120
120
|
<rect x="818" y="270" width="54" height="20" rx="10" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
121
|
-
<text x="845" y="284" font-size="10" fill="#8b949e" text-anchor="middle">+
|
|
121
|
+
<text x="845" y="284" font-size="10" fill="#8b949e" text-anchor="middle">+ 54 more</text>
|
|
122
122
|
|
|
123
123
|
<!-- Bottom -->
|
|
124
124
|
<line x1="28" y1="308" x2="872" y2="308" stroke="#21262d" stroke-width="1"/>
|
|
125
125
|
<text x="450" y="326" font-size="11" fill="#484f58" text-anchor="middle">Intent routing auto-selects the right agent from your first message. No agent names needed.</text>
|
|
126
|
+
|
|
127
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.4×) -->
|
|
128
|
+
<g transform="translate(778, 90) scale(0.4)" opacity="0.16">
|
|
129
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
130
|
+
stroke="#ffffff" stroke-width="10"
|
|
131
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
132
|
+
fill="none"/>
|
|
133
|
+
<polyline points="0,0 88,100 0,200"
|
|
134
|
+
stroke="#ffffff" stroke-width="32"
|
|
135
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
136
|
+
fill="none"/>
|
|
137
|
+
</g>
|
|
126
138
|
</svg>
|
package/social/readme-hero.svg
CHANGED
|
@@ -22,10 +22,23 @@
|
|
|
22
22
|
<rect width="900" height="260" fill="url(#bg)" rx="12"/>
|
|
23
23
|
<rect width="900" height="260" fill="none" stroke="#21262d" stroke-width="1" rx="12"/>
|
|
24
24
|
|
|
25
|
+
<!-- Ghost Depth Mark — scale 0.45×, right-edge brand stamp (90px tall), op=0.20 -->
|
|
26
|
+
<!-- Solid left arm x=844, apex x=883, vertically centered at y=130 (card mid) -->
|
|
27
|
+
<g transform="translate(844, 85) scale(0.45)" opacity="0.20">
|
|
28
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
29
|
+
stroke="#ffffff" stroke-width="10"
|
|
30
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
31
|
+
fill="none"/>
|
|
32
|
+
<polyline points="0,0 88,100 0,200"
|
|
33
|
+
stroke="#ffffff" stroke-width="32"
|
|
34
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
35
|
+
fill="none"/>
|
|
36
|
+
</g>
|
|
37
|
+
|
|
25
38
|
<!-- LEFT — Brand block -->
|
|
26
39
|
<!-- Version badge -->
|
|
27
40
|
<rect x="32" y="22" width="72" height="20" rx="10" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
|
|
28
|
-
<text x="68" y="36" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.
|
|
41
|
+
<text x="68" y="36" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.5</text>
|
|
29
42
|
|
|
30
43
|
<!-- Title -->
|
|
31
44
|
<text x="32" y="78" font-size="36" font-weight="900" letter-spacing="-1.5" fill="#ffffff">Kodelyth</text>
|
|
@@ -61,12 +74,12 @@
|
|
|
61
74
|
<circle cx="344" cy="31" r="5" fill="#ff5f57"/>
|
|
62
75
|
<circle cx="360" cy="31" r="5" fill="#febc2e"/>
|
|
63
76
|
<circle cx="376" cy="31" r="5" fill="#28c840"/>
|
|
64
|
-
<text x="612" y="35" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc v1.7.
|
|
77
|
+
<text x="612" y="35" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc v1.7.5</text>
|
|
65
78
|
|
|
66
79
|
<text x="348" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">$</text>
|
|
67
80
|
<text x="360" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> npx kodelyth-ecc</text>
|
|
68
81
|
|
|
69
|
-
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.7.
|
|
82
|
+
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.7.5...</text>
|
|
70
83
|
|
|
71
84
|
<text x="348" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> Agents (70) </text>
|
|
72
85
|
<text x="494" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.claude/agents/</text>
|
|
@@ -84,6 +97,6 @@
|
|
|
84
97
|
<text x="494" y="180" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.kodelyth/memory/</text>
|
|
85
98
|
|
|
86
99
|
<rect x="348" y="196" width="500" height="36" rx="6" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.3" stroke-width="1"/>
|
|
87
|
-
<text x="368" y="212" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">v1.7.
|
|
100
|
+
<text x="368" y="212" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">v1.7.5 — SEMANTIC INTENT ROUTING</text>
|
|
88
101
|
<text x="368" y="226" font-size="10" fill="#6b7280">Paste code or a stack trace — AI routes you automatically, no command needed</text>
|
|
89
102
|
</svg>
|
|
@@ -54,4 +54,16 @@
|
|
|
54
54
|
<text x="604" y="174" font-size="9.5" fill="#34d399" font-weight="700">Release & Ops</text>
|
|
55
55
|
<text x="604" y="188" font-size="8" fill="#34d399" opacity="0.8">release-captain · git-rescue</text>
|
|
56
56
|
<text x="604" y="199" font-size="8" fill="#34d399" opacity="0.65">dependency-doctor · incident-commander</text>
|
|
57
|
+
|
|
58
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.28×) -->
|
|
59
|
+
<g transform="translate(810, 32) scale(0.28)" opacity="0.14">
|
|
60
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
61
|
+
stroke="#ffffff" stroke-width="10"
|
|
62
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
63
|
+
fill="none"/>
|
|
64
|
+
<polyline points="0,0 88,100 0,200"
|
|
65
|
+
stroke="#ffffff" stroke-width="32"
|
|
66
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
67
|
+
fill="none"/>
|
|
68
|
+
</g>
|
|
57
69
|
</svg>
|
|
@@ -51,4 +51,16 @@
|
|
|
51
51
|
<text x="616" y="100" font-size="10" fill="#a78bfa">github.com/sifxprime/kodelyth-ecc</text>
|
|
52
52
|
<text x="616" y="116" font-size="10" fill="#38bdf8">npmjs.com/package/kodelyth-ecc</text>
|
|
53
53
|
<text x="616" y="132" font-size="10" fill="#34d399">kodelyth.com</text>
|
|
54
|
+
|
|
55
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.22×) -->
|
|
56
|
+
<g transform="translate(810, 28) scale(0.22)" opacity="0.14">
|
|
57
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
58
|
+
stroke="#ffffff" stroke-width="10"
|
|
59
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
60
|
+
fill="none"/>
|
|
61
|
+
<polyline points="0,0 88,100 0,200"
|
|
62
|
+
stroke="#ffffff" stroke-width="32"
|
|
63
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
64
|
+
fill="none"/>
|
|
65
|
+
</g>
|
|
54
66
|
</svg>
|
|
@@ -56,4 +56,16 @@
|
|
|
56
56
|
<rect x="556" y="138" width="295" height="26" rx="5" fill="#0d1117"/>
|
|
57
57
|
<text x="570" y="153" font-size="11" fill="#34d399" font-family="'Courier New', monospace">$ npx kodelyth-ecc dashboard</text>
|
|
58
58
|
<text x="556" y="172" font-size="9" fill="#6e7681">Opens automatically at http://127.0.0.1:5747</text>
|
|
59
|
+
|
|
60
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.25×) -->
|
|
61
|
+
<g transform="translate(810, 28) scale(0.25)" opacity="0.14">
|
|
62
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
63
|
+
stroke="#ffffff" stroke-width="10"
|
|
64
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
65
|
+
fill="none"/>
|
|
66
|
+
<polyline points="0,0 88,100 0,200"
|
|
67
|
+
stroke="#ffffff" stroke-width="32"
|
|
68
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
69
|
+
fill="none"/>
|
|
70
|
+
</g>
|
|
59
71
|
</svg>
|
package/social/section-devil.svg
CHANGED
|
@@ -51,4 +51,16 @@
|
|
|
51
51
|
<text x="636" y="126" font-size="9" fill="#6b7280"># before open-sourcing</text>
|
|
52
52
|
<text x="636" y="141" font-size="11" fill="#f87171" font-family="'Courier New', monospace">/devil-mode --pre-public</text>
|
|
53
53
|
<text x="636" y="157" font-size="9" fill="#6b7280"># all 8 at once</text>
|
|
54
|
+
|
|
55
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.23×) -->
|
|
56
|
+
<g transform="translate(810, 28) scale(0.23)" opacity="0.14">
|
|
57
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
58
|
+
stroke="#ffffff" stroke-width="10"
|
|
59
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
60
|
+
fill="none"/>
|
|
61
|
+
<polyline points="0,0 88,100 0,200"
|
|
62
|
+
stroke="#ffffff" stroke-width="32"
|
|
63
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
64
|
+
fill="none"/>
|
|
65
|
+
</g>
|
|
54
66
|
</svg>
|
package/social/section-hooks.svg
CHANGED
|
@@ -48,4 +48,16 @@
|
|
|
48
48
|
<text x="868" y="137" font-size="9" fill="#6e7681" text-anchor="end">async by default</text>
|
|
49
49
|
<text x="868" y="152" font-size="9" fill="#6e7681" text-anchor="end">zero added latency</text>
|
|
50
50
|
<text x="868" y="167" font-size="9" fill="#6e7681" text-anchor="end">project-configurable</text>
|
|
51
|
+
|
|
52
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.26×) -->
|
|
53
|
+
<g transform="translate(810, 28) scale(0.26)" opacity="0.14">
|
|
54
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
55
|
+
stroke="#ffffff" stroke-width="10"
|
|
56
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
57
|
+
fill="none"/>
|
|
58
|
+
<polyline points="0,0 88,100 0,200"
|
|
59
|
+
stroke="#ffffff" stroke-width="32"
|
|
60
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
61
|
+
fill="none"/>
|
|
62
|
+
</g>
|
|
51
63
|
</svg>
|
|
@@ -39,4 +39,16 @@
|
|
|
39
39
|
<text x="654" y="126" font-size="9" fill="#fbbf24" font-weight="700">MCP Server</text>
|
|
40
40
|
<text x="654" y="142" font-size="9.5" fill="#e6edf3" font-family="'Courier New', monospace">npx kodelyth-ecc mcp</text>
|
|
41
41
|
<text x="654" y="154" font-size="8" fill="#6e7681">Claude Desktop · LangGraph</text>
|
|
42
|
+
|
|
43
|
+
<!-- Ghost Depth Mark — brand stamp (scale 0.23×) -->
|
|
44
|
+
<g transform="translate(810, 28) scale(0.23)" opacity="0.14">
|
|
45
|
+
<polyline points="-44,4 12,100 -44,196"
|
|
46
|
+
stroke="#ffffff" stroke-width="10"
|
|
47
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
48
|
+
fill="none"/>
|
|
49
|
+
<polyline points="0,0 88,100 0,200"
|
|
50
|
+
stroke="#ffffff" stroke-width="32"
|
|
51
|
+
stroke-linecap="round" stroke-linejoin="round"
|
|
52
|
+
fill="none"/>
|
|
53
|
+
</g>
|
|
42
54
|
</svg>
|