kodelyth-ecc 1.4.1 → 1.5.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.
- package/AGENTS.md +5 -3
- package/CHANGELOG.md +56 -0
- package/CLAUDE.md +1 -1
- package/KODELYTH.md +46 -8
- package/README.md +20 -7
- package/VERSION +1 -1
- package/agents/incident-commander.md +227 -0
- package/agents/load-tester.md +283 -0
- package/package.json +4 -2
- package/rules/common/agent-intent-routing.md +33 -1
- package/social/card-agents.svg +71 -76
- package/social/card-install.svg +43 -77
- package/social/card-main.svg +36 -109
- package/social/github-social-preview.svg +110 -103
- package/social/readme-agents.svg +125 -138
- package/social/readme-hero.svg +91 -92
- package/social/x-card-agents-grid.svg +94 -70
- package/social/x-card-free.svg +37 -83
- package/social/x-card-hook.svg +37 -66
- package/wiki/Agent-Reference.md +317 -119
- package/wiki/FAQ.md +158 -72
- package/wiki/Home.md +91 -28
- package/wiki/Hook-Reference.md +148 -53
- package/wiki/Installation-Guide.md +147 -66
- package/wiki/Platform-Support.md +136 -56
- package/wiki/Skill-Reference.md +167 -60
package/social/card-install.svg
CHANGED
|
@@ -1,99 +1,65 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 360" width="640" height="360" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
2
2
|
<defs>
|
|
3
|
-
<linearGradient id="
|
|
4
|
-
<stop offset="0%" style="stop-color:#
|
|
3
|
+
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" style="stop-color:#050811"/>
|
|
5
5
|
<stop offset="100%" style="stop-color:#0d1117"/>
|
|
6
6
|
</linearGradient>
|
|
7
|
-
<linearGradient id="
|
|
7
|
+
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
8
8
|
<stop offset="0%" style="stop-color:#7c3aed"/>
|
|
9
9
|
<stop offset="100%" style="stop-color:#2563eb"/>
|
|
10
10
|
</linearGradient>
|
|
11
|
-
<linearGradient id="green3" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
12
|
-
<stop offset="0%" style="stop-color:#059669"/>
|
|
13
|
-
<stop offset="100%" style="stop-color:#0891b2"/>
|
|
14
|
-
</linearGradient>
|
|
15
11
|
</defs>
|
|
16
12
|
|
|
17
|
-
<rect width="
|
|
18
|
-
<rect x="0" y="0" width="
|
|
19
|
-
|
|
20
|
-
<!-- Left panel: text -->
|
|
21
|
-
<text x="60" y="80" font-size="15" font-weight="700" letter-spacing="4" fill="#7c3aed">ONE COMMAND</text>
|
|
22
|
-
<text x="60" y="150" font-size="58" font-weight="900" letter-spacing="-1" fill="#ffffff">Install once.</text>
|
|
23
|
-
<text x="60" y="215" font-size="58" font-weight="900" letter-spacing="-1" fill="#ffffff">Code forever.</text>
|
|
24
|
-
|
|
25
|
-
<text x="60" y="270" font-size="17" fill="#64748b" font-weight="400">Works in Claude Code, Google Antigravity,</text>
|
|
26
|
-
<text x="60" y="294" font-size="17" fill="#64748b">Cursor, Codex, OpenCode.</text>
|
|
27
|
-
|
|
28
|
-
<!-- Platforms with colored dots -->
|
|
29
|
-
<g transform="translate(60, 330)">
|
|
30
|
-
<circle cx="8" cy="8" r="5" fill="#7c3aed"/>
|
|
31
|
-
<text x="22" y="14" font-size="14" fill="#94a3b8">Claude Code</text>
|
|
32
|
-
|
|
33
|
-
<circle cx="8" cy="38" r="5" fill="#2563eb"/>
|
|
34
|
-
<text x="22" y="44" font-size="14" fill="#94a3b8">Google Antigravity</text>
|
|
35
|
-
|
|
36
|
-
<circle cx="8" cy="68" r="5" fill="#0891b2"/>
|
|
37
|
-
<text x="22" y="74" font-size="14" fill="#94a3b8">Cursor IDE</text>
|
|
38
|
-
|
|
39
|
-
<circle cx="8" cy="98" r="5" fill="#059669"/>
|
|
40
|
-
<text x="22" y="104" font-size="14" fill="#94a3b8">OpenAI Codex CLI</text>
|
|
13
|
+
<rect width="640" height="360" fill="url(#bg)" rx="12"/>
|
|
14
|
+
<rect x="0" y="0" width="640" height="3" fill="url(#accent)" rx="2"/>
|
|
41
15
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
16
|
+
<!-- Header -->
|
|
17
|
+
<text x="28" y="42" font-size="20" font-weight="800" fill="#ffffff">4 Ways to Install</text>
|
|
18
|
+
<text x="28" y="62" font-size="12" fill="#6e7681">Any machine, any platform. Node 18+ required.</text>
|
|
45
19
|
|
|
46
|
-
|
|
47
|
-
<rect x="60" y="520" width="380" height="52" rx="8" fill="#1e293b" stroke="#7c3aed" stroke-width="1"/>
|
|
48
|
-
<text x="250" y="551" font-size="14" fill="#a78bfa" text-anchor="middle" font-weight="600">github.com/sifxprime/kodelyth-ecc</text>
|
|
20
|
+
<line x1="28" y1="76" x2="612" y2="76" stroke="#21262d" stroke-width="1"/>
|
|
49
21
|
|
|
50
|
-
<!--
|
|
51
|
-
<
|
|
22
|
+
<!-- Option 1: npx -->
|
|
23
|
+
<text x="28" y="100" font-size="10" fill="#7c3aed" font-weight="700" letter-spacing="1">OPTION 1 — EASIEST (no clone needed)</text>
|
|
24
|
+
<rect x="28" y="108" width="584" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
25
|
+
<text x="44" y="131" font-family="'Courier New', Courier, monospace" font-size="13" fill="#57c454">$</text>
|
|
26
|
+
<text x="58" y="131" font-family="'Courier New', Courier, monospace" font-size="13" fill="#e6edf3"> npx kodelyth-ecc</text>
|
|
52
27
|
|
|
53
|
-
<!--
|
|
54
|
-
<
|
|
55
|
-
<rect x="
|
|
56
|
-
<
|
|
57
|
-
<
|
|
58
|
-
<circle cx="658" cy="71" r="6" fill="#10b981"/>
|
|
59
|
-
<text x="870" y="77" font-size="12" fill="#475569" text-anchor="middle">Terminal</text>
|
|
28
|
+
<!-- Option 2: curl -->
|
|
29
|
+
<text x="28" y="164" font-size="10" fill="#2563eb" font-weight="700" letter-spacing="1">OPTION 2 — macOS / LINUX</text>
|
|
30
|
+
<rect x="28" y="172" width="584" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
31
|
+
<text x="44" y="195" font-family="'Courier New', Courier, monospace" font-size="12" fill="#57c454">$</text>
|
|
32
|
+
<text x="58" y="195" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> curl -fsSL https://raw.githubusercontent.com/sifxprime/...</text>
|
|
60
33
|
|
|
61
|
-
<!--
|
|
62
|
-
<text x="
|
|
63
|
-
<
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</text>
|
|
34
|
+
<!-- Option 3: powershell -->
|
|
35
|
+
<text x="28" y="228" font-size="10" fill="#818cf8" font-weight="700" letter-spacing="1">OPTION 3 — WINDOWS (POWERSHELL)</text>
|
|
36
|
+
<rect x="28" y="236" width="584" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
37
|
+
<text x="44" y="259" font-family="'Courier New', Courier, monospace" font-size="12" fill="#57c454">PS></text>
|
|
38
|
+
<text x="70" y="259" font-family="'Courier New', Courier, monospace" font-size="12" fill="#e6edf3"> irm .../install.ps1 | iex</text>
|
|
67
39
|
|
|
68
|
-
|
|
69
|
-
<text x="
|
|
70
|
-
|
|
71
|
-
<tspan fill="#e2e8f0">./install.sh --target antigravity \</tspan>
|
|
72
|
-
</text>
|
|
73
|
-
<text x="608" y="220" font-size="13" font-family="'Courier New', monospace">
|
|
74
|
-
<tspan fill="#e2e8f0"> --profile nextjs</tspan>
|
|
75
|
-
</text>
|
|
40
|
+
<!-- Targets -->
|
|
41
|
+
<text x="28" y="292" font-size="10" fill="#484f58" letter-spacing="1">INSTALL TARGETS — add </text>
|
|
42
|
+
<text x="178" y="292" font-family="'Courier New', Courier, monospace" font-size="10" fill="#a78bfa">--target <name></text>
|
|
76
43
|
|
|
77
|
-
<
|
|
44
|
+
<rect x="28" y="302" width="90" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
45
|
+
<text x="73" y="317" font-size="10" fill="#8b949e" text-anchor="middle">claude-home</text>
|
|
78
46
|
|
|
79
|
-
<
|
|
80
|
-
<text x="
|
|
81
|
-
<text x="608" y="312" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ Rules — 18 files, always-on</text>
|
|
82
|
-
<text x="608" y="334" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ kodelyth-quickstart</text>
|
|
83
|
-
<text x="608" y="356" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ smart-debug</text>
|
|
84
|
-
<text x="608" y="378" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ git-mastery</text>
|
|
85
|
-
<text x="608" y="400" font-size="13" font-family="'Courier New', monospace" fill="#10b981"> ✓ observability</text>
|
|
47
|
+
<rect x="126" y="302" width="80" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
48
|
+
<text x="166" y="317" font-size="10" fill="#8b949e" text-anchor="middle">antigravity</text>
|
|
86
49
|
|
|
87
|
-
<
|
|
50
|
+
<rect x="214" y="302" width="110" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
51
|
+
<text x="269" y="317" font-size="10" fill="#8b949e" text-anchor="middle">windsurf-project</text>
|
|
88
52
|
|
|
89
|
-
<
|
|
53
|
+
<rect x="332" y="302" width="104" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
54
|
+
<text x="384" y="317" font-size="10" fill="#8b949e" text-anchor="middle">windsurf-home</text>
|
|
90
55
|
|
|
91
|
-
<
|
|
92
|
-
<text x="
|
|
93
|
-
<text x="608" y="530" font-size="12" font-family="'Courier New', monospace" fill="#374151"> Claude Sonnet 4.6 ← agent behavior</text>
|
|
94
|
-
<text x="608" y="550" font-size="12" font-family="'Courier New', monospace" fill="#374151"> Claude Opus 4.6 ← last resort</text>
|
|
56
|
+
<rect x="444" y="302" width="88" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
57
|
+
<text x="488" y="317" font-size="10" fill="#8b949e" text-anchor="middle">cursor-project</text>
|
|
95
58
|
|
|
96
|
-
<rect x="
|
|
59
|
+
<rect x="540" y="302" width="72" height="22" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
60
|
+
<text x="576" y="317" font-size="10" fill="#8b949e" text-anchor="middle">opencode</text>
|
|
97
61
|
|
|
98
|
-
|
|
62
|
+
<!-- Bottom line -->
|
|
63
|
+
<line x1="28" y1="336" x2="612" y2="336" stroke="#21262d" stroke-width="1"/>
|
|
64
|
+
<text x="320" y="353" font-size="11" fill="#30363d" text-anchor="middle">github.com/sifxprime/kodelyth-ecc</text>
|
|
99
65
|
</svg>
|
package/social/card-main.svg
CHANGED
|
@@ -1,133 +1,60 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<!-- Background -->
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 320" width="600" height="320" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
3
2
|
<defs>
|
|
4
3
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
5
|
-
<stop offset="0%" style="stop-color:#
|
|
4
|
+
<stop offset="0%" style="stop-color:#050811"/>
|
|
6
5
|
<stop offset="100%" style="stop-color:#0d1117"/>
|
|
7
6
|
</linearGradient>
|
|
8
7
|
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
9
8
|
<stop offset="0%" style="stop-color:#7c3aed"/>
|
|
10
9
|
<stop offset="100%" style="stop-color:#2563eb"/>
|
|
11
10
|
</linearGradient>
|
|
12
|
-
<linearGradient id="redline" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
13
|
-
<stop offset="0%" style="stop-color:#dc2626"/>
|
|
14
|
-
<stop offset="100%" style="stop-color:#7c3aed"/>
|
|
15
|
-
</linearGradient>
|
|
16
11
|
</defs>
|
|
17
12
|
|
|
18
|
-
<rect width="
|
|
19
|
-
|
|
20
|
-
<!-- Top accent bar -->
|
|
21
|
-
<rect x="0" y="0" width="1200" height="4" fill="url(#accent)"/>
|
|
22
|
-
|
|
23
|
-
<!-- Grid pattern -->
|
|
24
|
-
<g opacity="0.04" stroke="#ffffff" stroke-width="1">
|
|
25
|
-
<line x1="0" y1="105" x2="1200" y2="105"/>
|
|
26
|
-
<line x1="0" y1="210" x2="1200" y2="210"/>
|
|
27
|
-
<line x1="0" y1="315" x2="1200" y2="315"/>
|
|
28
|
-
<line x1="0" y1="420" x2="1200" y2="420"/>
|
|
29
|
-
<line x1="0" y1="525" x2="1200" y2="525"/>
|
|
30
|
-
<line x1="200" y1="0" x2="200" y2="630"/>
|
|
31
|
-
<line x1="400" y1="0" x2="400" y2="630"/>
|
|
32
|
-
<line x1="600" y1="0" x2="600" y2="630"/>
|
|
33
|
-
<line x1="800" y1="0" x2="800" y2="630"/>
|
|
34
|
-
<line x1="1000" y1="0" x2="1000" y2="630"/>
|
|
35
|
-
</g>
|
|
36
|
-
|
|
37
|
-
<!-- Danger badge -->
|
|
38
|
-
<rect x="60" y="52" width="320" height="36" rx="4" fill="#dc2626" opacity="0.15"/>
|
|
39
|
-
<rect x="60" y="52" width="320" height="36" rx="4" fill="none" stroke="#dc2626" stroke-width="1"/>
|
|
40
|
-
<text x="80" y="76" font-size="13" font-weight="700" letter-spacing="3" fill="#ef4444">DANGER LEVEL: GOD TIER</text>
|
|
41
|
-
|
|
42
|
-
<!-- Main title -->
|
|
43
|
-
<text x="60" y="170" font-size="82" font-weight="900" letter-spacing="-2" fill="#ffffff">Kodelyth</text>
|
|
44
|
-
<text x="60" y="260" font-size="82" font-weight="900" letter-spacing="-2">
|
|
45
|
-
<tspan fill="url(#accent)">ECC</tspan>
|
|
46
|
-
</text>
|
|
47
|
-
|
|
48
|
-
<!-- Tagline -->
|
|
49
|
-
<text x="60" y="320" font-size="22" font-weight="400" fill="#94a3b8" letter-spacing="0.5">The most dangerous AI coding toolkit on the planet.</text>
|
|
50
|
-
|
|
51
|
-
<!-- Divider -->
|
|
52
|
-
<rect x="60" y="350" width="80" height="3" fill="url(#accent)" rx="2"/>
|
|
53
|
-
|
|
54
|
-
<!-- Stats row -->
|
|
55
|
-
<g transform="translate(60, 390)">
|
|
56
|
-
<!-- Stat 1 -->
|
|
57
|
-
<text x="0" y="0" font-size="42" font-weight="800" fill="#ffffff">53</text>
|
|
58
|
-
<text x="0" y="24" font-size="13" fill="#64748b" font-weight="500">AGENTS</text>
|
|
59
|
-
|
|
60
|
-
<!-- Stat 2 -->
|
|
61
|
-
<text x="150" y="0" font-size="42" font-weight="800" fill="#ffffff">185</text>
|
|
62
|
-
<text x="150" y="24" font-size="13" fill="#64748b" font-weight="500">SKILLS</text>
|
|
63
|
-
|
|
64
|
-
<!-- Stat 3 -->
|
|
65
|
-
<text x="310" y="0" font-size="42" font-weight="800" fill="#ffffff">79</text>
|
|
66
|
-
<text x="310" y="24" font-size="13" fill="#64748b" font-weight="500">COMMANDS</text>
|
|
67
|
-
|
|
68
|
-
<!-- Stat 4 -->
|
|
69
|
-
<text x="450" y="0" font-size="42" font-weight="800" fill="#ffffff">18+</text>
|
|
70
|
-
<text x="450" y="24" font-size="13" fill="#64748b" font-weight="500">HOOKS</text>
|
|
71
|
-
</g>
|
|
72
|
-
|
|
73
|
-
<!-- Platform pills -->
|
|
74
|
-
<g transform="translate(60, 470)">
|
|
75
|
-
<rect x="0" y="0" width="140" height="32" rx="16" fill="#1e293b"/>
|
|
76
|
-
<text x="70" y="21" font-size="13" font-weight="600" fill="#7c3aed" text-anchor="middle">Claude Code</text>
|
|
77
|
-
|
|
78
|
-
<rect x="152" y="0" width="160" height="32" rx="16" fill="#1e293b"/>
|
|
79
|
-
<text x="232" y="21" font-size="13" font-weight="600" fill="#2563eb" text-anchor="middle">Google Antigravity</text>
|
|
80
|
-
|
|
81
|
-
<rect x="324" y="0" width="90" height="32" rx="16" fill="#1e293b"/>
|
|
82
|
-
<text x="369" y="21" font-size="13" font-weight="600" fill="#0891b2" text-anchor="middle">Cursor</text>
|
|
13
|
+
<rect width="600" height="320" fill="url(#bg)" rx="12"/>
|
|
14
|
+
<rect x="0" y="0" width="600" height="3" fill="url(#accent)" rx="2"/>
|
|
83
15
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
16
|
+
<!-- Title -->
|
|
17
|
+
<text x="30" y="52" font-size="28" font-weight="800" fill="#ffffff" letter-spacing="-1">Kodelyth ECC</text>
|
|
18
|
+
<rect x="220" y="33" width="56" height="20" rx="10" fill="#7c3aed" fill-opacity="0.25" stroke="#7c3aed" stroke-opacity="0.6" stroke-width="1"/>
|
|
19
|
+
<text x="248" y="48" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.4.1</text>
|
|
87
20
|
|
|
88
|
-
|
|
89
|
-
<text x="60" y="582" font-size="15" fill="#475569" font-weight="500">github.com/sifxprime/kodelyth-ecc</text>
|
|
90
|
-
<text x="60" y="608" font-size="13" fill="#334155">Free · Open Source · Any language · Any scale</text>
|
|
21
|
+
<text x="30" y="76" font-size="13" fill="#6e7681">Production-grade AI coding toolkit with self-learning memory</text>
|
|
91
22
|
|
|
92
|
-
|
|
93
|
-
<rect x="700" y="80" width="460" height="470" rx="12" fill="#111827" stroke="#1e293b" stroke-width="1"/>
|
|
23
|
+
<line x1="30" y1="92" x2="570" y2="92" stroke="#21262d" stroke-width="1"/>
|
|
94
24
|
|
|
95
|
-
|
|
96
|
-
<rect x="700" y="80" width="460" height="40" rx="12" fill="#1a2234"/>
|
|
97
|
-
<rect x="700" y="100" width="460" height="20" fill="#1a2234"/>
|
|
98
|
-
<circle cx="728" cy="100" r="6" fill="#ef4444"/>
|
|
99
|
-
<circle cx="750" cy="100" r="6" fill="#f59e0b"/>
|
|
100
|
-
<circle cx="772" cy="100" r="6" fill="#10b981"/>
|
|
101
|
-
<text x="920" y="106" font-size="12" fill="#475569" text-anchor="middle">kodelyth-ecc — install</text>
|
|
25
|
+
<text x="30" y="118" font-size="11" fill="#484f58" letter-spacing="1.5">INSTALL</text>
|
|
102
26
|
|
|
103
|
-
<!--
|
|
104
|
-
<
|
|
27
|
+
<!-- npx -->
|
|
28
|
+
<rect x="30" y="128" width="540" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
29
|
+
<text x="46" y="151" font-family="'Courier New', Courier, monospace" font-size="13" fill="#57c454">$</text>
|
|
30
|
+
<text x="60" y="151" font-family="'Courier New', Courier, monospace" font-size="13" fill="#e6edf3"> npx kodelyth-ecc</text>
|
|
31
|
+
<rect x="466" y="133" width="92" height="26" rx="4" fill="#7c3aed" fill-opacity="0.2" stroke="#7c3aed" stroke-opacity="0.3" stroke-width="1"/>
|
|
32
|
+
<text x="512" y="151" font-size="10" fill="#a78bfa" text-anchor="middle" font-weight="700">RECOMMENDED</text>
|
|
105
33
|
|
|
106
|
-
|
|
107
|
-
<
|
|
34
|
+
<!-- curl -->
|
|
35
|
+
<rect x="30" y="172" width="540" height="36" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
36
|
+
<text x="46" y="195" font-family="'Courier New', Courier, monospace" font-size="11.5" fill="#57c454">$</text>
|
|
37
|
+
<text x="60" y="195" font-family="'Courier New', Courier, monospace" font-size="11.5" fill="#e6edf3"> curl -fsSL https://raw.github.../install.sh | bash</text>
|
|
108
38
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
</text>
|
|
39
|
+
<!-- Memory feature highlight -->
|
|
40
|
+
<rect x="30" y="220" width="540" height="58" rx="8" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.3" stroke-width="1"/>
|
|
41
|
+
<text x="46" y="240" font-size="10" font-weight="700" fill="#10b981" letter-spacing="1">NEW: SELF-LEARNING MEMORY</text>
|
|
42
|
+
<text x="46" y="257" font-size="12" fill="#8b949e">Auto-recalls past solutions on every prompt you type.</text>
|
|
43
|
+
<text x="46" y="274" font-size="12" fill="#8b949e">Local-only. BM25 search. Zero cloud. Zero telemetry.</text>
|
|
112
44
|
|
|
113
|
-
<
|
|
45
|
+
<line x1="30" y1="292" x2="570" y2="292" stroke="#21262d" stroke-width="1"/>
|
|
114
46
|
|
|
115
|
-
<text x="
|
|
116
|
-
<text x="
|
|
117
|
-
<text x="724" y="326" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ Rules (flattened)</text>
|
|
118
|
-
<text x="724" y="348" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ kodelyth-quickstart</text>
|
|
119
|
-
<text x="724" y="370" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ smart-debug</text>
|
|
120
|
-
<text x="724" y="392" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ git-mastery</text>
|
|
121
|
-
<text x="724" y="414" font-size="12" font-family="'Courier New', monospace" fill="#10b981"> ✓ observability</text>
|
|
47
|
+
<text x="70" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">61</text>
|
|
48
|
+
<text x="70" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">AGENTS</text>
|
|
122
49
|
|
|
123
|
-
<text x="
|
|
124
|
-
<text x="
|
|
50
|
+
<text x="190" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">188</text>
|
|
51
|
+
<text x="190" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">SKILLS</text>
|
|
125
52
|
|
|
126
|
-
<text x="
|
|
53
|
+
<text x="310" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">80</text>
|
|
54
|
+
<text x="310" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">COMMANDS</text>
|
|
127
55
|
|
|
128
|
-
|
|
129
|
-
<
|
|
56
|
+
<text x="430" y="312" font-size="14" font-weight="800" fill="#ffffff" text-anchor="middle">18+</text>
|
|
57
|
+
<text x="430" y="320" font-size="8" fill="#484f58" text-anchor="middle" letter-spacing="1">HOOKS</text>
|
|
130
58
|
|
|
131
|
-
|
|
132
|
-
<rect x="0" y="626" width="1200" height="4" fill="url(#redline)"/>
|
|
59
|
+
<text x="540" y="312" font-size="11" font-weight="700" fill="#7c3aed" text-anchor="middle">MIT</text>
|
|
133
60
|
</svg>
|