kodelyth-ecc 1.7.2 → 1.7.4

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 (46) 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 +59 -0
  5. package/GITHUB_SETUP.md +553 -0
  6. package/README.md +51 -6
  7. package/VERSION +1 -1
  8. package/actions/ecc-review/README.md +7 -7
  9. package/bundles/enterprise.md +1 -1
  10. package/bundles/indie-hacker.md +1 -1
  11. package/bundles/red-team.md +1 -1
  12. package/docs/supply-chain.md +1 -1
  13. package/package.json +4 -1
  14. package/rules/common/memory-protocol.md +35 -4
  15. package/scripts/dashboard/data.js +261 -4
  16. package/scripts/dashboard/server.js +28 -3
  17. package/scripts/dashboard/static/index.html +63 -3
  18. package/social/card-install.svg +1 -1
  19. package/social/card-main.svg +2 -2
  20. package/social/facebook-v150.svg +4 -4
  21. package/social/github-social-preview.svg +3 -3
  22. package/social/hype-compound-learning.svg +117 -0
  23. package/social/hype-devil-mode.svg +228 -0
  24. package/social/hype-mcp-server.svg +136 -0
  25. package/social/hype-parallel-agents.svg +150 -0
  26. package/social/hype-stats-hero.svg +126 -0
  27. package/social/readme-hero.svg +4 -4
  28. package/social/section-mcp.svg +1 -1
  29. package/social/twitter-threads.md +621 -0
  30. package/social/x-card-agents-grid.svg +2 -2
  31. package/social/x-card-free.svg +2 -2
  32. package/social/x-card-hook.svg +5 -5
  33. package/tests/dashboard/data.test.js +156 -0
  34. package/tests/dashboard/server.test.js +17 -0
  35. package/wiki/FAQ.md +1 -1
  36. package/wiki/Home.md +5 -3
  37. package/wiki/Installation-Guide.md +2 -2
  38. package/MARKETING_PLAN.md +0 -893
  39. package/cat +0 -0
  40. package/social/facebook-group/POST.md +0 -121
  41. package/social/facebook-group/fb-1-3am-debug.png +0 -0
  42. package/social/facebook-group/fb-1-3am-debug.svg +0 -97
  43. package/social/facebook-group/fb-2-cpu-upgrade.png +0 -0
  44. package/social/facebook-group/fb-2-cpu-upgrade.svg +0 -132
  45. package/social/facebook-group/fb-3-before-after.png +0 -0
  46. package/social/facebook-group/fb-3-before-after.svg +0 -94
