kodelyth-ecc 1.7.3 → 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.
Files changed (73) hide show
  1. package/.github/ISSUE_TEMPLATE/config.yml +8 -0
  2. package/.github/ISSUE_TEMPLATE/feature_request.md +41 -0
  3. package/.github/ISSUE_TEMPLATE/good_first_issue.md +36 -0
  4. package/CHANGELOG.md +43 -0
  5. package/GITHUB_SETUP.md +553 -0
  6. package/README.md +55 -6
  7. package/VERSION +1 -1
  8. package/actions/ecc-review/README.md +7 -7
  9. package/brand/concepts.svg +109 -0
  10. package/brand/convert.js +161 -0
  11. package/brand/favicon.svg +7 -0
  12. package/brand/fb-cover.svg +34 -0
  13. package/brand/fb-profile.svg +21 -0
  14. package/brand/kodelyth-dark.svg +24 -0
  15. package/brand/kodelyth-light.svg +24 -0
  16. package/brand/kodelyth-mark.svg +20 -0
  17. package/brand/package.json +12 -0
  18. package/bundles/enterprise.md +1 -1
  19. package/bundles/indie-hacker.md +1 -1
  20. package/bundles/red-team.md +1 -1
  21. package/docs/supply-chain.md +1 -1
  22. package/package.json +4 -1
  23. package/rules/common/memory-protocol.md +35 -4
  24. package/scripts/dashboard/data.js +261 -4
  25. package/scripts/dashboard/server.js +28 -3
  26. package/scripts/dashboard/static/index.html +63 -3
  27. package/social/card-agents.svg +12 -0
  28. package/social/card-install.svg +13 -1
  29. package/social/card-main.svg +14 -2
  30. package/social/facebook-v150.svg +17 -4
  31. package/social/github-social-preview.svg +51 -138
  32. package/social/hype-compound-learning.svg +129 -0
  33. package/social/hype-devil-mode.svg +240 -0
  34. package/social/hype-mcp-server.svg +148 -0
  35. package/social/hype-parallel-agents.svg +162 -0
  36. package/social/hype-stats-hero.svg +138 -0
  37. package/social/og-image.svg +65 -0
  38. package/social/readme-agents.svg +14 -2
  39. package/social/readme-hero.svg +17 -4
  40. package/social/section-agents.svg +12 -0
  41. package/social/section-author.svg +12 -0
  42. package/social/section-dashboard.svg +12 -0
  43. package/social/section-devil.svg +12 -0
  44. package/social/section-hooks.svg +12 -0
  45. package/social/section-install.svg +12 -0
  46. package/social/section-learning.svg +12 -0
  47. package/social/section-mcp.svg +13 -1
  48. package/social/section-memory.svg +12 -0
  49. package/social/section-parallel.svg +12 -0
  50. package/social/section-routing.svg +12 -0
  51. package/social/twitter-threads.md +621 -0
  52. package/social/x-card-agents-grid.svg +14 -2
  53. package/social/x-card-free.svg +14 -2
  54. package/social/x-card-hook.svg +17 -5
  55. package/tests/dashboard/data.test.js +156 -0
  56. package/tests/dashboard/server.test.js +17 -0
  57. package/wiki/FAQ.md +1 -1
  58. package/wiki/Home.md +5 -3
  59. package/wiki/Installation-Guide.md +2 -2
  60. package/MARKETING_PLAN.md +0 -893
  61. package/cat +0 -0
  62. package/social/facebook-group/POST.md +0 -121
  63. package/social/facebook-group/fb-1-3am-debug.png +0 -0
  64. package/social/facebook-group/fb-1-3am-debug.svg +0 -97
  65. package/social/facebook-group/fb-2-cpu-upgrade.png +0 -0
  66. package/social/facebook-group/fb-2-cpu-upgrade.svg +0 -132
  67. package/social/facebook-group/fb-3-before-after.png +0 -0
  68. package/social/facebook-group/fb-3-before-after.svg +0 -94
  69. package/videos/README.md +0 -88
  70. package/videos/video-01-install-and-routing.md +0 -258
  71. package/videos/video-02-compound-memory.md +0 -301
  72. package/videos/video-03-devil-mode.md +0 -294
  73. package/videos/video-04-mcp-server.md +0 -391
