kodelyth-ecc 1.8.0 → 1.8.2
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/CLAUDE.md +1 -1
- package/VERSION +1 -1
- package/bin/kodelyth-ecc.js +54 -5
- package/install.ps1 +30 -13
- package/install.sh +11 -4
- package/package.json +1 -1
- package/rules/common/agent-intent-routing.md +96 -195
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -47
- package/.github/ISSUE_TEMPLATE/config.yml +0 -8
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -41
- package/.github/ISSUE_TEMPLATE/good_first_issue.md +0 -36
- package/.github/ISSUE_TEMPLATE/new_agent.md +0 -52
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -53
- package/.github/workflows/ci.yml +0 -45
- package/.github/workflows/publish.yml +0 -60
- package/brand/concepts.svg +0 -109
- package/brand/convert.js +0 -161
- package/brand/favicon.svg +0 -7
- package/brand/fb-cover.svg +0 -34
- package/brand/fb-profile.svg +0 -21
- package/brand/kodelyth-dark.svg +0 -24
- package/brand/kodelyth-light.svg +0 -24
- package/brand/kodelyth-mark.svg +0 -20
- package/brand/package.json +0 -12
- package/docs/dashboard.md +0 -211
- package/docs/evolve.md +0 -303
- package/docs/mcp-clients.md +0 -167
- package/docs/mcp.md +0 -178
- package/docs/replay.md +0 -244
- package/docs/supply-chain.md +0 -207
- package/docs/swarm.md +0 -243
- package/skills/skill-comply/tests/test_grader.py +0 -137
- package/skills/skill-comply/tests/test_parser.py +0 -90
- package/social/card-agents.svg +0 -104
- package/social/card-install.svg +0 -58
- package/social/card-main.svg +0 -54
- package/social/facebook-v150.svg +0 -110
- package/social/fb-ad-main.svg +0 -128
- package/social/fb-post-features.svg +0 -118
- package/social/fb-post-launch.svg +0 -144
- package/social/fb-post-platforms.svg +0 -135
- package/social/github-social-preview.svg +0 -151
- package/social/hype-compound-learning.svg +0 -129
- package/social/hype-devil-mode.svg +0 -240
- package/social/hype-mcp-server.svg +0 -148
- package/social/hype-parallel-agents.svg +0 -162
- package/social/hype-stats-hero.svg +0 -138
- package/social/og-image.svg +0 -151
- package/social/readme-agents.svg +0 -138
- package/social/readme-hero.svg +0 -102
- package/social/section-agents.svg +0 -69
- package/social/section-author.svg +0 -66
- package/social/section-dashboard.svg +0 -71
- package/social/section-devil.svg +0 -66
- package/social/section-hooks.svg +0 -63
- package/social/section-install.svg +0 -54
- package/social/section-learning.svg +0 -64
- package/social/section-mcp.svg +0 -58
- package/social/section-memory.svg +0 -69
- package/social/section-parallel.svg +0 -84
- package/social/section-routing.svg +0 -63
- package/social/twitter-threads.md +0 -621
- package/social/x-card-agents-grid.svg +0 -120
- package/social/x-card-free.svg +0 -71
- package/social/x-card-hook.svg +0 -94
- package/tests/dashboard/data.test.js +0 -391
- package/tests/dashboard/server.test.js +0 -257
- package/tests/evolve/analyze.test.js +0 -169
- package/tests/evolve/proposals.test.js +0 -173
- package/tests/evolve/stats.test.js +0 -167
- package/tests/hooks/branch-name-check.test.js +0 -184
- package/tests/hooks/smart-suggest.test.js +0 -149
- package/tests/hooks/test-reminder.test.js +0 -181
- package/tests/mcp/catalog.test.js +0 -98
- package/tests/mcp/client.test.js +0 -113
- package/tests/mcp/resources-prompts.test.js +0 -70
- package/tests/mcp/tools.test.js +0 -159
- package/tests/memory/auto-recall.test.js +0 -132
- package/tests/memory/instincts.test.js +0 -258
- package/tests/memory/store.test.js +0 -203
- package/tests/replay/bundle.test.js +0 -181
- package/tests/replay/replay.test.js +0 -131
- package/tests/router/classify.test.js +0 -164
- package/tests/run-all.js +0 -55
- package/tests/safety/patterns.test.js +0 -94
- package/tests/safety/prompt-injection-guard.test.js +0 -111
- package/tests/safety/token-budget.test.js +0 -119
- package/tests/supply-chain/manifest.test.js +0 -147
- package/tests/supply-chain/sbom.test.js +0 -170
- package/tests/supply-chain/verify.test.js +0 -146
- package/tests/swarm/build-plan.test.js +0 -188
package/social/card-main.svg
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 320" width="600" height="320" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
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="600" height="320" fill="url(#bg)" rx="12"/>
|
|
14
|
-
<rect width="600" height="320" fill="none" stroke="#21262d" stroke-width="1" rx="12"/>
|
|
15
|
-
<circle cx="520" cy="280" r="160" fill="#059669" opacity="0.04"/>
|
|
16
|
-
<circle cx="80" cy="60" r="100" fill="#a78bfa" opacity="0.04"/>
|
|
17
|
-
|
|
18
|
-
<!-- Badge -->
|
|
19
|
-
<rect x="28" y="24" width="72" height="20" rx="10" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
|
|
20
|
-
<text x="64" y="38" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.8.0</text>
|
|
21
|
-
|
|
22
|
-
<!-- Title -->
|
|
23
|
-
<text x="28" y="88" font-size="38" font-weight="900" letter-spacing="-1.5" fill="#ffffff">Kodelyth</text>
|
|
24
|
-
<text x="28" y="126" font-size="38" font-weight="900" letter-spacing="-1.5" fill="url(#accent)">ECC</text>
|
|
25
|
-
|
|
26
|
-
<!-- Tagline -->
|
|
27
|
-
<text x="28" y="156" font-size="13" fill="#6e7681">AI coding toolkit. Smarter every session.</text>
|
|
28
|
-
|
|
29
|
-
<line x1="28" y1="172" x2="572" y2="172" stroke="#21262d" stroke-width="1"/>
|
|
30
|
-
|
|
31
|
-
<!-- Feature list -->
|
|
32
|
-
<text x="28" y="196" font-size="12" fill="#e6edf3">→ 70 specialist agents, auto-routed by intent</text>
|
|
33
|
-
<text x="28" y="216" font-size="12" fill="#e6edf3">→ Compound learning — corrections encoded permanently</text>
|
|
34
|
-
<text x="28" y="236" font-size="12" fill="#e6edf3">→ Parallel commands — 5 agents, 10 min</text>
|
|
35
|
-
<text x="28" y="256" font-size="12" fill="#e6edf3">→ AI image gen — Gemini / DALL-E / SVG fallback</text>
|
|
36
|
-
|
|
37
|
-
<line x1="28" y1="272" x2="572" y2="272" stroke="#21262d" stroke-width="1"/>
|
|
38
|
-
|
|
39
|
-
<!-- Footer -->
|
|
40
|
-
<text x="28" y="296" font-size="11" fill="#484f58">npx kodelyth-ecc</text>
|
|
41
|
-
<text x="572" y="296" font-size="11" fill="#484f58" text-anchor="end">github.com/sifxprime/kodelyth-ecc</text>
|
|
42
|
-
|
|
43
|
-
<!-- Ghost Depth Mark — brand stamp (scale 0.35×) -->
|
|
44
|
-
<g transform="translate(505, 80) scale(0.35)" opacity="0.16">
|
|
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>
|
|
54
|
-
</svg>
|
package/social/facebook-v150.svg
DELETED
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
<svg width="1200" height="630" viewBox="0 0 1200 630" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
-
<stop offset="0%" style="stop-color:#050811"/>
|
|
5
|
-
<stop offset="100%" style="stop-color:#0d1117"/>
|
|
6
|
-
</linearGradient>
|
|
7
|
-
<linearGradient id="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="card1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
12
|
-
<stop offset="0%" style="stop-color:#0d2b1d"/>
|
|
13
|
-
<stop offset="100%" style="stop-color:#0a1a12"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
<linearGradient id="card2" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
16
|
-
<stop offset="0%" style="stop-color:#13203a"/>
|
|
17
|
-
<stop offset="100%" style="stop-color:#0d1628"/>
|
|
18
|
-
</linearGradient>
|
|
19
|
-
</defs>
|
|
20
|
-
|
|
21
|
-
<rect width="1200" height="630" fill="url(#bg)"/>
|
|
22
|
-
<circle cx="1050" cy="460" r="240" fill="#059669" opacity="0.05"/>
|
|
23
|
-
<circle cx="600" cy="315" r="350" fill="#2563eb" opacity="0.03"/>
|
|
24
|
-
<circle cx="100" cy="100" r="180" fill="#a78bfa" opacity="0.04"/>
|
|
25
|
-
|
|
26
|
-
<!-- Ghost Depth Mark — scale 0.55×, right-side watermark (110px tall), op=0.18 -->
|
|
27
|
-
<!-- Placed right edge so it doesn't conflict with left content -->
|
|
28
|
-
<g transform="translate(1044, 260) scale(0.55)" opacity="0.18">
|
|
29
|
-
<polyline points="-44,4 12,100 -44,196"
|
|
30
|
-
stroke="#ffffff" stroke-width="10"
|
|
31
|
-
stroke-linecap="round" stroke-linejoin="round"
|
|
32
|
-
fill="none"/>
|
|
33
|
-
<polyline points="0,0 88,100 0,200"
|
|
34
|
-
stroke="#ffffff" stroke-width="32"
|
|
35
|
-
stroke-linecap="round" stroke-linejoin="round"
|
|
36
|
-
fill="none"/>
|
|
37
|
-
</g>
|
|
38
|
-
|
|
39
|
-
<!-- Version + NEW badges -->
|
|
40
|
-
<rect x="80" y="28" width="76" height="24" rx="12" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
|
|
41
|
-
<text x="118" y="44" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.8.0</text>
|
|
42
|
-
|
|
43
|
-
<!-- Title -->
|
|
44
|
-
<text x="80" y="120" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff">Kodelyth ECC</text>
|
|
45
|
-
<text x="80" y="175" font-size="22" font-weight="400" fill="url(#accent)">The AI coding toolkit that learns how you work.</text>
|
|
46
|
-
<text x="80" y="212" font-size="15" fill="#6e7681">70 agents. 11 platforms. Semantic routing. Compound learning. Zero cloud.</text>
|
|
47
|
-
|
|
48
|
-
<line x1="80" y1="236" x2="1120" y2="236" stroke="#21262d" stroke-width="1"/>
|
|
49
|
-
|
|
50
|
-
<!-- Card 1: Compound Learning -->
|
|
51
|
-
<rect x="80" y="250" width="315" height="120" rx="10" fill="url(#card1)" stroke="#059669" stroke-opacity="0.35" stroke-width="1"/>
|
|
52
|
-
<rect x="80" y="250" width="4" height="120" rx="2" fill="#059669"/>
|
|
53
|
-
<text x="100" y="275" font-size="10" font-weight="700" fill="#10b981" letter-spacing="1">COMPOUND LEARNING v1.8.0</text>
|
|
54
|
-
<text x="100" y="296" font-size="13" fill="#e6edf3">Corrections → tasks/lessons.md</text>
|
|
55
|
-
<text x="100" y="313" font-size="13" fill="#e6edf3">Next session: never repeats the mistake</text>
|
|
56
|
-
<text x="100" y="334" font-size="11" fill="#484f58">capture-correction.js · read-lessons.js</text>
|
|
57
|
-
<text x="100" y="352" font-size="11" fill="#484f58">Works on all 11 platforms via /lessons</text>
|
|
58
|
-
|
|
59
|
-
<!-- Card 2: Parallel Agents -->
|
|
60
|
-
<rect x="410" y="250" width="315" height="120" rx="10" fill="#161b22" stroke="#f59e0b" stroke-opacity="0.35" stroke-width="1"/>
|
|
61
|
-
<rect x="410" y="250" width="4" height="120" rx="2" fill="#f59e0b"/>
|
|
62
|
-
<text x="430" y="275" font-size="10" font-weight="700" fill="#f59e0b" letter-spacing="1">PARALLEL AGENTS v1.8.0</text>
|
|
63
|
-
<text x="430" y="296" font-size="13" fill="#e6edf3">/project-launch → 5 agents, 10 min</text>
|
|
64
|
-
<text x="430" y="313" font-size="13" fill="#e6edf3">/team-review → 4 agents, 15 min</text>
|
|
65
|
-
<text x="430" y="334" font-size="11" fill="#484f58">image-architect: Gemini / DALL-E / SVG</text>
|
|
66
|
-
<text x="430" y="352" font-size="11" fill="#484f58">/lessons: cross-platform lesson loading</text>
|
|
67
|
-
|
|
68
|
-
<!-- Card 3: Semantic Routing -->
|
|
69
|
-
<rect x="740" y="250" width="380" height="120" rx="10" fill="url(#card2)" stroke="#38bdf8" stroke-opacity="0.4" stroke-width="1"/>
|
|
70
|
-
<rect x="740" y="250" width="4" height="120" rx="2" fill="#38bdf8"/>
|
|
71
|
-
<text x="760" y="275" font-size="10" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC ROUTING v1.8.0</text>
|
|
72
|
-
<text x="760" y="296" font-size="13" fill="#e6edf3">Paste code → auto-routes to code-reviewer</text>
|
|
73
|
-
<text x="760" y="313" font-size="13" fill="#e6edf3">Paste error → auto-routes to debug-detective</text>
|
|
74
|
-
<text x="760" y="334" font-size="11" fill="#484f58">Emotion as signal · 2–3× more patterns</text>
|
|
75
|
-
<text x="760" y="352" font-size="11" fill="#484f58">"help me build X" → /project-launch instantly</text>
|
|
76
|
-
|
|
77
|
-
<line x1="80" y1="392" x2="1120" y2="392" stroke="#21262d" stroke-width="1"/>
|
|
78
|
-
|
|
79
|
-
<!-- Stats — "70" baseline lowered so cap-top sits below the separator line -->
|
|
80
|
-
<text x="540" y="447" font-size="68" font-weight="900" fill="#ffffff" text-anchor="middle">70</text>
|
|
81
|
-
<text x="540" y="468" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="3">SPECIALIST AGENTS</text>
|
|
82
|
-
<!-- Divider lines extended up to y=394 to fully contain the tall "70" numeral -->
|
|
83
|
-
<line x1="456" y1="394" x2="456" y2="474" stroke="#21262d" stroke-width="1"/>
|
|
84
|
-
<line x1="624" y1="394" x2="624" y2="474" stroke="#21262d" stroke-width="1"/>
|
|
85
|
-
<text x="368" y="444" font-size="34" font-weight="800" fill="#ffffff" text-anchor="middle">194</text>
|
|
86
|
-
<text x="368" y="464" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="2">SKILLS</text>
|
|
87
|
-
<text x="712" y="444" font-size="34" font-weight="800" fill="#ffffff" text-anchor="middle">97</text>
|
|
88
|
-
<text x="712" y="464" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="2">COMMANDS</text>
|
|
89
|
-
|
|
90
|
-
<!-- Benefit pills -->
|
|
91
|
-
<rect x="80" y="490" width="220" height="50" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
|
|
92
|
-
<text x="190" y="512" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">Zero Cost</text>
|
|
93
|
-
<text x="190" y="530" font-size="11" fill="#484f58" text-anchor="middle">100% local files</text>
|
|
94
|
-
|
|
95
|
-
<rect x="316" y="490" width="220" height="50" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
|
|
96
|
-
<text x="426" y="512" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">10× Faster</text>
|
|
97
|
-
<text x="426" y="530" font-size="11" fill="#484f58" text-anchor="middle">parallel multi-agent</text>
|
|
98
|
-
|
|
99
|
-
<rect x="552" y="490" width="220" height="50" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
|
|
100
|
-
<text x="662" y="512" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">Self-Learning</text>
|
|
101
|
-
<text x="662" y="530" font-size="11" fill="#484f58" text-anchor="middle">compound memory</text>
|
|
102
|
-
|
|
103
|
-
<rect x="788" y="490" width="332" height="50" rx="8" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.4" stroke-width="1"/>
|
|
104
|
-
<text x="954" y="510" font-size="11" fill="#10b981" text-anchor="middle" font-weight="700">npx kodelyth-ecc</text>
|
|
105
|
-
<text x="954" y="528" font-size="11" fill="#484f58" text-anchor="middle">github.com/sifxprime/kodelyth-ecc</text>
|
|
106
|
-
|
|
107
|
-
<!-- Bottom bar -->
|
|
108
|
-
<rect x="0" y="560" width="1200" height="36" fill="#0d1117" stroke="#21262d" stroke-width="0"/>
|
|
109
|
-
<text x="600" y="582" font-size="12" fill="#30363d" text-anchor="middle">Kodelyth ECC — Works with Claude Code · Windsurf · Cursor · Codex CLI · Google Antigravity · OpenCode</text>
|
|
110
|
-
</svg>
|
package/social/fb-ad-main.svg
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
<svg width="1200" height="628" viewBox="0 0 1200 628" 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="ctaGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
12
|
-
<stop offset="0%" style="stop-color:#7c3aed"/>
|
|
13
|
-
<stop offset="100%" style="stop-color:#0891b2"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
</defs>
|
|
16
|
-
|
|
17
|
-
<rect width="1200" height="628" fill="url(#bg)"/>
|
|
18
|
-
|
|
19
|
-
<!-- Ambient glow -->
|
|
20
|
-
<circle cx="1100" cy="80" r="280" fill="#a78bfa" opacity="0.04"/>
|
|
21
|
-
<circle cx="100" cy="550" r="220" fill="#38bdf8" opacity="0.03"/>
|
|
22
|
-
|
|
23
|
-
<!-- Ghost Depth Mark — right-side watermark, scale 0.55, op=0.17 -->
|
|
24
|
-
<g transform="translate(1044, 213) scale(0.55)" opacity="0.17">
|
|
25
|
-
<polyline points="-44,4 12,100 -44,196"
|
|
26
|
-
stroke="#ffffff" stroke-width="10"
|
|
27
|
-
stroke-linecap="round" stroke-linejoin="round"
|
|
28
|
-
fill="none"/>
|
|
29
|
-
<polyline points="0,0 88,100 0,200"
|
|
30
|
-
stroke="#ffffff" stroke-width="32"
|
|
31
|
-
stroke-linecap="round" stroke-linejoin="round"
|
|
32
|
-
fill="none"/>
|
|
33
|
-
</g>
|
|
34
|
-
|
|
35
|
-
<!-- Left vertical accent bar -->
|
|
36
|
-
<rect x="80" y="80" width="4" height="468" rx="2" fill="url(#accent)" opacity="0.6"/>
|
|
37
|
-
|
|
38
|
-
<!-- Category badge -->
|
|
39
|
-
<rect x="102" y="80" width="160" height="26" rx="13" fill="#a78bfa" fill-opacity="0.12" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
|
|
40
|
-
<text x="182" y="97" font-size="10" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="1.5">AI CODING TOOLKIT</text>
|
|
41
|
-
|
|
42
|
-
<!-- Main headline -->
|
|
43
|
-
<text x="102" y="175" font-size="64" font-weight="900" letter-spacing="-2.5" fill="#ffffff">Build 10x faster</text>
|
|
44
|
-
<text x="102" y="250" font-size="64" font-weight="900" letter-spacing="-2.5" fill="url(#accent)">with every session.</text>
|
|
45
|
-
|
|
46
|
-
<!-- Sub-headline -->
|
|
47
|
-
<text x="102" y="305" font-size="20" font-weight="400" fill="#9ca3af">70 specialist AI agents that learn how you work.</text>
|
|
48
|
-
<text x="102" y="332" font-size="20" font-weight="400" fill="#9ca3af">Runs on 11 platforms. Completely free.</text>
|
|
49
|
-
|
|
50
|
-
<!-- Divider -->
|
|
51
|
-
<line x1="102" y1="365" x2="680" y2="365" stroke="#ffffff" stroke-width="1" opacity="0.10"/>
|
|
52
|
-
|
|
53
|
-
<!-- Feature bullets -->
|
|
54
|
-
<circle cx="112" cy="395" r="4" fill="#10b981"/>
|
|
55
|
-
<text x="126" y="400" font-size="15" fill="#e6edf3">Compound learning — improves with every correction you make</text>
|
|
56
|
-
|
|
57
|
-
<circle cx="112" cy="425" r="4" fill="#38bdf8"/>
|
|
58
|
-
<text x="126" y="430" font-size="15" fill="#e6edf3">Semantic routing — paste code or an error, the right agent fires</text>
|
|
59
|
-
|
|
60
|
-
<circle cx="112" cy="455" r="4" fill="#a78bfa"/>
|
|
61
|
-
<text x="126" y="460" font-size="15" fill="#e6edf3">Parallel agents — /team-review runs 4 specialists simultaneously</text>
|
|
62
|
-
|
|
63
|
-
<circle cx="112" cy="485" r="4" fill="#f59e0b"/>
|
|
64
|
-
<text x="126" y="490" font-size="15" fill="#e6edf3">Zero cloud — 100% local files, zero vendor lock-in</text>
|
|
65
|
-
|
|
66
|
-
<!-- CTA Section -->
|
|
67
|
-
<rect x="102" y="526" width="260" height="52" rx="26" fill="url(#ctaGrad)"/>
|
|
68
|
-
<text x="232" y="558" font-size="16" font-weight="700" text-anchor="middle" fill="#ffffff">Get it free — npm</text>
|
|
69
|
-
|
|
70
|
-
<text x="384" y="548" font-size="14" fill="#6b7280">npx kodelyth-ecc</text>
|
|
71
|
-
<text x="384" y="568" font-size="14" fill="#6b7280">github.com/sifxprime/kodelyth-ecc</text>
|
|
72
|
-
|
|
73
|
-
<!-- Right panel — terminal mockup -->
|
|
74
|
-
<rect x="720" y="60" width="440" height="508" rx="12" fill="#0d1117" stroke="#21262d" stroke-width="1.5"/>
|
|
75
|
-
<rect x="720" y="60" width="440" height="34" rx="12" fill="#161b22"/>
|
|
76
|
-
<rect x="720" y="84" width="440" height="10" fill="#161b22"/>
|
|
77
|
-
<circle cx="744" cy="77" r="5" fill="#ff5f57"/>
|
|
78
|
-
<circle cx="760" cy="77" r="5" fill="#febc2e"/>
|
|
79
|
-
<circle cx="776" cy="77" r="5" fill="#28c840"/>
|
|
80
|
-
<text x="940" y="81" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc — terminal</text>
|
|
81
|
-
|
|
82
|
-
<!-- Terminal content -->
|
|
83
|
-
<text x="748" y="122" font-family="'Courier New', Courier, monospace" font-size="12" fill="#10b981">$</text>
|
|
84
|
-
<text x="762" y="122" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> npx kodelyth-ecc</text>
|
|
85
|
-
|
|
86
|
-
<text x="748" y="144" font-family="'Courier New', Courier, monospace" font-size="12" fill="#484f58">Installing v1.8.0...</text>
|
|
87
|
-
|
|
88
|
-
<text x="748" y="176" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> Agents (70) </text>
|
|
89
|
-
<text x="890" y="176" font-family="'Courier New', Courier, monospace" font-size="12" fill="#484f58">→ installed</text>
|
|
90
|
-
|
|
91
|
-
<text x="748" y="198" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> Skills (194) </text>
|
|
92
|
-
<text x="890" y="198" font-family="'Courier New', Courier, monospace" font-size="12" fill="#484f58">→ installed</text>
|
|
93
|
-
|
|
94
|
-
<text x="748" y="220" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> Commands (97) </text>
|
|
95
|
-
<text x="890" y="220" font-family="'Courier New', Courier, monospace" font-size="12" fill="#484f58">→ installed</text>
|
|
96
|
-
|
|
97
|
-
<text x="748" y="242" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> Hooks (22+) </text>
|
|
98
|
-
<text x="890" y="242" font-family="'Courier New', Courier, monospace" font-size="12" fill="#484f58">→ installed</text>
|
|
99
|
-
|
|
100
|
-
<line x1="748" y1="262" x2="1140" y2="262" stroke="#21262d" stroke-width="1"/>
|
|
101
|
-
|
|
102
|
-
<!-- Session simulation -->
|
|
103
|
-
<text x="748" y="286" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">$</text>
|
|
104
|
-
<text x="762" y="286" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> [paste stack trace]</text>
|
|
105
|
-
|
|
106
|
-
<text x="748" y="306" font-family="'Courier New', Courier, monospace" font-size="11" fill="#a78bfa">→ Routing to debug-detective</text>
|
|
107
|
-
|
|
108
|
-
<text x="748" y="326" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Root cause: null reference in</text>
|
|
109
|
-
<text x="748" y="342" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">getUserById() line 47.</text>
|
|
110
|
-
<text x="748" y="358" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Fix: add optional chaining.</text>
|
|
111
|
-
|
|
112
|
-
<line x1="748" y1="376" x2="1140" y2="376" stroke="#21262d" stroke-width="1"/>
|
|
113
|
-
|
|
114
|
-
<text x="748" y="400" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">$</text>
|
|
115
|
-
<text x="762" y="400" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> /team-review</text>
|
|
116
|
-
|
|
117
|
-
<text x="748" y="420" font-family="'Courier New', Courier, monospace" font-size="11" fill="#a78bfa">Spawning 4 agents in parallel...</text>
|
|
118
|
-
<text x="748" y="438" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58"> code-reviewer · security-reviewer</text>
|
|
119
|
-
<text x="748" y="454" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58"> performance-optimizer · api-guardian</text>
|
|
120
|
-
|
|
121
|
-
<rect x="748" y="470" width="396" height="34" rx="6" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.35" stroke-width="1"/>
|
|
122
|
-
<text x="768" y="484" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">REVIEW COMPLETE — 0 critical · 1 high · 3 medium</text>
|
|
123
|
-
<text x="768" y="498" font-size="10" fill="#6b7280">15 min parallel vs 60 min sequential</text>
|
|
124
|
-
|
|
125
|
-
<!-- Bottom bar -->
|
|
126
|
-
<rect x="0" y="590" width="1200" height="38" fill="#0d1117" stroke="#21262d" stroke-width="0"/>
|
|
127
|
-
<text x="600" y="613" font-size="12" fill="#30363d" text-anchor="middle">kodelyth.com · Works with Claude Code · Windsurf · Cursor · Codex CLI · Antigravity · OpenCode · and 5 more</text>
|
|
128
|
-
</svg>
|
|
@@ -1,118 +0,0 @@
|
|
|
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>
|
|
@@ -1,144 +0,0 @@
|
|
|
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>
|