@@ -0,0 +1,621 @@
1
+ # Kodelyth ECC — Twitter / X Hype Content
2
+ # v1.7.4 · github.com/sifxprime/kodelyth-ecc
3
+
4
+ ---
5
+
6
+ ## THREAD 1 — Devil Mode: 8 Adversarial Agents
7
+ **Theme:** Red-team your code before attackers do
8
+ **Image:** social/hype-devil-mode.svg
9
+
10
+ ---
11
+
12
+ **Tweet 1/8**
13
+ Most "security reviews" are vibes checks.
14
+
15
+ Kodelyth ECC ships with 8 dedicated adversarial agents that read your code the way an attacker would.
16
+
17
+ One command. Runs in parallel. 8 minutes.
18
+
19
+ 🧵 /devil-mode — what it actually does
20
+
21
+ ---
22
+
23
+ **Tweet 2/8**
24
+ `/devil-mode` fires 4 agents simultaneously:
25
+
26
+ → prompt-injection-hunter — finds AI injection vectors
27
+ → supply-chain-auditor — hunts malicious deps
28
+ → secret-hunter — scans for hardcoded credentials
29
+ → backdoor-hunter — detects inserted vulnerabilities
30
+
31
+ All running in parallel. Not sequentially.
32
+
33
+ ---
34
+
35
+ **Tweet 3/8**
36
+ `/devil-mode --all` adds 4 more:
37
+
38
+ → jailbreak-tester — live AI feature red-team
39
+ → code-stealer-detector — code provenance audit
40
+ → license-violation-finder — GPL contamination check
41
+ → chaos-engineer — failure mode analysis
42
+
43
+ 8 agents. 8 minutes. Was 60+ doing this by hand.
44
+
45
+ ---
46
+
47
+ **Tweet 4/8**
48
+ The prompt-injection-hunter checks things most security tools miss entirely:
49
+
50
+ - Indirect prompt injection in RAG pipelines
51
+ - System prompt leaks via tool outputs
52
+ - Tool hijacking in MCP servers
53
+ - Agent-to-agent injection vectors
54
+
55
+ AI features have a new attack surface. ECC maps it.
56
+
57
+ ---
58
+
59
+ **Tweet 5/8**
60
+ supply-chain-auditor goes deeper than `npm audit`:
61
+
62
+ - Typosquatting detection
63
+ - Dependency confusion vectors
64
+ - Lockfile integrity verification
65
+ - Install-script analysis
66
+ - Recent CVE cross-reference
67
+
68
+ Your `node_modules` is the largest third-party code surface you own. It should be audited.
69
+
70
+ ---
71
+
72
+ **Tweet 6/8**
73
+ Devil mode is non-destructive.
74
+
75
+ It analyzes, reports, and stops.
76
+
77
+ Nothing gets modified. Nothing gets sent anywhere. No cloud. No account. No API key.
78
+
79
+ Just adversarial analysis, local, fast, and yours.
80
+
81
+ ---
82
+
83
+ **Tweet 7/8**
84
+ When to run `/devil-mode`:
85
+
86
+ - Before going open-source: `--pre-public`
87
+ - Before shipping to production: `--pre-launch`
88
+ - After a security incident: `--all`
89
+ - Any time you think like an attacker
90
+
91
+ Semantic routing also auto-triggers it: "think like an attacker, sweep my code" works.
92
+
93
+ ---
94
+
95
+ **Tweet 8/8**
96
+ Kodelyth ECC is free. MIT. No account.
97
+
98
+ npx kodelyth-ecc
99
+
100
+ 70 agents. 194 skills. 97 commands. 8 adversarial.
101
+ 11 platforms. 0 cloud.
102
+
103
+ github.com/sifxprime/kodelyth-ecc
104
+
105
+ [attach: social/hype-devil-mode.svg]
106
+
107
+ ---
108
+ ---
109
+
110
+ ## THREAD 2 — Compound Learning: Gets Smarter Every Session
111
+ **Theme:** The toolkit that learns your style
112
+ **Image:** social/hype-compound-learning.svg
113
+
114
+ ---
115
+
116
+ **Tweet 1/8**
117
+ Most AI tools forget everything the moment a session ends.
118
+
119
+ Kodelyth ECC has a three-layer memory system that compounds across every session you run.
120
+
121
+ Month 3 feels like a colleague who has worked with you for years.
122
+
123
+ 🧵 How compound learning actually works
124
+
125
+ ---
126
+
127
+ **Tweet 2/8**
128
+ Layer 1: Project Lessons
129
+
130
+ Every correction you give Claude gets encoded permanently.
131
+
132
+ Say "use pnpm not npm" once. It writes to tasks/lessons.md. The next session, it injects that rule before your first message.
133
+
134
+ You never say it again.
135
+
136
+ ---
137
+
138
+ **Tweet 3/8**
139
+ The mechanics:
140
+
141
+ Session ends → capture-correction.js scans for correction signals
142
+ → extracts the rule → appends to tasks/lessons.md
143
+
144
+ Next session starts → read-lessons.js fires first
145
+ → injects "PROJECT LESSONS — HARD RULES" into context
146
+ → Claude follows them. Every time.
147
+
148
+ 12 correction signal patterns. Async. Zero latency.
149
+
150
+ ---
151
+
152
+ **Tweet 4/8**
153
+ Layer 2: Global Memory
154
+
155
+ ~/.kodelyth/memory/ stores solutions cross-project via BM25 search.
156
+
157
+ Every prompt you type triggers a recall. If you solved a similar problem in a different project six months ago, that solution surfaces before the AI responds.
158
+
159
+ No cloud. No embeddings. Pure local.
160
+
161
+ ---
162
+
163
+ **Tweet 5/8**
164
+ Layer 3: Semantic Intent Routing
165
+
166
+ 70 specialist agents route from intent, not keywords.
167
+
168
+ Paste a stack trace → debug-detective
169
+ Paste code → code-reviewer
170
+ "help me build X" → /project-launch
171
+ "production is down" → incident-commander
172
+
173
+ No config. No agent names to memorize. Just describe the problem.
174
+
175
+ ---
176
+
177
+ **Tweet 6/8**
178
+ Three layers working together:
179
+
180
+ Layer 1 knows your project rules.
181
+ Layer 2 knows your past solutions.
182
+ Layer 3 knows your intent.
183
+
184
+ Combined: the ramp-up cost at session start drops to near zero. You start exactly where you left off.
185
+
186
+ ---
187
+
188
+ **Tweet 7/8**
189
+ This is all local.
190
+
191
+ tasks/lessons.md — plain Markdown you own and edit
192
+ ~/.kodelyth/memory/ — plain JSONL you can inspect and delete
193
+ Rules — just files in ~/.claude/rules/
194
+
195
+ Nothing is transmitted. Nothing is analyzed on a server. No model is being fine-tuned on your corrections.
196
+
197
+ ---
198
+
199
+ **Tweet 8/8**
200
+ Kodelyth ECC. Free. MIT. No account.
201
+
202
+ npx kodelyth-ecc
203
+
204
+ 70 agents. 11 platforms. Compound learning.
205
+ 194 skills. 97 commands. 0 cloud.
206
+
207
+ github.com/sifxprime/kodelyth-ecc
208
+
209
+ [attach: social/hype-compound-learning.svg]
210
+
211
+ ---
212
+ ---
213
+
214
+ ## THREAD 3 — Parallel Agents: The Speed Thread
215
+ **Theme:** Fire 4 specialists simultaneously — not one after another
216
+ **Image:** social/hype-parallel-agents.svg
217
+
218
+ ---
219
+
220
+ **Tweet 1/8**
221
+ A full code review used to mean:
222
+ code quality → security → performance → API contracts
223
+
224
+ Done sequentially. Each agent gets the full context. 60 minutes.
225
+
226
+ /team-review fires all 4 simultaneously. 15 minutes. Same depth.
227
+
228
+ 🧵 How parallel agents work and why it matters
229
+
230
+ ---
231
+
232
+ **Tweet 2/8**
233
+ The 8 parallel commands:
234
+
235
+ /team-review — 4 agents, 15 min
236
+ /project-launch — 5 agents, 10 min
237
+ /security-audit — 3 agents, 8 min
238
+ /debug-blitz — 3 agents, 8 min
239
+ /refactor-sprint — 4 agents, 12 min
240
+ /pre-release — 3 agents, 8 min
241
+ /onboard — 3 agents, 10 min
242
+ /devil-mode — 4-8 agents, 8-15 min
243
+
244
+ ---
245
+
246
+ **Tweet 3/8**
247
+ /project-launch is the most underrated one.
248
+
249
+ You describe a project idea. Five agents fire simultaneously:
250
+
251
+ architect — system design
252
+ pair-programmer — implementation approach
253
+ security-reviewer — threat model
254
+ tdd-guide — test strategy
255
+ ux-reviewer — interaction and a11y
256
+
257
+ Catch design mistakes before writing a single line.
258
+
259
+ ---
260
+
261
+ **Tweet 4/8**
262
+ Why parallel matters beyond speed:
263
+
264
+ Each agent gets a focused, narrow context.
265
+ They don't pollute each other's reasoning.
266
+ You get independent opinions, not one AI trying to do everything.
267
+
268
+ code-reviewer doesn't soften its findings because security-reviewer already complained.
269
+
270
+ ---
271
+
272
+ **Tweet 5/8**
273
+ /debug-blitz is for bugs that have resisted 30+ minutes of investigation.
274
+
275
+ debug-detective + silent-failure-hunter + env-debugger.
276
+
277
+ Three hypotheses in parallel:
278
+ - It's a code bug
279
+ - It's a silent failure / swallowed error
280
+ - It's an environment / config difference
281
+
282
+ One of them usually wins fast.
283
+
284
+ ---
285
+
286
+ **Tweet 6/8**
287
+ /pre-release is the "go/no-go" command.
288
+
289
+ release-captain + security-reviewer + code-reviewer.
290
+
291
+ Checks: semver decisions, changelog completeness, security regressions, code quality gates, rollback plan, smoke test coverage.
292
+
293
+ Run it before you tag. Not after.
294
+
295
+ ---
296
+
297
+ **Tweet 7/8**
298
+ You don't need to memorize command names.
299
+
300
+ Semantic routing auto-triggers parallel commands from intent:
301
+
302
+ "review my project before I deploy" → /team-review
303
+ "launching tomorrow, find everything" → /devil-mode --pre-launch
304
+ "help me build a SaaS from scratch" → /project-launch
305
+
306
+ Just describe what you need.
307
+
308
+ ---
309
+
310
+ **Tweet 8/8**
311
+ Kodelyth ECC. Free. MIT. No account.
312
+
313
+ npx kodelyth-ecc
314
+
315
+ 70 agents. 8 parallel commands. 194 skills.
316
+ 11 platforms. Compound learning. 0 cloud.
317
+
318
+ github.com/sifxprime/kodelyth-ecc
319
+
320
+ [attach: social/hype-parallel-agents.svg]
321
+
322
+ ---
323
+ ---
324
+
325
+ ## THREAD 4 — MCP Server: Bridge Every AI Framework
326
+ **Theme:** One toolkit, every AI tool you use
327
+ **Image:** social/hype-mcp-server.svg
328
+
329
+ ---
330
+
331
+ **Tweet 1/8**
332
+ Claude Desktop, LangGraph, AutoGen, CrewAI, OpenAI Agents SDK.
333
+
334
+ Every framework wants its own integration layer.
335
+
336
+ Kodelyth ECC ships an MCP server with 16 tools, 6 prompts, and 377 resources.
337
+
338
+ One server. Any client.
339
+
340
+ 🧵 The kodelyth-ecc MCP server
341
+
342
+ ---
343
+
344
+ **Tweet 2/8**
345
+ npx kodelyth-ecc mcp
346
+
347
+ That's it. stdio JSON-RPC server starts locally.
348
+
349
+ Connect it to Claude Desktop with two lines in settings.json.
350
+ Connect it to LangGraph with the MCP client adapter.
351
+ Connect it to any framework that speaks Model Context Protocol.
352
+
353
+ ---
354
+
355
+ **Tweet 3/8**
356
+ The 16 tools cover the full ECC surface:
357
+
358
+ agent_invoke — call any of the 70 specialist agents
359
+ memory_search — BM25 recall from your local memory store
360
+ skill_load — load any of 194 skills into context
361
+ swarm_run — spawn parallel agents in git worktrees
362
+ cost_route — get model-tier recommendation for a task
363
+ session_analyze — analyze session transcripts
364
+
365
+ +10 more.
366
+
367
+ ---
368
+
369
+ **Tweet 4/8**
370
+ 377 resources means every agent, skill, and command is directly addressable as an MCP resource.
371
+
372
+ Your LangGraph workflow can reference kodelyth://agents/debug-detective and get the full agent spec.
373
+
374
+ Your AutoGen setup can load kodelyth://skills/tdd-guide dynamically.
375
+
376
+ ---
377
+
378
+ **Tweet 5/8**
379
+ The 6 system prompts:
380
+
381
+ - Intent routing setup
382
+ - Memory protocol
383
+ - Security analysis
384
+ - Code architecture
385
+ - Testing strategy
386
+ - Incident response
387
+
388
+ Pre-built, battle-tested system prompts you can load into any AI agent without writing them yourself.
389
+
390
+ ---
391
+
392
+ **Tweet 6/8**
393
+ Localhost only. No external network access.
394
+
395
+ The MCP server listens on stdio or a configurable port. Never exposes anything to the internet. All operations are read-only from disk (except writing to tasks/lessons.md when you ask it to).
396
+
397
+ No API key. No account. Runs entirely on your machine.
398
+
399
+ ---
400
+
401
+ **Tweet 7/8**
402
+ The dashboard (npx kodelyth-ecc dashboard) complements the MCP server:
403
+
404
+ 5 tabs: Overview · Memory · Evolve · Catalog · Sessions
405
+
406
+ Browse all 70 agents and 194 skills in a browser UI.
407
+ View and manage your memory store.
408
+ See session transcripts and token usage.
409
+
410
+ Also localhost only. Also free.
411
+
412
+ ---
413
+
414
+ **Tweet 8/8**
415
+ Kodelyth ECC. Free. MIT. No account.
416
+
417
+ npx kodelyth-ecc
418
+ npx kodelyth-ecc mcp
419
+ npx kodelyth-ecc dashboard
420
+
421
+ 70 agents. 16 MCP tools. 377 resources.
422
+ 11 platforms. 0 cloud.
423
+
424
+ github.com/sifxprime/kodelyth-ecc
425
+
426
+ [attach: social/hype-mcp-server.svg]
427
+
428
+ ---
429
+ ---
430
+
431
+ ## THREAD 5 — The Full Pitch: What ECC Actually Is
432
+ **Theme:** The complete picture for someone who has never heard of it
433
+ **Image:** social/hype-stats-hero.svg
434
+
435
+ ---
436
+
437
+ **Tweet 1/8**
438
+ Most "AI agent kits" are folders of markdown files you have to memorize.
439
+
440
+ Kodelyth ECC is different. It has semantic intent routing baked into the rules layer.
441
+
442
+ You describe your problem in plain words. The AI announces which specialist takes over. You get senior-grade help.
443
+
444
+ 🧵 What ECC actually is
445
+
446
+ ---
447
+
448
+ **Tweet 2/8**
449
+ The numbers:
450
+
451
+ 70 specialist agents (including 8 adversarial)
452
+ 194 skills
453
+ 97 slash commands (8 parallel multi-agent)
454
+ 22+ automation hooks
455
+ 14 always-on rules
456
+ 11 platforms, 13 install targets
457
+ 336 passing tests
458
+
459
+ One install. npx kodelyth-ecc
460
+
461
+ ---
462
+
463
+ **Tweet 3/8**
464
+ The semantic routing system is the core feature.
465
+
466
+ It reads intent, not keywords:
467
+
468
+ "this thing is broken" → debug-detective
469
+ "I have no idea where to start" → kodelyth-advisor
470
+ "production is throwing 500s" → incident-commander
471
+ [paste code, no text] → code-reviewer
472
+ [paste stack trace, no text] → debug-detective
473
+
474
+ You never type an agent name unless you want to.
475
+
476
+ ---
477
+
478
+ **Tweet 4/8**
479
+ The 11 platforms:
480
+
481
+ Claude Code (full: 70 agents, 194 skills, 97 commands, 22+ hooks)
482
+ Windsurf · Cursor · Codex CLI · Cline · Roo Code
483
+ Aider · Kimi · Gemini CLI · Antigravity · OpenCode
484
+
485
+ Feature depth varies by platform. Full power on Claude Code.
486
+ Agents + skills + rules on most others.
487
+
488
+ ---
489
+
490
+ **Tweet 5/8**
491
+ The specialist agent catalog is deep:
492
+
493
+ debug-detective — evidence-first root cause
494
+ incident-commander — P0/P1 production triage
495
+ load-tester — k6, Locust, capacity planning
496
+ image-architect — Gemini/DALL-E/fal.ai/SVG generation
497
+ kodelyth-memory — local BM25 self-learning
498
+ migration-guide — framework version upgrades
499
+ release-captain — semver, tagging, rollback plan
500
+
501
+ ...and 63 more.
502
+
503
+ ---
504
+
505
+ **Tweet 6/8**
506
+ The compound learning system means you configure it once:
507
+
508
+ Tell it "use pnpm" once → it never uses npm again.
509
+ Tell it "no comments on trivial lines" once → it learns your style.
510
+ Month 3: it works like someone who has been on your team for years.
511
+
512
+ Entirely local. Zero cloud.
513
+
514
+ ---
515
+
516
+ **Tweet 7/8**
517
+ What you get at install:
518
+
519
+ ~/.claude/agents/ — 70 specialist agent files
520
+ ~/.claude/commands/ — 97 slash commands
521
+ ~/.claude/skills/ — 194 skill files
522
+ ~/.claude/hooks/ — 22+ automation hooks
523
+ ~/.claude/rules/ — 14 always-on rules
524
+
525
+ All editable. All yours. No lock-in. MIT license.
526
+
527
+ ---
528
+
529
+ **Tweet 8/8**
530
+ Kodelyth ECC. Free. MIT. No account. No API key. No telemetry.
531
+
532
+ npx kodelyth-ecc
533
+
534
+ That's the entire install.
535
+
536
+ github.com/sifxprime/kodelyth-ecc
537
+
538
+ [attach: social/hype-stats-hero.svg]
539
+
540
+ ---
541
+ ---
542
+
543
+ ## STANDALONE HOOK TWEETS (5)
544
+
545
+ ---
546
+
547
+ **Hook 1 — Devil Mode**
548
+ Your AI reviewed your code.
549
+
550
+ An attacker is about to review it too.
551
+
552
+ /devil-mode fires 8 adversarial agents that read code the way an attacker does. Prompt injection. Supply chain. Secrets. Backdoors. Jailbreaks. All parallel. 8 minutes.
553
+
554
+ npx kodelyth-ecc
555
+ github.com/sifxprime/kodelyth-ecc
556
+
557
+ [attach: social/hype-devil-mode.svg]
558
+
559
+ ---
560
+
561
+ **Hook 2 — Speed**
562
+ You've been doing code reviews wrong.
563
+
564
+ Sequentially: code quality → security → performance → API contracts. 60 minutes.
565
+
566
+ /team-review fires all 4 specialists simultaneously. 15 minutes. Same depth.
567
+
568
+ 70 agents. 8 parallel commands. Free forever.
569
+
570
+ npx kodelyth-ecc
571
+
572
+ [attach: social/hype-parallel-agents.svg]
573
+
574
+ ---
575
+
576
+ **Hook 3 — Compound Learning**
577
+ You corrected your AI assistant once: "use pnpm not npm."
578
+
579
+ It forgot by the next session.
580
+
581
+ Kodelyth ECC encodes every correction to disk. Next session, it injects that rule before your first message.
582
+
583
+ Month 3: it works like someone who has been on your team for years.
584
+
585
+ npx kodelyth-ecc — free, local, no cloud.
586
+
587
+ [attach: social/hype-compound-learning.svg]
588
+
589
+ ---
590
+
591
+ **Hook 4 — Stats**
592
+ 70 specialist agents.
593
+ 194 skills.
594
+ 97 slash commands.
595
+ 22+ automation hooks.
596
+ 11 platforms.
597
+ 336 passing tests.
598
+ 0 cloud.
599
+
600
+ One install: npx kodelyth-ecc
601
+
602
+ MIT. No account. No API key. No telemetry.
603
+
604
+ github.com/sifxprime/kodelyth-ecc
605
+
606
+ [attach: social/hype-stats-hero.svg]
607
+
608
+ ---
609
+
610
+ **Hook 5 — MCP**
611
+ npx kodelyth-ecc mcp
612
+
613
+ That starts an MCP server with 16 tools, 6 system prompts, and 377 resources.
614
+
615
+ Connect Claude Desktop. LangGraph. AutoGen. CrewAI. OpenAI Agents SDK.
616
+
617
+ Localhost only. No API key. Free forever.
618
+
619
+ github.com/sifxprime/kodelyth-ecc
620
+
621
+ [attach: social/hype-mcp-server.svg]
@@ -69,7 +69,7 @@
69
69
  <rect x="480" y="280" width="360" height="120" rx="8" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.4" stroke-width="1"/>
