kodelyth-ecc 1.5.7 → 1.5.9
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/CHANGELOG.md +56 -0
- package/KODELYTH.md +3 -3
- package/README.md +12 -13
- package/VERSION +1 -1
- package/install.sh +1 -1
- package/package.json +1 -1
- package/rules/common/agent-intent-routing.md +102 -0
- package/social/facebook-v150.svg +2 -4
- package/social/github-social-preview.svg +4 -4
- package/social/readme-hero.svg +5 -5
- package/social/x-card-agents-grid.svg +1 -1
- package/social/x-card-free.svg +1 -1
- package/social/x-card-hook.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Kodelyth ECC are documented here.
|
|
4
4
|
|
|
5
|
+
## v1.5.9 — Intent routing for all 5 parallel commands (May 2026)
|
|
6
|
+
|
|
7
|
+
### Bug Fix / Feature
|
|
8
|
+
|
|
9
|
+
- **5 parallel commands now fully routable by natural language** — `/security-audit`, `/pre-release`, `/debug-blitz`, `/refactor-sprint`, and `/onboard` were added in v1.5.4 but never added to `rules/common/agent-intent-routing.md`. Users had to type the exact command name. Now the AI auto-routes to them from plain descriptions:
|
|
10
|
+
- "been stuck on this bug for 2 days" → `/debug-blitz`
|
|
11
|
+
- "cutting v2 today, last check" → `/pre-release`
|
|
12
|
+
- "is my app secure? check everything" → `/security-audit`
|
|
13
|
+
- "clean up this whole module, add types and tests" → `/refactor-sprint`
|
|
14
|
+
- "I just joined this team, where do I start?" → `/onboard`
|
|
15
|
+
- Each command now has a full routing section with signal table, key rule, counter-signals, and agent list.
|
|
16
|
+
- 10 new examples added to the routing examples table.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## v1.5.8 — README and SVG refresh (May 2026)
|
|
21
|
+
|
|
22
|
+
### Changes
|
|
23
|
+
|
|
24
|
+
- README inline changelog updated to v1.5.7 highlights — no longer showed v1.5.3 content on npm and GitHub.
|
|
25
|
+
- All 6 social SVGs updated: version badges `v1.5.3` → `v1.5.7`, commands stat `80` → `90`, stale "NEW" labels replaced with `v1.5.3+`.
|
|
26
|
+
- CHANGELOG backfilled with missing `v1.5.4` and `v1.5.5` entries.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
5
30
|
## v1.5.7 — Fix zsh inline comment args (May 2026)
|
|
6
31
|
|
|
7
32
|
### Bug Fix
|
|
@@ -37,6 +62,37 @@ All notable changes to Kodelyth ECC are documented here.
|
|
|
37
62
|
|
|
38
63
|
---
|
|
39
64
|
|
|
65
|
+
## v1.5.5 — 88 Commands + Parallel Commands Table in CLAUDE.md (May 2026)
|
|
66
|
+
|
|
67
|
+
### Changes
|
|
68
|
+
|
|
69
|
+
- **`CLAUDE.md` Parallel Commands section** — added a full table of parallel commands (`/team-review`, `/project-launch`, `/security-audit`, `/debug-blitz`, `/refactor-sprint`, `/pre-release`, `/onboard`) so users see the fast paths on every session without memorizing command names.
|
|
70
|
+
- **Command count updated** — `CLAUDE.md`, `package.json`, and `install.sh` banner updated from 83 → 88 to reflect the 5 new parallel commands added in v1.5.4.
|
|
71
|
+
- **`package.json` description** updated: "62 agents, 88 commands".
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## v1.5.4 — 5 New Parallel Commands + Agent Model Fields (May 2026)
|
|
76
|
+
|
|
77
|
+
### New Commands
|
|
78
|
+
|
|
79
|
+
Five new parallel agent commands — all fire immediately on invocation (Execute Now trigger):
|
|
80
|
+
|
|
81
|
+
| Command | Agents Fired | What It Does |
|
|
82
|
+
|---|---|---|
|
|
83
|
+
| `/security-audit` | `security-reviewer` + `dependency-doctor` + `api-guardian` | Full security sweep — secrets, deps, API surface |
|
|
84
|
+
| `/pre-release` | `release-captain` + `security-reviewer` + `code-reviewer` | Ship-readiness check before any release |
|
|
85
|
+
| `/debug-blitz` | `debug-detective` + `silent-failure-hunter` + `env-debugger` | Triple-agent blitz for stubborn bugs |
|
|
86
|
+
| `/refactor-sprint` | `refactor-cleaner` + `code-simplifier` + `type-design-analyzer` + `tdd-guide` | Full refactor + type + test pass |
|
|
87
|
+
| `/onboard` | `code-explorer` + `architect` + `doc-updater` | New-joiner onboarding — codebase tour, architecture map, docs |
|
|
88
|
+
|
|
89
|
+
### Fixes
|
|
90
|
+
|
|
91
|
+
- **`/team-review` and `/project-launch` Execute Now trigger added** — patch for v1.5.3 where these two commands required explicit invocation instead of firing immediately.
|
|
92
|
+
- **`install.sh` banner** updated: 61 → 62 agents, 80 → 83 commands.
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
40
96
|
## v1.5.3 — God-Tier Intent Routing Expansion (May 2026)
|
|
41
97
|
|
|
42
98
|
### The Routing Overhaul
|
package/KODELYTH.md
CHANGED
|
@@ -12,10 +12,10 @@ Kodelyth ECC is built and maintained by **Kodelyth** — a brand focused on maki
|
|
|
12
12
|
| `load-tester` | Load and stress testing with k6, Locust, Artillery. Capacity planning, breakpoint discovery. Distinct from `performance-optimizer` which handles code optimization. |
|
|
13
13
|
|
|
14
14
|
### Updated: All Visual Assets
|
|
15
|
-
Nine SVG social cards refreshed to reflect v1.5.0 features — memory system, correct counts (
|
|
15
|
+
Nine SVG social cards refreshed to reflect v1.5.0 features — memory system, correct counts (62 agents), auto-recall demo.
|
|
16
16
|
|
|
17
17
|
### Updated: Complete Wiki Rewrite
|
|
18
|
-
All 7 wiki files rewritten to reflect current state — v1.4.1 memory system, 6-platform feature matrix, all
|
|
18
|
+
All 7 wiki files rewritten to reflect current state — v1.4.1 memory system, 6-platform feature matrix, all 62 agents documented.
|
|
19
19
|
|
|
20
20
|
### Updated: Intent Routing
|
|
21
21
|
New routing patterns for `incident-commander` (outage signals) and `load-tester` (load test signals). Two new sequential chains added.
|
|
@@ -54,7 +54,7 @@ Now the user just describes their problem in plain words and the AI:
|
|
|
54
54
|
2. Behaves as that agent
|
|
55
55
|
3. Teaches the user the explicit form (`Tip: type "use <agent>"`)
|
|
56
56
|
|
|
57
|
-
No more memorizing
|
|
57
|
+
No more memorizing 62 agent names.
|
|
58
58
|
|
|
59
59
|
### Added: 5 New Specialist Agents
|
|
60
60
|
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
11
|
-

|
|
12
12
|

|
|
13
13
|

|
|
14
14
|

|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
|
-
**Kodelyth ECC** is a production-grade AI coding toolkit — **62 specialist agents, 188 skills,
|
|
21
|
+
**Kodelyth ECC** is a production-grade AI coding toolkit — **62 specialist agents, 188 skills, 90 commands**, a god-tier **semantic intent-routing system**, and **local self-learning memory** that gets smarter at helping *you* every session.
|
|
22
22
|
|
|
23
23
|
Works with **Claude Code**, **Windsurf**, **Cursor**, **Codex CLI**, **Google Antigravity**, and **OpenCode**.
|
|
24
24
|
|
|
@@ -552,17 +552,16 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for templates, checklists, and the full K
|
|
|
552
552
|
|
|
553
553
|
## Changelog
|
|
554
554
|
|
|
555
|
-
See [CHANGELOG.md](CHANGELOG.md). v1.5.
|
|
556
|
-
|
|
557
|
-
- **
|
|
558
|
-
- **
|
|
559
|
-
- **
|
|
560
|
-
- **
|
|
561
|
-
- **
|
|
562
|
-
-
|
|
563
|
-
-
|
|
564
|
-
-
|
|
565
|
-
- **`/lessons`** now catches: "from now on always X", proactive session-start offer when `tasks/lessons.md` exists
|
|
555
|
+
See [CHANGELOG.md](CHANGELOG.md). v1.5.8 highlights:
|
|
556
|
+
|
|
557
|
+
- **zsh inline comment fix** — `npx kodelyth-ecc --target windsurf-home # comment` no longer crashes. Fixed at two layers: Node.js arg filter + `install.sh` handler.
|
|
558
|
+
- **Dynamic install counts** — agent/skill/command counts in `install.sh` and `install.ps1` are now computed from the filesystem at install time. Never wrong again.
|
|
559
|
+
- **Ruby + Elixir language rules** — coding-style, patterns, testing, security, and hooks for both languages. Install with `npx kodelyth-ecc ruby elixir`.
|
|
560
|
+
- **`/doctor` command** — run a health check on your ECC install without leaving your IDE.
|
|
561
|
+
- **`/update` command** — upgrade to the latest version automatically; reads your install state so you don't have to remember your original flags.
|
|
562
|
+
- **5 new parallel commands** (`/security-audit`, `/pre-release`, `/debug-blitz`, `/refactor-sprint`, `/onboard`) added in v1.5.4.
|
|
563
|
+
- **GitHub contribution templates** — bug report, new agent proposal, and PR checklist now live in `.github/`.
|
|
564
|
+
- **All agent counts and docs corrected** — `rules/common/agents.md` now lists all 62 agents (was 10), README badges and SVGs updated to v1.5.7.
|
|
566
565
|
|
|
567
566
|
v1.5.2 highlights:
|
|
568
567
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.9
|
package/install.sh
CHANGED
|
@@ -47,7 +47,7 @@ echo -e "${RED}${BOLD} ║ DANGER LEVEL: GOD TIER · NOT FOR JUNIOR DEV
|
|
|
47
47
|
echo -e "${RED}${BOLD} ╚══════════════════════════════════════════════════════════════╝${RESET}"
|
|
48
48
|
echo ""
|
|
49
49
|
echo -e "${BOLD} Kodelyth ECC — The most dangerous AI coding toolkit on the planet${RESET}"
|
|
50
|
-
echo -e "${CYAN} 62 specialist agents · 188 skills ·
|
|
50
|
+
echo -e "${CYAN} 62 specialist agents · 188 skills · 90 commands · 20+ hooks · intent routing · compound memory${RESET}"
|
|
51
51
|
echo -e "${CYAN} Any language · Any framework · Any scale · 300B-level quality${RESET}"
|
|
52
52
|
echo ""
|
|
53
53
|
echo -e " github.com/sifxprime/kodelyth-ecc"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kodelyth-ecc",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9",
|
|
4
4
|
"description": "Production-grade AI coding toolkit — 62 agents, 188 skills, 90 commands, parallel multi-agent commands, semantic intent routing, self-learning memory. Works with Claude Code, Windsurf, Cursor, Codex, Antigravity, and OpenCode.",
|
|
5
5
|
"author": "Kodelyth <github.com/sifxprime>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -428,6 +428,98 @@ Route to `/team-review` — fires `code-reviewer` + `security-reviewer` + `perfo
|
|
|
428
428
|
|
|
429
429
|
---
|
|
430
430
|
|
|
431
|
+
### `/security-audit` — Full parallel security sweep
|
|
432
|
+
|
|
433
|
+
Trigger when the user is worried about security across the whole project, not just one file. Also trigger before any public launch, API exposure, or when secrets/auth/dependencies are mentioned together.
|
|
434
|
+
|
|
435
|
+
| Signal | Real human phrasing |
|
|
436
|
+
|---|---|
|
|
437
|
+
| Full security concern | "is my app secure?", "security audit", "check my security", "is there anything insecure?", "run a security check" |
|
|
438
|
+
| Pre-launch security | "before I go public", "about to expose this API", "launching soon, any security issues?" |
|
|
439
|
+
| Dependency worry | "are my deps safe?", "any vulnerable packages?", "CVEs in my dependencies?" |
|
|
440
|
+
| Auth concern | "is my auth secure?", "is my login safe?", "JWT/OAuth/session security" combined with dep or API mention |
|
|
441
|
+
| Multiple security angles | User mentions secrets AND API keys AND dependencies together — all three need sweeping |
|
|
442
|
+
|
|
443
|
+
**Key rule:** Single security concern on one file → `security-reviewer`. Full project sweep or multiple security vectors at once → `/security-audit`.
|
|
444
|
+
|
|
445
|
+
**Counter-signals (do NOT route here):** Single endpoint with a specific injection concern → `security-reviewer`. Dependency-only question → `dependency-doctor`.
|
|
446
|
+
|
|
447
|
+
Route to `/security-audit` — fires `security-reviewer` + `dependency-doctor` + `api-guardian` simultaneously.
|
|
448
|
+
|
|
449
|
+
---
|
|
450
|
+
|
|
451
|
+
### `/pre-release` — Ship-readiness parallel check
|
|
452
|
+
|
|
453
|
+
Trigger when the user is about to cut a release, tag a version, or deploy to production and wants confidence everything is correct. Also trigger when they mention "release" + "check" or "ready to ship" + version number.
|
|
454
|
+
|
|
455
|
+
| Signal | Real human phrasing |
|
|
456
|
+
|---|---|
|
|
457
|
+
| About to release | "ready to cut v2?", "about to release", "cutting a release", "tagging v1.0", "shipping today" |
|
|
458
|
+
| Release checklist | "what do I need before releasing?", "release checklist", "anything missing before v2?" |
|
|
459
|
+
| Version confidence | "is v3 ready?", "can I ship this version?", "pre-release check for 2.0" |
|
|
460
|
+
| Final sanity check | "last check before I push to prod", "final review before release", "one more look before shipping" |
|
|
461
|
+
| Combined signals | User mentions semver + "ready" or "deploy" + "safe" together |
|
|
462
|
+
|
|
463
|
+
**Key rule:** General "is this ready" with no version/release framing → `/team-review`. Explicit release or version cut → `/pre-release`.
|
|
464
|
+
|
|
465
|
+
Route to `/pre-release` — fires `release-captain` + `security-reviewer` + `code-reviewer` simultaneously.
|
|
466
|
+
|
|
467
|
+
---
|
|
468
|
+
|
|
469
|
+
### `/debug-blitz` — Triple-agent parallel debug for stubborn bugs
|
|
470
|
+
|
|
471
|
+
Trigger when a bug has resisted normal debugging, when the user is frustrated after trying multiple things, or when the problem could be in multiple layers (code + env + hidden failure).
|
|
472
|
+
|
|
473
|
+
| Signal | Real human phrasing |
|
|
474
|
+
|---|---|
|
|
475
|
+
| Persistent bug | "I've been fighting this bug for hours", "can't figure this out", "nothing is working", "tried everything" |
|
|
476
|
+
| Multi-layer problem | "works locally not in CI", "works on my machine", "only fails in prod", "sometimes fails" |
|
|
477
|
+
| Hidden failure | "no error but wrong behavior", "silently failing", "something is wrong but I don't know what" |
|
|
478
|
+
| Environment suspicion | "is it my env?", "could it be a config issue?", "not sure if it's the code or environment" |
|
|
479
|
+
| Frustration signal | "I give up", "losing my mind", "this is driving me crazy", "been stuck for X hours/days" |
|
|
480
|
+
|
|
481
|
+
**Key rule:** First-time bug report → `debug-detective`. Persistent, multi-attempt, or multi-layer bug → `/debug-blitz`. Emotion of long frustration is a strong signal for blitz.
|
|
482
|
+
|
|
483
|
+
Route to `/debug-blitz` — fires `debug-detective` + `silent-failure-hunter` + `env-debugger` simultaneously.
|
|
484
|
+
|
|
485
|
+
---
|
|
486
|
+
|
|
487
|
+
### `/refactor-sprint` — Full parallel refactor + type + test pass
|
|
488
|
+
|
|
489
|
+
Trigger when the user wants a comprehensive cleanup of existing code — not just one function, but a module, file, or system. Also trigger when multiple quality concerns are mentioned together (readability + types + tests).
|
|
490
|
+
|
|
491
|
+
| Signal | Real human phrasing |
|
|
492
|
+
|---|---|
|
|
493
|
+
| Big cleanup | "refactor this module", "clean up this whole file", "this code is a mess", "technical debt cleanup" |
|
|
494
|
+
| Multi-concern quality | "improve quality, types, and add tests", "make this cleaner and add coverage", "full cleanup" |
|
|
495
|
+
| Code health | "code is getting hard to maintain", "too much complexity", "needs a full cleanup", "legacy code overhaul" |
|
|
496
|
+
| Combined refactor | "refactor + add types + write tests" — three concerns together always means blitz |
|
|
497
|
+
| Pre-hire prep | "cleaning up before the new dev joins", "making this more readable for the team" |
|
|
498
|
+
|
|
499
|
+
**Key rule:** Cleanup of one function → `refactor-cleaner`. Cleanup of a whole module/file with types and tests → `/refactor-sprint`.
|
|
500
|
+
|
|
501
|
+
Route to `/refactor-sprint` — fires `refactor-cleaner` + `code-simplifier` + `type-design-analyzer` + `tdd-guide` simultaneously.
|
|
502
|
+
|
|
503
|
+
---
|
|
504
|
+
|
|
505
|
+
### `/onboard` — New-joiner parallel codebase onboarding
|
|
506
|
+
|
|
507
|
+
Trigger when someone is new to a codebase and needs to understand it — either a new team member, or the user themselves joining a project they didn't write.
|
|
508
|
+
|
|
509
|
+
| Signal | Real human phrasing |
|
|
510
|
+
|---|---|
|
|
511
|
+
| New to codebase | "I just joined the team", "new to this project", "inherited this codebase", "taking over this repo" |
|
|
512
|
+
| Explore unfamiliar code | "never seen this code before", "trying to understand this project", "where do I even start?" |
|
|
513
|
+
| Onboarding docs | "we need onboarding docs", "no documentation for new devs", "new dev joining, need to explain the codebase" |
|
|
514
|
+
| Architecture understanding | "what does this system do?", "explain the architecture to me", "how does all of this fit together?" |
|
|
515
|
+
| Ramp-up request | "help me get up to speed", "ramp me up on this", "what should I know about this codebase?" |
|
|
516
|
+
|
|
517
|
+
**Key rule:** Single "explain this function" → `code-explorer`. Full codebase orientation or onboarding a new person → `/onboard`.
|
|
518
|
+
|
|
519
|
+
Route to `/onboard` — fires `code-explorer` + `architect` + `doc-updater` simultaneously.
|
|
520
|
+
|
|
521
|
+
---
|
|
522
|
+
|
|
431
523
|
### `/lessons` — Project lessons management
|
|
432
524
|
|
|
433
525
|
Trigger when the user references project rules, preferences, corrections, or past instructions. Also trigger proactively at session start if `tasks/lessons.md` exists in the project root.
|
|
@@ -501,6 +593,16 @@ When the user's request spans multiple concerns, name the parallel agents and ex
|
|
|
501
593
|
| "review my code before I deploy" | `/team-review` | Pre-release, full scope |
|
|
502
594
|
| "is my project ready to ship?" | `/team-review` | Readiness check |
|
|
503
595
|
| "full audit before we release v2" | `/team-review` | Explicit full audit |
|
|
596
|
+
| "is my app secure? check everything" | `/security-audit` | Full security sweep |
|
|
597
|
+
| "any CVEs in my deps?" | `/security-audit` | Dependency + security combo |
|
|
598
|
+
| "cutting v2 today, last check" | `/pre-release` | Release + confidence combo |
|
|
599
|
+
| "anything missing before I tag 1.0?" | `/pre-release` | Release checklist signal |
|
|
600
|
+
| "been stuck on this bug for 2 days" | `/debug-blitz` | Persistent frustration = blitz |
|
|
601
|
+
| "works locally not in prod" | `/debug-blitz` | Multi-layer problem |
|
|
602
|
+
| "clean up this whole module, add types and tests" | `/refactor-sprint` | Multi-concern quality |
|
|
603
|
+
| "this code is a mess, full cleanup needed" | `/refactor-sprint` | Technical debt + scope |
|
|
604
|
+
| "I just joined this team, where do I start?" | `/onboard` | New-joiner onboarding |
|
|
605
|
+
| "inherited this codebase, help me understand it" | `/onboard` | Unfamiliar codebase |
|
|
504
606
|
| "remember we always use pnpm here" | `/lessons` | Preference to encode |
|
|
505
607
|
| "what rules do we follow in this project?" | `/lessons` | Load lessons |
|
|
506
608
|
| "from now on never use var" | `/lessons` | Rule to save |
|
package/social/facebook-v150.svg
CHANGED
|
@@ -25,9 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
<!-- Version + NEW badges -->
|
|
27
27
|
<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"/>
|
|
28
|
-
<text x="118" y="44" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.
|
|
29
|
-
<rect x="168" y="28" width="52" height="24" rx="12" fill="#059669" fill-opacity="0.2" stroke="#059669" stroke-opacity="0.5" stroke-width="1"/>
|
|
30
|
-
<text x="194" y="44" font-size="11" fill="#10b981" text-anchor="middle" font-weight="700">NEW</text>
|
|
28
|
+
<text x="118" y="44" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.8</text>
|
|
31
29
|
|
|
32
30
|
<!-- Title -->
|
|
33
31
|
<text x="80" y="120" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff">Kodelyth ECC</text>
|
|
@@ -57,7 +55,7 @@
|
|
|
57
55
|
<!-- Card 3: Semantic Routing -->
|
|
58
56
|
<rect x="740" y="250" width="380" height="120" rx="10" fill="url(#card2)" stroke="#38bdf8" stroke-opacity="0.4" stroke-width="1"/>
|
|
59
57
|
<rect x="740" y="250" width="4" height="120" rx="2" fill="#38bdf8"/>
|
|
60
|
-
<text x="760" y="275" font-size="10" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC ROUTING v1.5.3
|
|
58
|
+
<text x="760" y="275" font-size="10" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC ROUTING v1.5.3+</text>
|
|
61
59
|
<text x="760" y="296" font-size="13" fill="#e6edf3">Paste code → auto-routes to code-reviewer</text>
|
|
62
60
|
<text x="760" y="313" font-size="13" fill="#e6edf3">Paste error → auto-routes to debug-detective</text>
|
|
63
61
|
<text x="760" y="334" font-size="11" fill="#484f58">Emotion as signal · 2–3× more patterns</text>
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
<!-- Version badge -->
|
|
38
38
|
<rect x="60" y="52" width="84" height="28" rx="4" fill="#a78bfa" opacity="0.12"/>
|
|
39
39
|
<rect x="60" y="52" width="84" height="28" rx="4" fill="none" stroke="#a78bfa" stroke-width="1"/>
|
|
40
|
-
<text x="102" y="71" font-size="12" fill="#a78bfa" font-weight="700" text-anchor="middle" letter-spacing="0.5">v1.5.
|
|
40
|
+
<text x="102" y="71" font-size="12" fill="#a78bfa" font-weight="700" text-anchor="middle" letter-spacing="0.5">v1.5.8</text>
|
|
41
41
|
|
|
42
42
|
<!-- Title -->
|
|
43
43
|
<text x="60" y="168" font-size="80" font-weight="900" letter-spacing="-3" fill="#ffffff" filter="url(#glow)">Kodelyth</text>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<text x="180" y="410" font-size="40" font-weight="800" fill="#ffffff">188</text>
|
|
58
58
|
<text x="180" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">SKILLS</text>
|
|
59
59
|
|
|
60
|
-
<text x="310" y="410" font-size="40" font-weight="800" fill="#ffffff">
|
|
60
|
+
<text x="310" y="410" font-size="40" font-weight="800" fill="#ffffff">90</text>
|
|
61
61
|
<text x="310" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">COMMANDS</text>
|
|
62
62
|
|
|
63
63
|
<text x="420" y="410" font-size="40" font-weight="800" fill="#ffffff">6</text>
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
<!-- Feature pill — v1.5.3 -->
|
|
67
67
|
<rect x="60" y="460" width="500" height="68" rx="8" fill="#13203a" stroke="#2563eb" stroke-opacity="0.3" stroke-width="1"/>
|
|
68
|
-
<text x="80" y="483" font-size="11" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC INTENT ROUTING —
|
|
68
|
+
<text x="80" y="483" font-size="11" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC INTENT ROUTING — v1.5.3+</text>
|
|
69
69
|
<text x="80" y="503" font-size="13" fill="#8b949e">Paste code → code-reviewer. Paste error → debug-detective.</text>
|
|
70
70
|
<text x="80" y="520" font-size="13" fill="#8b949e">No command names needed. Ever.</text>
|
|
71
71
|
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<rect x="720" y="350" width="480" height="110" rx="8" fill="#13203a" stroke="#2563eb" stroke-opacity="0.4" stroke-width="1"/>
|
|
106
106
|
<rect x="720" y="350" width="4" height="110" rx="2" fill="#38bdf8"/>
|
|
107
107
|
<rect x="880" y="356" width="90" height="18" rx="9" fill="#2563eb" fill-opacity="0.2" stroke="#2563eb" stroke-opacity="0.4" stroke-width="1"/>
|
|
108
|
-
<text x="925" y="369" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700">v1.5.3
|
|
108
|
+
<text x="925" y="369" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700">v1.5.3+</text>
|
|
109
109
|
<text x="740" y="376" font-size="14" font-weight="700" fill="#ffffff">Semantic Intent Routing</text>
|
|
110
110
|
<text x="740" y="397" font-size="12" fill="#8b949e">AI reads intent, not keywords. 2–3× more signals</text>
|
|
111
111
|
<text x="740" y="413" font-size="12" fill="#8b949e">per agent. Code/trace paste auto-detection.</text>
|
package/social/readme-hero.svg
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<!-- LEFT — Brand block -->
|
|
26
26
|
<!-- Version badge -->
|
|
27
27
|
<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.5.
|
|
28
|
+
<text x="68" y="36" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.8</text>
|
|
29
29
|
|
|
30
30
|
<!-- Title -->
|
|
31
31
|
<text x="32" y="78" font-size="36" font-weight="900" letter-spacing="-1.5" fill="#ffffff" filter="url(#glow)">Kodelyth</text>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<text x="124" y="220" font-size="8" fill="#6b7280" text-anchor="middle" letter-spacing="1.5">SKILLS</text>
|
|
48
48
|
|
|
49
49
|
<rect x="160" y="178" width="56" height="54" rx="8" fill="#ffffff" fill-opacity="0.04" stroke="#059669" stroke-opacity="0.25" stroke-width="1"/>
|
|
50
|
-
<text x="188" y="202" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">
|
|
50
|
+
<text x="188" y="202" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">90</text>
|
|
51
51
|
<text x="188" y="220" font-size="8" fill="#6b7280" text-anchor="middle" letter-spacing="1.5">COMMANDS</text>
|
|
52
52
|
|
|
53
53
|
<rect x="224" y="178" width="56" height="54" rx="8" fill="#ffffff" fill-opacity="0.04" stroke="#0891b2" stroke-opacity="0.25" stroke-width="1"/>
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
<circle cx="344" cy="31" r="5" fill="#ff5f57"/>
|
|
62
62
|
<circle cx="360" cy="31" r="5" fill="#febc2e"/>
|
|
63
63
|
<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.5.
|
|
64
|
+
<text x="612" y="35" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc v1.5.8</text>
|
|
65
65
|
|
|
66
66
|
<text x="348" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">$</text>
|
|
67
67
|
<text x="360" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> npx kodelyth-ecc</text>
|
|
68
68
|
|
|
69
|
-
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.5.
|
|
69
|
+
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.5.8...</text>
|
|
70
70
|
|
|
71
71
|
<text x="348" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> Agents (62) </text>
|
|
72
72
|
<text x="494" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.claude/agents/</text>
|
|
@@ -84,6 +84,6 @@
|
|
|
84
84
|
<text x="494" y="180" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.kodelyth/memory/</text>
|
|
85
85
|
|
|
86
86
|
<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">
|
|
87
|
+
<text x="368" y="212" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">v1.5.3+ — SEMANTIC INTENT ROUTING</text>
|
|
88
88
|
<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
89
|
</svg>
|
|
@@ -103,6 +103,6 @@
|
|
|
103
103
|
<text x="920" y="424" font-size="32" font-weight="800" fill="#ffffff" text-anchor="middle">6</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.5.
|
|
106
|
+
<text x="920" y="496" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">v1.5.8</text>
|
|
107
107
|
<text x="920" y="516" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="2">LATEST</text>
|
|
108
108
|
</svg>
|
package/social/x-card-free.svg
CHANGED
|
@@ -55,5 +55,5 @@
|
|
|
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.
|
|
58
|
+
<text x="1120" y="606" font-size="16" fill="#484f58" text-anchor="end">v1.5.8 · github.com/sifxprime/kodelyth-ecc</text>
|
|
59
59
|
</svg>
|
package/social/x-card-hook.svg
CHANGED
|
@@ -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.
|
|
81
|
+
<text x="1120" y="618" font-size="14" fill="#484f58" text-anchor="end">v1.5.8</text>
|
|
82
82
|
</svg>
|