kodelyth-ecc 1.5.6 → 1.5.8

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 CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  All notable changes to Kodelyth ECC are documented here.
4
4
 
5
+ ## v1.5.8 — README and SVG refresh (May 2026)
6
+
7
+ ### Changes
8
+
9
+ - README inline changelog updated to v1.5.7 highlights — no longer showed v1.5.3 content on npm and GitHub.
10
+ - 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+`.
11
+ - CHANGELOG backfilled with missing `v1.5.4` and `v1.5.5` entries.
12
+
13
+ ---
14
+
15
+ ## v1.5.7 — Fix zsh inline comment args (May 2026)
16
+
17
+ ### Bug Fix
18
+
19
+ - **zsh inline comment crash** — `npx kodelyth-ecc --target windsurf-home # comment` would fail with `Unknown argument: #` in zsh. Unlike bash, zsh does not strip inline `#` comments before passing args to a process. Fixed at two layers: `bin/kodelyth-ecc.js` now filters out `#` and all following args before passing to the installer, and `install.sh` also handles `#*` args with a graceful `break`. This makes copy-pasting commands from documentation with inline comments safe on all shells.
20
+
21
+ ---
22
+
5
23
  ## v1.5.6 — Accuracy, Ruby/Elixir, /doctor, /update (May 2026)
6
24
 
7
25
  ### Bug Fixes
@@ -29,6 +47,37 @@ All notable changes to Kodelyth ECC are documented here.
29
47
 
30
48
  ---
31
49
 
50
+ ## v1.5.5 — 88 Commands + Parallel Commands Table in CLAUDE.md (May 2026)
51
+
52
+ ### Changes
53
+
54
+ - **`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.
55
+ - **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.
56
+ - **`package.json` description** updated: "62 agents, 88 commands".
57
+
58
+ ---
59
+
60
+ ## v1.5.4 — 5 New Parallel Commands + Agent Model Fields (May 2026)
61
+
62
+ ### New Commands
63
+
64
+ Five new parallel agent commands — all fire immediately on invocation (Execute Now trigger):
65
+
66
+ | Command | Agents Fired | What It Does |
67
+ |---|---|---|
68
+ | `/security-audit` | `security-reviewer` + `dependency-doctor` + `api-guardian` | Full security sweep — secrets, deps, API surface |
69
+ | `/pre-release` | `release-captain` + `security-reviewer` + `code-reviewer` | Ship-readiness check before any release |
70
+ | `/debug-blitz` | `debug-detective` + `silent-failure-hunter` + `env-debugger` | Triple-agent blitz for stubborn bugs |
71
+ | `/refactor-sprint` | `refactor-cleaner` + `code-simplifier` + `type-design-analyzer` + `tdd-guide` | Full refactor + type + test pass |
72
+ | `/onboard` | `code-explorer` + `architect` + `doc-updater` | New-joiner onboarding — codebase tour, architecture map, docs |
73
+
74
+ ### Fixes
75
+
76
+ - **`/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.
77
+ - **`install.sh` banner** updated: 61 → 62 agents, 80 → 83 commands.
78
+
79
+ ---
80
+
32
81
  ## v1.5.3 — God-Tier Intent Routing Expansion (May 2026)
33
82
 
34
83
  ### 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 (61 agents), auto-recall demo.
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 61 agents documented.
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 59 agent names.
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
  ![Antigravity](https://img.shields.io/badge/Antigravity-Ready-00ADD8)
9
9
  ![Cursor](https://img.shields.io/badge/Cursor-Ready-3b82f6)
10
10
  ![Codex](https://img.shields.io/badge/Codex-Ready-10b981)
11
- ![Version](https://img.shields.io/badge/version-1.5.3-orange)
11
+ ![Version](https://img.shields.io/badge/version-1.5.8-orange)
12
12
  ![Agents](https://img.shields.io/badge/Agents-62-brightgreen)
13
13
  ![Skills](https://img.shields.io/badge/Skills-188-brightgreen)
14
14
  ![Memory](https://img.shields.io/badge/Local%20Memory-on-blueviolet)
@@ -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, 80 commands**, a god-tier **semantic intent-routing system**, and **local self-learning memory** that gets smarter at helping *you* every session.
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.3 highlights:
556
-
557
- - **Routing overhaul:** intent routing now reads *semantic intent*, not keywords. The AI reasons about what you mean, not what you typed.
558
- - **Code paste detection:** paste code with no text auto-routes to `code-reviewer`
559
- - **Stack trace detection:** paste an error log with no text auto-routes to `debug-detective`
560
- - **Emotion as signal:** frustration, confusion, excitement all trigger routing
561
- - **2–3x more signals per agent** `debug-detective`, `code-reviewer`, `kodelyth-advisor`, `ux-reviewer`, `performance-optimizer` all expanded with natural human phrases
562
- - **`/project-launch`** now catches: "help me build a todo app", "I have this idea", "I'm starting a new side project"
563
- - **`/team-review`** now catches: "can you review my code?", "about to go live", "go through my code"
564
- - **`image-architect`** now catches: "my site looks plain", "make it look good", "give it some flair"
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.6
1
+ 1.5.8
@@ -20,7 +20,12 @@ const fs = require('fs');
20
20
  const os = require('os');
21
21
 
22
22
  const ROOT = path.join(__dirname, '..');
23
- const args = process.argv.slice(2);
23
+ // zsh (unlike bash) passes inline comments as literal args — strip them
24
+ const args = process.argv.slice(2).filter((a, i, arr) => {
25
+ if (a.startsWith('#')) return false; // drop # and everything after
26
+ const prev = arr.slice(0, i).findIndex(x => x.startsWith('#'));
27
+ return prev === -1;
28
+ });
24
29
  const isWin = os.platform() === 'win32';
25
30
 
26
31
  // ── Help shortcut ─────────────────────────────────────────────────────────────
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 · 88 commands · 20+ hooks · intent routing · compound memory${RESET}"
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"
@@ -154,6 +154,10 @@ while [[ $# -gt 0 ]]; do
154
154
  echo " ./install.sh --target cursor-project typescript"
155
155
  exit 0
156
156
  ;;
157
+ \#*)
158
+ # zsh passes inline comments as literal args; skip them and everything after
159
+ break
160
+ ;;
157
161
  *)
158
162
  echo -e "${RED}Unknown argument: $1${RESET}"
159
163
  exit 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kodelyth-ecc",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
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",
@@ -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.3</text>
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 NEW</text>
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.3</text>
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">80</text>
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 — NEW IN v1.5.3</text>
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 NEW</text>
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>
@@ -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.3</text>
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">80</text>
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.3</text>
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.3...</text>
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">NEW IN v1.5.3 — SEMANTIC INTENT ROUTING</text>
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.3</text>
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>
@@ -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.3 · github.com/sifxprime/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>
59
59
  </svg>
@@ -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.3</text>
81
+ <text x="1120" y="618" font-size="14" fill="#484f58" text-anchor="end">v1.5.8</text>
82
82
  </svg>