70
70
  <rect x="480" y="280" width="4" height="120" rx="2" fill="url(#mem)"/>
71
71
  <rect x="646" y="286" width="78" height="18" rx="9" fill="#059669" fill-opacity="0.25" stroke="#059669" stroke-opacity="0.5" stroke-width="1"/>
72
- <text x="685" y="299" font-size="9" fill="#10b981" text-anchor="middle" font-weight="700">NEW v1.5.2</text>
72
+ <text x="685" y="299" font-size="9" fill="#10b981" text-anchor="middle" font-weight="700">v1.7.4</text>
73
73
  <text x="500" y="306" font-size="13" font-weight="700" fill="#ffffff">image-architect</text>
74
74
  <text x="500" y="325" font-size="12" fill="#8b949e">"my site looks plain / boring"</text>
75
75
  <text x="500" y="341" font-size="12" fill="#8b949e">"I need an OG image / social card"</text>
@@ -103,6 +103,6 @@
103
103
  <text x="920" y="424" font-size="32" font-weight="800" fill="#ffffff" text-anchor="middle">12</text>
104
104
  <text x="920" y="446" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="2">PLATFORMS</text>
105
105
  <line x1="860" y1="464" x2="980" y2="464" stroke="#21262d" stroke-width="1"/>
106
- <text x="920" y="496" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">v1.7.0</text>
106
+ <text x="920" y="496" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">v1.7.4</text>
107
107
  <text x="920" y="516" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="2">LATEST</text>