@@ -0,0 +1,138 @@
1
+ <svg width="1200" height="675" viewBox="0 0 1200 675" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
2
+ <defs>
3
+ <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" style="stop-color:#050811"/>
5
+ <stop offset="100%" style="stop-color:#0d1117"/>
6
+ </linearGradient>
7
+ <linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
8
+ <stop offset="0%" style="stop-color:#a78bfa"/>
9
+ <stop offset="100%" style="stop-color:#38bdf8"/>
10
+ </linearGradient>
11
+ <linearGradient id="greenGrad" x1="0%" y1="0%" x2="100%" y2="0%">
12
+ <stop offset="0%" style="stop-color:#10b981"/>
13
+ <stop offset="100%" style="stop-color:#059669"/>
14
+ </linearGradient>
15
+ <linearGradient id="amberGrad" x1="0%" y1="0%" x2="100%" y2="0%">
16
+ <stop offset="0%" style="stop-color:#f59e0b"/>
17
+ <stop offset="100%" style="stop-color:#d97706"/>
18
+ </linearGradient>
19
+ <linearGradient id="redGrad" x1="0%" y1="0%" x2="100%" y2="0%">
20
+ <stop offset="0%" style="stop-color:#ef4444"/>
21
+ <stop offset="100%" style="stop-color:#dc2626"/>
22
+ </linearGradient>
23
+ <linearGradient id="blueGrad" x1="0%" y1="0%" x2="100%" y2="0%">
24
+ <stop offset="0%" style="stop-color:#38bdf8"/>
25
+ <stop offset="100%" style="stop-color:#0284c7"/>
26
+ </linearGradient>
27
+ </defs>
28
+
29
+ <rect width="1200" height="675" fill="url(#bg)"/>
30
+ <!-- Subtle ambient circles -->
31
+ <circle cx="1050" cy="480" r="260" fill="#2563eb" opacity="0.025"/>
32
+ <circle cx="600" cy="340" r="380" fill="#a78bfa" opacity="0.02"/>
33
+ <circle cx="80" cy="80" r="200" fill="#10b981" opacity="0.03"/>
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
+
47
+ <!-- Version badge -->
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"/>
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>
50
+
51
+ <!-- Main headline -->
52
+ <text x="80" y="128" font-size="58" font-weight="900" letter-spacing="-2.5" fill="#ffffff">Kodelyth ECC</text>
53
+ <text x="80" y="182" font-size="22" font-weight="400" fill="url(#accent)">The AI coding toolkit that learns how you work.</text>
54
+ <text x="80" y="218" font-size="15" fill="#6e7681">70 agents · 11 platforms · Semantic routing · Compound learning · Zero cloud.</text>
55
+
56
+ <line x1="80" y1="242" x2="1120" y2="242" stroke="#21262d" stroke-width="1"/>
57
+
58
+ <!-- Big stats row -->
59
+ <!-- 70 agents (center) -->
60
+ <text x="600" y="310" font-size="80" font-weight="900" fill="#ffffff" text-anchor="middle">70</text>
61
+ <text x="600" y="334" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="3">SPECIALIST AGENTS</text>
62
+
63
+ <!-- Dividers -->
64
+ <line x1="430" y1="258" x2="430" y2="346" stroke="#21262d" stroke-width="1"/>
65
+ <line x1="770" y1="258" x2="770" y2="346" stroke="#21262d" stroke-width="1"/>
66
+
67
+ <!-- 194 skills (left) -->
68
+ <text x="255" y="304" font-size="46" font-weight="900" fill="#ffffff" text-anchor="middle">194</text>
69
+ <text x="255" y="328" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="2.5">SKILLS</text>
70
+
71
+ <!-- 97 commands (right) -->
72
+ <text x="945" y="304" font-size="46" font-weight="900" fill="#ffffff" text-anchor="middle">97</text>
73
+ <text x="945" y="328" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="2.5">COMMANDS</text>
74
+
75
+ <line x1="80" y1="360" x2="1120" y2="360" stroke="#21262d" stroke-width="1"/>
76
+
77
+ <!-- Feature cards row 1 -->
78
+ <!-- Card: Compound Learning -->
79
+ <rect x="80" y="378" width="248" height="118" rx="10" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.35" stroke-width="1"/>
80
+ <rect x="80" y="378" width="4" height="118" rx="2" fill="url(#greenGrad)"/>
81
+ <text x="100" y="402" font-size="10" font-weight="700" fill="#10b981" letter-spacing="1">COMPOUND LEARNING</text>
82
+ <text x="100" y="422" font-size="12" fill="#e6edf3">Corrections become rules.</text>
83
+ <text x="100" y="440" font-size="12" fill="#e6edf3">Rules inject every session.</text>
84
+ <text x="100" y="462" font-size="11" fill="#484f58">capture-correction.js</text>
85
+ <text x="100" y="478" font-size="11" fill="#484f58">read-lessons.js · BM25 recall</text>
86
+
87
+ <!-- Card: Devil Mode -->
88
+ <rect x="344" y="378" width="248" height="118" rx="10" fill="#2d0a0a" stroke="#ef4444" stroke-opacity="0.35" stroke-width="1"/>
89
+ <rect x="344" y="378" width="4" height="118" rx="2" fill="url(#redGrad)"/>
90
+ <text x="364" y="402" font-size="10" font-weight="700" fill="#ef4444" letter-spacing="1">DEVIL MODE</text>
91
+ <text x="364" y="422" font-size="12" fill="#e6edf3">8 adversarial agents.</text>
92
+ <text x="364" y="440" font-size="12" fill="#e6edf3">Read code like an attacker.</text>
93
+ <text x="364" y="462" font-size="11" fill="#484f58">injection · supply chain</text>
94
+ <text x="364" y="478" font-size="11" fill="#484f58">secrets · backdoors · chaos</text>
95
+
96
+ <!-- Card: Parallel Agents -->
97
+ <rect x="608" y="378" width="248" height="118" rx="10" fill="#161b22" stroke="#f59e0b" stroke-opacity="0.35" stroke-width="1"/>
98
+ <rect x="608" y="378" width="4" height="118" rx="2" fill="url(#amberGrad)"/>
99
+ <text x="628" y="402" font-size="10" font-weight="700" fill="#f59e0b" letter-spacing="1">PARALLEL AGENTS</text>
100
+ <text x="628" y="422" font-size="12" fill="#e6edf3">/team-review: 4 agents, 15 min.</text>
101
+ <text x="628" y="440" font-size="12" fill="#e6edf3">/project-launch: 5 agents, 10 min.</text>
102
+ <text x="628" y="462" font-size="11" fill="#484f58">8 parallel commands total</text>
103
+ <text x="628" y="478" font-size="11" fill="#484f58">fire specialists simultaneously</text>
104
+
105
+ <!-- Card: MCP + Semantic Routing -->
106
+ <rect x="872" y="378" width="248" height="118" rx="10" fill="#0f0c1e" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
107
+ <rect x="872" y="378" width="4" height="118" rx="2" fill="url(#accent)"/>
108
+ <text x="892" y="402" font-size="10" font-weight="700" fill="#a78bfa" letter-spacing="1">MCP + ROUTING</text>
109
+ <text x="892" y="422" font-size="12" fill="#e6edf3">16 tools · 377 resources.</text>
110
+ <text x="892" y="440" font-size="12" fill="#e6edf3">Semantic intent routing.</text>
111
+ <text x="892" y="462" font-size="11" fill="#484f58">Claude Desktop · LangGraph</text>
112
+ <text x="892" y="478" font-size="11" fill="#484f58">AutoGen · CrewAI · OpenAI SDK</text>
113
+
114
+ <!-- Bottom strip: 4 mini-pills -->
115
+ <rect x="80" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
116
+ <text x="162" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">Zero Cost</text>
117
+ <text x="162" y="555" font-size="11" fill="#484f58" text-anchor="middle">MIT · local files only</text>
118
+
119
+ <rect x="260" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
120
+ <text x="342" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">11 Platforms</text>
121
+ <text x="342" y="555" font-size="11" fill="#484f58" text-anchor="middle">13 install targets</text>
122
+
123
+ <rect x="440" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
124
+ <text x="522" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">336 Tests</text>
125
+ <text x="522" y="555" font-size="11" fill="#484f58" text-anchor="middle">24 test files · all passing</text>
126
+
127
+ <rect x="620" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
128
+ <text x="702" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">Self-Learning</text>
129
+ <text x="702" y="555" font-size="11" fill="#484f58" text-anchor="middle">compound memory</text>
130
+
131
+ <rect x="800" y="516" width="320" height="48" rx="8" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.4" stroke-width="1"/>
132
+ <text x="960" y="535" font-size="12" fill="#10b981" text-anchor="middle" font-weight="700">npx kodelyth-ecc</text>
133
+ <text x="960" y="553" font-size="11" fill="#484f58" text-anchor="middle">github.com/sifxprime/kodelyth-ecc</text>
134
+
135
+ <!-- Bottom bar -->
136
+ <rect x="0" y="597" width="1200" height="36" fill="#0d1117" stroke="#21262d" stroke-width="0"/>
137
+ <text x="600" y="619" font-size="12" fill="#30363d" text-anchor="middle">Kodelyth ECC — Claude Code · Windsurf · Cursor · Codex CLI · Antigravity · Cline · Roo Code · Aider · Kimi · Gemini CLI · OpenCode</text>
138
+ </svg>
@@ -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>
@@ -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">61 Specialist Agents</text>
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">+ 43 more</text>
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>
@@ -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.3</text>
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.3</text>
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.3...</text>
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.3 — SEMANTIC INTENT ROUTING</text>
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 &amp; 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>
@@ -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>
@@ -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>
@@ -49,4 +49,16 @@
49
49
  <text x="514" y="139" font-size="9" fill="#a78bfa">Layer 1 · Project Lessons · tasks/lessons.md · per-project rules</text>
