kodelyth-ecc 1.4.0 → 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/.github/workflows/ci.yml +7 -8
- package/AGENTS.md +5 -3
- package/CHANGELOG.md +88 -0
- package/CLAUDE.md +1 -1
- package/KODELYTH.md +46 -8
- package/README.md +29 -8
- package/VERSION +1 -1
- package/agents/incident-commander.md +227 -0
- package/agents/load-tester.md +283 -0
- package/hooks/hooks.json +15 -0
- package/hooks/memory/auto-recall.js +141 -0
- package/package.json +5 -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/tests/memory/auto-recall.test.js +132 -0
- 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
|
@@ -1,147 +1,154 @@
|
|
|
1
1
|
<svg width="1280" height="640" viewBox="0 0 1280 640" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
2
2
|
<defs>
|
|
3
3
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
-
<stop offset="0%" style="stop-color:#
|
|
4
|
+
<stop offset="0%" style="stop-color:#050811"/>
|
|
5
5
|
<stop offset="100%" style="stop-color:#0d1117"/>
|
|
6
6
|
</linearGradient>
|
|
7
|
-
<linearGradient id="
|
|
8
|
-
<stop offset="0%" style="stop-color:#059669"/>
|
|
9
|
-
<stop offset="100%" style="stop-color:#0891b2"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<linearGradient id="purple" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
7
|
+
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
12
8
|
<stop offset="0%" style="stop-color:#7c3aed"/>
|
|
13
9
|
<stop offset="100%" style="stop-color:#2563eb"/>
|
|
14
10
|
</linearGradient>
|
|
15
|
-
<linearGradient id="
|
|
16
|
-
<stop offset="0%" style="stop-color:#
|
|
17
|
-
<stop offset="100%" style="stop-color:#
|
|
11
|
+
<linearGradient id="mem" 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
|
+
<linearGradient id="card" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
16
|
+
<stop offset="0%" style="stop-color:#161b22"/>
|
|
17
|
+
<stop offset="100%" style="stop-color:#0d1117"/>
|
|
18
18
|
</linearGradient>
|
|
19
19
|
</defs>
|
|
20
20
|
|
|
21
21
|
<!-- Background -->
|
|
22
22
|
<rect width="1280" height="640" fill="url(#bg)"/>
|
|
23
23
|
|
|
24
|
-
<!-- Subtle grid
|
|
25
|
-
<line x1="0" y1="160" x2="1280" y2="160" stroke="#ffffff" stroke-width="0.3" opacity="0.
|
|
26
|
-
<line x1="0" y1="320" x2="1280" y2="320" stroke="#ffffff" stroke-width="0.3" opacity="0.
|
|
27
|
-
<line x1="0" y1="480" x2="1280" y2="480" stroke="#ffffff" stroke-width="0.3" opacity="0.
|
|
28
|
-
<line x1="320" y1="0" x2="320" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.
|
|
29
|
-
<line x1="640" y1="0" x2="640" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.
|
|
30
|
-
<line x1="960" y1="0" x2="960" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.
|
|
24
|
+
<!-- Subtle grid -->
|
|
25
|
+
<line x1="0" y1="160" x2="1280" y2="160" stroke="#ffffff" stroke-width="0.3" opacity="0.025"/>
|
|
26
|
+
<line x1="0" y1="320" x2="1280" y2="320" stroke="#ffffff" stroke-width="0.3" opacity="0.025"/>
|
|
27
|
+
<line x1="0" y1="480" x2="1280" y2="480" stroke="#ffffff" stroke-width="0.3" opacity="0.025"/>
|
|
28
|
+
<line x1="320" y1="0" x2="320" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.025"/>
|
|
29
|
+
<line x1="640" y1="0" x2="640" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.025"/>
|
|
30
|
+
<line x1="960" y1="0" x2="960" y2="640" stroke="#ffffff" stroke-width="0.3" opacity="0.025"/>
|
|
31
31
|
|
|
32
32
|
<!-- Glow orbs -->
|
|
33
|
-
<circle cx="
|
|
34
|
-
<circle cx="
|
|
33
|
+
<circle cx="100" cy="100" r="240" fill="#7c3aed" opacity="0.04"/>
|
|
34
|
+
<circle cx="1180" cy="540" r="280" fill="#059669" opacity="0.04"/>
|
|
35
|
+
<circle cx="1100" cy="80" r="160" fill="#2563eb" opacity="0.03"/>
|
|
35
36
|
|
|
36
|
-
<!-- Top bar -->
|
|
37
|
-
<rect x="0" y="0" width="1280" height="4" fill="url(#
|
|
37
|
+
<!-- Top accent bar -->
|
|
38
|
+
<rect x="0" y="0" width="1280" height="4" fill="url(#accent)"/>
|
|
38
39
|
|
|
39
|
-
<!--
|
|
40
|
+
<!-- ===== LEFT SIDE ===== -->
|
|
40
41
|
|
|
41
|
-
<!--
|
|
42
|
-
<rect x="60" y="
|
|
43
|
-
<rect x="60" y="
|
|
44
|
-
<text x="
|
|
42
|
+
<!-- MIT badge -->
|
|
43
|
+
<rect x="60" y="52" width="196" height="28" rx="4" fill="#059669" opacity="0.12"/>
|
|
44
|
+
<rect x="60" y="52" width="196" height="28" rx="4" fill="none" stroke="#059669" stroke-width="1"/>
|
|
45
|
+
<text x="158" y="71" font-size="10" font-weight="700" letter-spacing="3" fill="#10b981" text-anchor="middle">MIT · FREE · OPEN SOURCE</text>
|
|
45
46
|
|
|
46
47
|
<!-- Main title -->
|
|
47
|
-
<text x="60" y="
|
|
48
|
-
<text x="60" y="
|
|
49
|
-
<tspan fill="url(#green)">ECC</tspan>
|
|
50
|
-
</text>
|
|
48
|
+
<text x="60" y="168" font-size="80" font-weight="900" letter-spacing="-3" fill="#ffffff">Kodelyth</text>
|
|
49
|
+
<text x="60" y="252" font-size="80" font-weight="900" letter-spacing="-3" fill="url(#accent)">ECC</text>
|
|
51
50
|
|
|
52
51
|
<!-- Tagline -->
|
|
53
|
-
<text x="60" y="
|
|
54
|
-
<text x="60" y="
|
|
52
|
+
<text x="60" y="308" font-size="19" fill="#8b949e" font-weight="400">61 specialist agents. Local self-learning memory.</text>
|
|
53
|
+
<text x="60" y="334" font-size="19" fill="#8b949e">Zero cloud. Zero telemetry.</text>
|
|
55
54
|
|
|
56
55
|
<!-- Divider -->
|
|
57
|
-
<rect x="60" y="
|
|
56
|
+
<rect x="60" y="364" width="500" height="1" fill="#21262d"/>
|
|
58
57
|
|
|
59
|
-
<!-- Stats row -->
|
|
60
|
-
<text x="60" y="
|
|
61
|
-
<text x="60" y="
|
|
58
|
+
<!-- Stats row — updated v1.4.1 -->
|
|
59
|
+
<text x="60" y="410" font-size="40" font-weight="800" fill="#ffffff">61</text>
|
|
60
|
+
<text x="60" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">AGENTS</text>
|
|
62
61
|
|
|
63
|
-
<text x="
|
|
64
|
-
<text x="
|
|
62
|
+
<text x="180" y="410" font-size="40" font-weight="800" fill="#ffffff">188</text>
|
|
63
|
+
<text x="180" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">SKILLS</text>
|
|
65
64
|
|
|
66
|
-
<text x="
|
|
67
|
-
<text x="
|
|
65
|
+
<text x="320" y="410" font-size="40" font-weight="800" fill="#ffffff">80</text>
|
|
66
|
+
<text x="320" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">COMMANDS</text>
|
|
68
67
|
|
|
69
|
-
<text x="
|
|
70
|
-
<text x="
|
|
68
|
+
<text x="430" y="410" font-size="40" font-weight="800" fill="#ffffff">18+</text>
|
|
69
|
+
<text x="430" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">HOOKS</text>
|
|
70
|
+
|
|
71
|
+
<!-- Memory feature callout -->
|
|
72
|
+
<rect x="60" y="460" width="500" height="68" rx="8" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.3" stroke-width="1"/>
|
|
73
|
+
<text x="80" y="483" font-size="11" font-weight="700" fill="#10b981" letter-spacing="1">SELF-LEARNING MEMORY — NEW IN v1.4</text>
|
|
74
|
+
<text x="80" y="503" font-size="13" fill="#8b949e">Captures solutions from past sessions.</text>
|
|
75
|
+
<text x="80" y="521" font-size="13" fill="#8b949e">Auto-injects relevant context on every prompt.</text>
|
|
71
76
|
|
|
72
77
|
<!-- Platform row -->
|
|
73
|
-
<text x="60" y="
|
|
74
|
-
<text x="
|
|
78
|
+
<text x="60" y="570" font-size="12" fill="#30363d">Works with</text>
|
|
79
|
+
<text x="135" y="570" font-size="12" fill="#6e7681" font-weight="600">Claude Code · Antigravity · Cursor · Codex · Windsurf · OpenCode</text>
|
|
75
80
|
|
|
76
81
|
<!-- GitHub URL -->
|
|
77
|
-
<text x="60" y="
|
|
78
|
-
|
|
79
|
-
<!-- Kodelyth brand -->
|
|
80
|
-
<text x="60" y="610" font-size="13" fill="#1e293b" font-weight="700" letter-spacing="1">Powered by KODELYTH</text>
|
|
82
|
+
<text x="60" y="606" font-size="14" fill="#30363d">github.com/sifxprime/kodelyth-ecc</text>
|
|
83
|
+
<text x="60" y="626" font-size="11" fill="#21262d" font-weight="700" letter-spacing="1">Powered by KODELYTH</text>
|
|
81
84
|
|
|
82
|
-
<!--
|
|
83
|
-
<g transform="translate(
|
|
85
|
+
<!-- ===== RIGHT SIDE — agent cards ===== -->
|
|
86
|
+
<g transform="translate(650, 40)">
|
|
84
87
|
|
|
85
88
|
<!-- Card 1: debug-detective -->
|
|
86
|
-
<rect x="0" y="0" width="
|
|
87
|
-
<rect x="0" y="0" width="3" height="
|
|
88
|
-
<text x="18" y="
|
|
89
|
-
<text x="18" y="
|
|
90
|
-
<text x="18" y="
|
|
91
|
-
<text x="18" y="
|
|
92
|
-
<text x="18" y="
|
|
93
|
-
|
|
94
|
-
<!-- Card 2: kodelyth-
|
|
95
|
-
<rect x="
|
|
96
|
-
<rect x="
|
|
97
|
-
<text x="
|
|
98
|
-
<text x="
|
|
99
|
-
<text x="
|
|
100
|
-
<text x="
|
|
101
|
-
<text x="
|
|
89
|
+
<rect x="0" y="0" width="278" height="112" rx="8" fill="url(#card)" stroke="#21262d" stroke-width="1"/>
|
|
90
|
+
<rect x="0" y="0" width="3" height="112" rx="1" fill="#dc2626"/>
|
|
91
|
+
<text x="18" y="26" font-size="12" font-weight="700" fill="#f87171">debug-detective</text>
|
|
92
|
+
<text x="18" y="43" font-size="10.5" fill="#30363d">Root Cause Hunter</text>
|
|
93
|
+
<text x="18" y="66" font-size="11.5" fill="#6e7681">Never guesses. Traces every bug</text>
|
|
94
|
+
<text x="18" y="83" font-size="11.5" fill="#6e7681">to its exact origin.</text>
|
|
95
|
+
<text x="18" y="104" font-size="9.5" fill="#21262d">Debugging · Evidence · Root Cause</text>
|
|
96
|
+
|
|
97
|
+
<!-- Card 2: kodelyth-memory (NEW) -->
|
|
98
|
+
<rect x="298" y="0" width="278" height="112" rx="8" fill="url(#card)" stroke="#21262d" stroke-width="1"/>
|
|
99
|
+
<rect x="298" y="0" width="3" height="112" rx="1" fill="url(#mem)"/>
|
|
100
|
+
<text x="316" y="26" font-size="12" font-weight="700" fill="#10b981">kodelyth-memory</text>
|
|
101
|
+
<text x="316" y="43" font-size="10.5" fill="#30363d">Self-Learning Memory</text>
|
|
102
|
+
<text x="316" y="66" font-size="11.5" fill="#6e7681">Captures solutions. Recalls them</text>
|
|
103
|
+
<text x="316" y="83" font-size="11.5" fill="#6e7681">on every future prompt. Local.</text>
|
|
104
|
+
<text x="316" y="104" font-size="9.5" fill="#21262d">Memory · BM25 · Auto-Recall</text>
|
|
102
105
|
|
|
103
106
|
<!-- Card 3: security-reviewer -->
|
|
104
|
-
<rect x="0" y="
|
|
105
|
-
<rect x="0" y="
|
|
106
|
-
<text x="18" y="
|
|
107
|
-
<text x="18" y="
|
|
108
|
-
<text x="18" y="
|
|
109
|
-
<text x="18" y="
|
|
110
|
-
<text x="18" y="
|
|
107
|
+
<rect x="0" y="130" width="278" height="112" rx="8" fill="url(#card)" stroke="#21262d" stroke-width="1"/>
|
|
108
|
+
<rect x="0" y="130" width="3" height="112" rx="1" fill="#f59e0b"/>
|
|
109
|
+
<text x="18" y="158" font-size="12" font-weight="700" fill="#fcd34d">security-reviewer</text>
|
|
110
|
+
<text x="18" y="175" font-size="10.5" fill="#30363d">Security Specialist</text>
|
|
111
|
+
<text x="18" y="198" font-size="11.5" fill="#6e7681">OWASP Top 10. Catches what</text>
|
|
112
|
+
<text x="18" y="215" font-size="11.5" fill="#6e7681">you miss before you commit.</text>
|
|
113
|
+
<text x="18" y="236" font-size="9.5" fill="#21262d">Security · OWASP · Secrets</text>
|
|
111
114
|
|
|
112
115
|
<!-- Card 4: pair-programmer -->
|
|
113
|
-
<rect x="
|
|
114
|
-
<rect x="
|
|
115
|
-
<text x="
|
|
116
|
-
<text x="
|
|
117
|
-
<text x="
|
|
118
|
-
<text x="
|
|
119
|
-
<text x="
|
|
120
|
-
|
|
121
|
-
<!-- Card 5:
|
|
122
|
-
<rect x="0" y="
|
|
123
|
-
<rect x="0" y="
|
|
124
|
-
<text x="18" y="
|
|
125
|
-
<text x="18" y="
|
|
126
|
-
<text x="18" y="
|
|
127
|
-
<text x="18" y="
|
|
128
|
-
<text x="18" y="
|
|
129
|
-
|
|
130
|
-
<!-- Card 6:
|
|
131
|
-
<rect x="
|
|
132
|
-
<rect x="
|
|
133
|
-
<text x="
|
|
134
|
-
<text x="
|
|
135
|
-
<text x="
|
|
136
|
-
<text x="
|
|
137
|
-
<text x="
|
|
138
|
-
|
|
139
|
-
<!-- More badge -->
|
|
140
|
-
<rect x="0" y="
|
|
141
|
-
<text x="
|
|
116
|
+
<rect x="298" y="130" width="278" height="112" rx="8" fill="url(#card)" stroke="#21262d" stroke-width="1"/>
|
|
117
|
+
<rect x="298" y="130" width="3" height="112" rx="1" fill="#10b981"/>
|
|
118
|
+
<text x="316" y="158" font-size="12" font-weight="700" fill="#6ee7b7">pair-programmer</text>
|
|
119
|
+
<text x="316" y="175" font-size="10.5" fill="#30363d">Pre-Code Thinker</text>
|
|
120
|
+
<text x="316" y="198" font-size="11.5" fill="#6e7681">Catches the wrong approach</text>
|
|
121
|
+
<text x="316" y="215" font-size="11.5" fill="#6e7681">before you write a single line.</text>
|
|
122
|
+
<text x="316" y="236" font-size="9.5" fill="#21262d">Planning · Prevention · Design</text>
|
|
123
|
+
|
|
124
|
+
<!-- Card 5: git-rescue -->
|
|
125
|
+
<rect x="0" y="260" width="278" height="112" rx="8" fill="url(#card)" stroke="#21262d" stroke-width="1"/>
|
|
126
|
+
<rect x="0" y="260" width="3" height="112" rx="1" fill="#0891b2"/>
|
|
127
|
+
<text x="18" y="288" font-size="12" font-weight="700" fill="#67e8f9">git-rescue</text>
|
|
128
|
+
<text x="18" y="305" font-size="10.5" fill="#30363d">History Recoverer</text>
|
|
129
|
+
<text x="18" y="328" font-size="11.5" fill="#6e7681">Recovers broken git states</text>
|
|
130
|
+
<text x="18" y="345" font-size="11.5" fill="#6e7681">without destroying history.</text>
|
|
131
|
+
<text x="18" y="366" font-size="9.5" fill="#21262d">Git · Recovery · Rebase</text>
|
|
132
|
+
|
|
133
|
+
<!-- Card 6: kodelyth-advisor -->
|
|
134
|
+
<rect x="298" y="260" width="278" height="112" rx="8" fill="url(#card)" stroke="#21262d" stroke-width="1"/>
|
|
135
|
+
<rect x="298" y="260" width="3" height="112" rx="1" fill="#7c3aed"/>
|
|
136
|
+
<text x="316" y="288" font-size="12" font-weight="700" fill="#a78bfa">kodelyth-advisor</text>
|
|
137
|
+
<text x="316" y="305" font-size="10.5" fill="#30363d">The Master Guide</text>
|
|
138
|
+
<text x="316" y="328" font-size="11.5" fill="#6e7681">Reads your situation. Tells you</text>
|
|
139
|
+
<text x="316" y="345" font-size="11.5" fill="#6e7681">exactly what to do. No noise.</text>
|
|
140
|
+
<text x="316" y="366" font-size="9.5" fill="#21262d">Guidance · Clarity · Direction</text>
|
|
141
|
+
|
|
142
|
+
<!-- More agents badge -->
|
|
143
|
+
<rect x="0" y="390" width="576" height="40" rx="6" fill="#161b22" stroke="#21262d" stroke-width="1"/>
|
|
144
|
+
<text x="288" y="415" font-size="12" fill="#484f58" text-anchor="middle">+ 53 more agents — build fixers · reviewers · testers · open-source tools · release</text>
|
|
145
|
+
|
|
146
|
+
<!-- npx install pill -->
|
|
147
|
+
<rect x="0" y="446" width="576" height="40" rx="6" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.4" stroke-width="1"/>
|
|
148
|
+
<text x="288" y="471" font-size="13" font-family="'Courier New', Courier, monospace" fill="#10b981" text-anchor="middle">$ npx kodelyth-ecc</text>
|
|
142
149
|
|
|
143
150
|
</g>
|
|
144
151
|
|
|
145
|
-
<!-- Bottom bar -->
|
|
146
|
-
<rect x="0" y="636" width="1280" height="4" fill="url(#
|
|
152
|
+
<!-- Bottom accent bar -->
|
|
153
|
+
<rect x="0" y="636" width="1280" height="4" fill="url(#mem)"/>
|
|
147
154
|
</svg>
|