108
108
  </svg>
@@ -51,9 +51,9 @@
51
51
  <text x="800" y="446" font-size="14" fill="#8b949e">Every session → better context</text>
52
52
  <text x="800" y="476" font-size="12" fill="#484f58">Month 1: knows your style.</text>
53
53
  <text x="800" y="494" font-size="12" fill="#484f58">Month 3: works like it's been here years.</text>
54
- <text x="800" y="528" font-size="11" fill="#30363d">Compound learning — v1.5.1</text>
54
+ <text x="800" y="528" font-size="11" fill="#30363d">Compound learning — v1.7.4</text>
55
55
 
56
56
  <!-- Footer CTA -->
57
57
  <text x="80" y="606" font-size="20" fill="#484f58">$ npx kodelyth-ecc</text>
58
- <text x="1120" y="606" font-size="16" fill="#484f58" text-anchor="end">v1.5.8 · github.com/sifxprime/kodelyth-ecc</text>
58
+ <text x="1120" y="606" font-size="16" fill="#484f58" text-anchor="end">v1.7.4 · github.com/sifxprime/kodelyth-ecc</text>
59
59
  </svg>
@@ -30,25 +30,25 @@
30
30
  <rect x="80" y="252" width="3" height="68" rx="1" fill="url(#mem)"/>