50
50
  <text x="514" y="152" font-size="9" fill="#60a5fa">Layer 2 · Global BM25 · ~/.kodelyth/memory/ · cross-project recall</text>
51
51
  <text x="514" y="165" font-size="9" fill="#34d399">Layer 3 · Intent Routing · 70 specialists · auto-routed every session</text>
52
+
53
+ <!-- Ghost Depth Mark — brand stamp (scale 0.26×) -->
54
+ <g transform="translate(810, 28) scale(0.26)" opacity="0.14">
55
+ <polyline points="-44,4 12,100 -44,196"
56
+ stroke="#ffffff" stroke-width="10"
57
+ stroke-linecap="round" stroke-linejoin="round"
58
+ fill="none"/>
59
+ <polyline points="0,0 88,100 0,200"
60
+ stroke="#ffffff" stroke-width="32"
61
+ stroke-linecap="round" stroke-linejoin="round"
62
+ fill="none"/>
63
+ </g>
52
64
  </svg>
@@ -13,7 +13,7 @@
13
13
 
14
14
  <!-- Label -->
15
15
  <rect x="32" y="20" width="138" height="22" rx="11" fill="#38bdf8" fill-opacity="0.12" stroke="#38bdf8" stroke-opacity="0.4" stroke-width="1"/>