31
31
  <text x="96" y="276" font-size="11" font-weight="700" fill="#10b981" letter-spacing="1">SESSION START — read-lessons.js</text>
32
32
  <text x="96" y="296" font-size="13" fill="#8b949e">Reads tasks/lessons.md → injects hard rules + project DNA</text>
33
- <text x="96" y="311" font-size="11" fill="#484f58">before your first message · fires first · v1.5.1</text>
33
+ <text x="96" y="311" font-size="11" fill="#484f58">before your first message · fires first · v1.7.4</text>
34
34
 
35
35
  <rect x="80" y="336" width="490" height="68" rx="8" fill="#0d1a0d" stroke="#059669" stroke-opacity="0.3" stroke-width="1"/>
36
36
  <rect x="80" y="336" width="3" height="68" rx="1" fill="url(#mem)"/>
37
37
  <text x="96" y="360" font-size="11" font-weight="700" fill="#10b981" letter-spacing="1">STOP — capture-correction.js</text>
38
38
  <text x="96" y="380" font-size="13" fill="#8b949e">Scans session JSONL for corrections → writes to lessons.md</text>
39
- <text x="96" y="395" font-size="11" fill="#484f58">12 signal patterns · async · zero latency · v1.5.1</text>
39
+ <text x="96" y="395" font-size="11" fill="#484f58">12 signal patterns · async · zero latency · v1.7.4</text>
40
40
 
41
41
  <rect x="80" y="420" width="490" height="68" rx="8" fill="#161b22" stroke="#21262d" stroke-width="1"/>
42
42
  <rect x="80" y="420" width="3" height="68" rx="1" fill="#a78bfa"/>
43
43
  <text x="96" y="444" font-size="11" font-weight="700" fill="#a78bfa" letter-spacing="1">SESSION START — memory inject</text>
44
44
  <text x="96" y="464" font-size="13" fill="#8b949e">BM25 recall from ~/.kodelyth/memory/ → past solutions</text>
45
- <text x="96" y="479" font-size="11" fill="#484f58">cache-friendly prefix · auto-fires · v1.4.0</text>
45
+ <text x="96" y="479" font-size="11" fill="#484f58">cache-friendly prefix · auto-fires · v1.7.4</text>
46
46
 
47
47
  <rect x="80" y="504" width="490" height="68" rx="8" fill="#161b22" stroke="#21262d" stroke-width="1"/>
48
48
  <rect x="80" y="504" width="3" height="68" rx="1" fill="#a78bfa"/>
49
49
  <text x="96" y="528" font-size="11" font-weight="700" fill="#a78bfa" letter-spacing="1">USER PROMPT — auto chat recall</text>
50
50
  <text x="96" y="548" font-size="13" fill="#8b949e">Watches every prompt → injects relevant memories before AI responds</text>
51
- <text x="96" y="563" font-size="11" fill="#484f58">per-session dedup · skips trivial prompts · v1.4.1</text>
51
+ <text x="96" y="563" font-size="11" fill="#484f58">per-session dedup · skips trivial prompts · v1.7.4</text>
52
52
 
53
53
  <!-- Right column — quality hooks -->
54
54
  <rect x="606" y="252" width="514" height="68" rx="8" fill="#161b22" stroke="#21262d" stroke-width="1"/>
@@ -78,5 +78,5 @@
78
78
  <!-- Footer -->
79
79
  <text x="80" y="618" font-size="16" fill="#484f58">All hooks fire automatically after</text>
80
80
  <text x="340" y="618" font-size="16" fill="#10b981" font-weight="600"> npx kodelyth-ecc</text>
81
- <text x="1120" y="618" font-size="14" fill="#484f58" text-anchor="end">v1.5.8</text>
81
+ <text x="1120" y="618" font-size="14" fill="#484f58" text-anchor="end">v1.7.4</text>
82
82
  </svg>