16
- <text x="101" y="35" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700" letter-spacing="1">MCP SERVER v1.7.3</text>
16
+ <text x="101" y="35" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700" letter-spacing="1">MCP SERVER v1.7.5</text>
17
17
 
18
18
  <text x="32" y="70" font-size="22" font-weight="800" fill="#ffffff">Universal adapter — any agent framework speaks ECC</text>
19
19
  <text x="32" y="92" font-size="12" fill="#6e7681">16 tools · 6 prompts · 365 resources · stdio JSON-RPC · zero telemetry</text>
@@ -43,4 +43,16 @@
43
43
 
44
44
  <!-- Resource counts below hub -->
45
45
  <text x="350" y="164" font-size="8" fill="#6e7681">16 tools · 6 prompts · 365 resources</text>
46
+
47
+ <!-- Ghost Depth Mark — brand stamp (scale 0.23×) -->
48
+ <g transform="translate(810, 28) scale(0.23)" opacity="0.14">
49
+ <polyline points="-44,4 12,100 -44,196"
50
+ stroke="#ffffff" stroke-width="10"
51
+ stroke-linecap="round" stroke-linejoin="round"
52
+ fill="none"/>
53
+ <polyline points="0,0 88,100 0,200"
54
+ stroke="#ffffff" stroke-width="32"
55
+ stroke-linecap="round" stroke-linejoin="round"
56
+ fill="none"/>
57
+ </g>
46
58
  </svg>
@@ -54,4 +54,16 @@
54
54
  <text x="675" y="156" font-size="9" fill="#fbbf24" text-anchor="middle" opacity="0.75">surfaced in 3 s</text>
55
55
 
56
56
  <text x="868" y="156" font-size="9" fill="#6e7681" text-anchor="end">cost: 10% on cached tokens (Anthropic / OpenAI)</text>
57
+
58
+ <!-- Ghost Depth Mark — brand stamp (scale 0.24×) -->
59
+ <g transform="translate(810, 28) scale(0.24)" 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>
@@ -69,4 +69,16 @@
69
69
  <text x="700" y="141" font-size="9" fill="#38bdf8">/refactor-sprint</text>
70
70
  <text x="700" y="155" font-size="9" fill="#34d399">/pre-release</text>
71
71
  <text x="700" y="169" font-size="9" fill="#34d399">/onboard</text>
72
+
73
+ <!-- Ghost Depth Mark — brand stamp (scale 0.26×) -->
74
+ <g transform="translate(810, 28) scale(0.26)" opacity="0.14">
75
+ <polyline points="-44,4 12,100 -44,196"
76
+ stroke="#ffffff" stroke-width="10"
77
+ stroke-linecap="round" stroke-linejoin="round"
78
+ fill="none"/>
79
+ <polyline points="0,0 88,100 0,200"
80
+ stroke="#ffffff" stroke-width="32"
81
+ stroke-linecap="round" stroke-linejoin="round"
82
+ fill="none"/>
83
+ </g>
72
84
  </svg>
@@ -48,4 +48,16 @@
48
48
 
49
49
  <!-- Right label -->
50
50
  <text x="868" y="96" font-size="10" fill="#6e7681" text-anchor="end">70 agents · 10 tiers · 50+ patterns</text>
51
+
52
+ <!-- Ghost Depth Mark — brand stamp (scale 0.23×) -->
53
+ <g transform="translate(810, 28) scale(0.23)" 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>