kodelyth-ecc 2.17.0 → 2.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +43 -0
- package/CLAUDE.md +2 -2
- package/README.md +25 -5
- package/VERSION +1 -1
- package/package.json +4 -3
- package/rules/common/shell-portability.md +70 -0
- package/rules/shell-portability.md +70 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,49 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Kodelyth ECC are documented here.
|
|
4
4
|
|
|
5
|
+
## v2.18.0 — Support channels, shell portability, honest counts (September 2026)
|
|
6
|
+
|
|
7
|
+
### Added — Support
|
|
8
|
+
|
|
9
|
+
The README had **no support section at all**. There is now one, and the same
|
|
10
|
+
details reach the site, the npm page, and the repository metadata from a single
|
|
11
|
+
place each.
|
|
12
|
+
|
|
13
|
+
| Channel | Reach us |
|
|
14
|
+
|---|---|
|
|
15
|
+
| Email | [ecc@kodelyth.com](mailto:ecc@kodelyth.com) |
|
|
16
|
+
| WhatsApp | [+880 1312 365939](https://wa.me/8801312365939) |
|
|
17
|
+
|
|
18
|
+
`package.json` now carries `bugs.email` so `npm bugs` resolves, and `homepage`
|
|
19
|
+
points at the docs site rather than the repo.
|
|
20
|
+
|
|
21
|
+
### Added — `rules/common/shell-portability.md`
|
|
22
|
+
|
|
23
|
+
An always-on rule, so all 70 agents inherit it rather than 70 separate edits.
|
|
24
|
+
|
|
25
|
+
Every row in its table was **verified on a stock macOS shell**, not assumed:
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
timeout ABSENT (GNU coreutils only) <- this one bit me mid-session
|
|
29
|
+
stat -c FAILS (BSD needs -f)
|
|
30
|
+
sed -i FAILS (BSD needs -i '')
|
|
31
|
+
grep -P FAILS (no PCRE in BSD grep)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Suggesting `timeout 30 npm test` to a macOS user wastes their turn. The rule
|
|
35
|
+
gives the portable form for each, covers Windows/PowerShell, and tells agents to
|
|
36
|
+
prefer the language runtime over the shell when a task can be done either way.
|
|
37
|
+
Verified installing correctly via a real install into a sandboxed `HOME`.
|
|
38
|
+
|
|
39
|
+
### Fixed — counts that had drifted for releases
|
|
40
|
+
|
|
41
|
+
`97 slash commands` was a different string from `97 commands`, so an earlier
|
|
42
|
+
sweep missed it — the site advertised 97 while the real number was 103. Every
|
|
43
|
+
count is now correct in both repos, and on the site they are **derived** from the
|
|
44
|
+
synced catalogs rather than hardcoded in six files.
|
|
45
|
+
|
|
46
|
+
**604 tests passing.**
|
|
47
|
+
|
|
5
48
|
## v2.17.0 — ECC Immunity: the arena's findings, made executable (September 2026)
|
|
6
49
|
|
|
7
50
|
Four arena runs confirmed real bugs and stored them as prose. Prose does not
|
package/CLAUDE.md
CHANGED
|
@@ -10,7 +10,7 @@ Guidance for Claude Code when working with this repository.
|
|
|
10
10
|
- **196 skills** — domain knowledge, patterns, testing, security, intent routing, local memory, swarm orchestration, MCP integration
|
|
11
11
|
- **103 commands** — slash workflows (`/tdd`, `/plan`, `/code-review`, `/team-review`, `/devil-mode`, `/debug-blitz`, `/security-audit`, ...)
|
|
12
12
|
- **22+ hooks** — quality gates, memory inject + capture, correction encoding, prompt-injection guard, token-budget enforcer
|
|
13
|
-
- **
|
|
13
|
+
- **15 rules** — always-on coding standards + semantic intent routing + memory protocol + self-improvement
|
|
14
14
|
|
|
15
15
|
Works with Claude Code, Windsurf, Cursor, Codex CLI, Antigravity, OpenCode, Cline, Roo Code, Aider, Kimi, and Gemini CLI — **11 platforms** (13 install targets).
|
|
16
16
|
|
|
@@ -21,7 +21,7 @@ agents/ → 70 specialist subagents (planner, code-reviewer, debug-detectiv
|
|
|
21
21
|
commands/ → 103 slash commands (8 parallel multi-agent, 1 adversarial loop, rest single-agent)
|
|
22
22
|
skills/ → 196 workflow + domain knowledge files (loadable via slash commands)
|
|
23
23
|
hooks/ → 22+ automations (pre-commit, session memory, prompt-injection guard, token-budget)
|
|
24
|
-
rules/ →
|
|
24
|
+
rules/ → 15 always-on guidelines (agent-intent-routing, self-improvement, memory-protocol, ...)
|
|
25
25
|
scripts/ → Node.js utilities: MCP server, dashboard, swarm, replay, router, memory, supply-chain
|
|
26
26
|
bundles/ → 3 power bundles (indie-hacker, red-team, enterprise)
|
|
27
27
|
actions/ → GitHub Action (CI/CD integration for PR review)
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
|
-
**Kodelyth ECC** is a production-grade AI coding toolkit — **70 specialist agents (incl. an 8-agent devil-mode adversarial crew), 196 skills,
|
|
36
|
+
**Kodelyth ECC** is a production-grade AI coding toolkit — **70 specialist agents (incl. an 8-agent devil-mode adversarial crew), 196 skills, 103 commands**, a god-tier **semantic intent-routing system**, local self-learning memory, MCP server, swarm orchestrator, and an observability dashboard — all local, zero telemetry.
|
|
37
37
|
|
|
38
38
|
Now bundled with:
|
|
39
39
|
|
|
@@ -73,7 +73,7 @@ You never typed `use debug-detective`. You didn't have to. The toolkit read the
|
|
|
73
73
|
| **Intent routing** | Plain-language → right specialist via 10-tier priority rules | Mostly missing — you memorize names |
|
|
74
74
|
| **70 agents** | Specialists with playbooks, severity calibration, real commands | Often persona-only ("you are a senior engineer...") |
|
|
75
75
|
| **196 skills** | Domain knowledge files agents read on demand | Rarely separated from agents |
|
|
76
|
-
| **
|
|
76
|
+
| **103 commands** | Slash workflows (`/tdd`, `/arena`, `/devil-mode`, `/team-review`) | Limited or none |
|
|
77
77
|
| **8 parallel commands** | Fire 3-8 agents simultaneously, aggregate results | Rare |
|
|
78
78
|
| **Compound memory** | BM25 local recall + auto-inject + project lessons | Cloud-only or absent |
|
|
79
79
|
| **22+ hooks** | Quality gates, secret scan, project-DNA detection | Often missing |
|
|
@@ -118,7 +118,7 @@ kodelythecc --target claude-code --codebase-graph
|
|
|
118
118
|
That's it. This single flow:
|
|
119
119
|
|
|
120
120
|
1. Installs both binaries (`kodelyth-ecc` and short-form `kodelythecc`) to your PATH
|
|
121
|
-
2. Copies 70 agents + 196 skills +
|
|
121
|
+
2. Copies 70 agents + 196 skills + 103 commands + 22 hooks + 15 rules into your AI tool's config dir
|
|
122
122
|
3. Auto-installs **RTK** binary and wires its PreToolUse hook (input compression starts on next AI restart)
|
|
123
123
|
4. Installs **Terse mode** skill + `/terse` and `/terse-compress` slash commands (dormant — user types `/terse` to activate)
|
|
124
124
|
5. Auto-installs **codebase-memory-mcp** and registers its MCP entries in your AI tool (with `--codebase-graph`)
|
|
@@ -220,7 +220,7 @@ npx kodelyth-ecc --bundle red-team # Security engineer — devil-mode + a
|
|
|
220
220
|
npx kodelyth-ecc --bundle enterprise # Compliance / audit team — SBOM, license, supply chain
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
Each bundle installs the full ECC toolkit (all 70 agents, 196 skills,
|
|
223
|
+
Each bundle installs the full ECC toolkit (all 70 agents, 196 skills, 103 commands, 22+ hooks), adds a `BUNDLE.md` cheat sheet, and biases the AI toward audience-fit workflows on every session.
|
|
224
224
|
|
|
225
225
|
Combine with any target:
|
|
226
226
|
|
|
@@ -417,7 +417,7 @@ What's inside:
|
|
|
417
417
|
| **Overview** | Agent count, memory stats, session count, recent activity |
|
|
418
418
|
| **Memory** | Browse, search, and manage your local BM25 memory store |
|
|
419
419
|
| **Evolve** | Self-improving memory — review AI-proposed refinements |
|
|
420
|
-
| **Catalog** | Full searchable index of all 70 agents, 196 skills,
|
|
420
|
+
| **Catalog** | Full searchable index of all 70 agents, 196 skills, 103 commands |
|
|
421
421
|
| **Sessions** | **Live IDE activity** (Claude Code, Windsurf, Windsurf-Next, Cursor, Antigravity) + orchestration/swarm sessions |
|
|
422
422
|
|
|
423
423
|
Real-time:
|
|
@@ -1069,6 +1069,26 @@ v1.4.0 highlights:
|
|
|
1069
1069
|
|
|
1070
1070
|
---
|
|
1071
1071
|
|
|
1072
|
+
## Support
|
|
1073
|
+
|
|
1074
|
+
Real people, and we answer.
|
|
1075
|
+
|
|
1076
|
+
| Channel | Reach us |
|
|
1077
|
+
|---|---|
|
|
1078
|
+
| Email | **[ecc@kodelyth.com](mailto:ecc@kodelyth.com)** |
|
|
1079
|
+
| WhatsApp | **[+880 1312 365939](https://wa.me/8801312365939)** |
|
|
1080
|
+
| Bug reports | [GitHub Issues](https://github.com/sifxprime/kodelyth-ecc/issues) |
|
|
1081
|
+
| Docs | [ecc.kodelyth.com/docs](https://ecc.kodelyth.com/docs) |
|
|
1082
|
+
|
|
1083
|
+
**Found a security issue?** Email [ecc@kodelyth.com](mailto:ecc@kodelyth.com)
|
|
1084
|
+
directly rather than opening a public issue, and give us a reasonable window to
|
|
1085
|
+
ship a fix before disclosing it.
|
|
1086
|
+
|
|
1087
|
+
When reporting a bug, the three things that get it fixed fastest are the exact
|
|
1088
|
+
command you ran, the full error, and your `kodelythecc doctor` output.
|
|
1089
|
+
|
|
1090
|
+
---
|
|
1091
|
+
|
|
1072
1092
|
<div align="center">
|
|
1073
1093
|
|
|
1074
1094
|
[](https://www.npmjs.com/package/kodelyth-ecc)
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.18.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kodelyth-ecc",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.0",
|
|
4
4
|
"description": "Production-grade AI coding toolkit — 70 agents (incl. devil-mode adversarial crew), 194 skills, 97 commands, parallel multi-agent commands, semantic intent routing, self-learning memory, and a built-in MCP server (16 tools / 6 prompts / 377 resources) that bridges to Claude Desktop, LangGraph, AutoGen, CrewAI, and OpenAI Agents SDK. Works with Claude Code, Windsurf, Cursor, Codex, Antigravity, OpenCode, Cline, RooCode, Aider, Kimi, and Gemini CLI.",
|
|
5
5
|
"author": "Kodelyth <github.com/sifxprime>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,9 +8,10 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/sifxprime/kodelyth-ecc.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://
|
|
11
|
+
"homepage": "https://ecc.kodelyth.com",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/sifxprime/kodelyth-ecc/issues"
|
|
13
|
+
"url": "https://github.com/sifxprime/kodelyth-ecc/issues",
|
|
14
|
+
"email": "ecc@kodelyth.com"
|
|
14
15
|
},
|
|
15
16
|
"keywords": [
|
|
16
17
|
"claude-code",
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Shell Portability — commands that work on the user's machine, not just yours
|
|
2
|
+
|
|
3
|
+
> Always-on. Every agent that runs a shell command loads this.
|
|
4
|
+
|
|
5
|
+
An agent that suggests `timeout 30 npm test` on macOS has wasted the user's turn:
|
|
6
|
+
`timeout` is GNU coreutils and **is not installed on macOS by default**. The same
|
|
7
|
+
goes for half the flags people reach for by habit.
|
|
8
|
+
|
|
9
|
+
The rule is simple: **assume nothing about the user's OS or installed tools.**
|
|
10
|
+
Detect, or use the portable form.
|
|
11
|
+
|
|
12
|
+
## Verified differences
|
|
13
|
+
|
|
14
|
+
Every row below was checked on a stock macOS shell. These are not theoretical.
|
|
15
|
+
|
|
16
|
+
| You reach for | Breaks on | Portable form |
|
|
17
|
+
|---|---|---|
|
|
18
|
+
| `timeout 30 cmd` | **macOS** — not installed | run without it, or `command -v timeout \|\| gtimeout` |
|
|
19
|
+
| `stat -c %s f` | **macOS/BSD** | `stat -f %z f` on BSD; `wc -c < f` works everywhere |
|
|
20
|
+
| `sed -i 's/a/b/' f` | **macOS/BSD** — needs an arg | `sed -i '' 's/a/b/' f` on BSD; or write to a temp and `mv` |
|
|
21
|
+
| `grep -P '\d'` | **macOS/BSD** — no PCRE | `grep -E '[0-9]'` |
|
|
22
|
+
| `readlink -f` | older BSD | `cd "$(dirname "$f")" && pwd -P` |
|
|
23
|
+
| `rg` | **any OS** — ripgrep is not preinstalled | `grep -rn` |
|
|
24
|
+
| `date -d` | **macOS/BSD** | `date -j` on BSD, or do date math in the language |
|
|
25
|
+
| `find -printf` | **macOS/BSD** | `find ... -exec stat ...` or `-print0 \| xargs` |
|
|
26
|
+
|
|
27
|
+
## Before running a tool that may be absent
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
command -v rg >/dev/null 2>&1 || echo "ripgrep not installed — using grep"
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Prefer a single command that works everywhere over a clever one that works on
|
|
34
|
+
yours. `grep -rn "pattern" .` is slower than `rg pattern` and it runs on every
|
|
35
|
+
machine on earth.
|
|
36
|
+
|
|
37
|
+
## Windows
|
|
38
|
+
|
|
39
|
+
Windows users on PowerShell have neither `grep`, `sed`, nor `find` in the Unix
|
|
40
|
+
sense. When a task can be done by the language runtime instead of the shell,
|
|
41
|
+
**do it in the runtime** — `node -e`, `python -c` — which behaves identically on
|
|
42
|
+
all three platforms.
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
# Fragile: three different behaviours on three platforms
|
|
46
|
+
find . -name "*.js" -newermt "1 day ago"
|
|
47
|
+
|
|
48
|
+
# Portable: one behaviour everywhere Node runs
|
|
49
|
+
node -e "…"
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Paths
|
|
53
|
+
|
|
54
|
+
- Never hardcode `/` as a separator in code — use the language's path join.
|
|
55
|
+
- Never assume `$HOME` exists in a spawned process; on Windows it is `%USERPROFILE%`.
|
|
56
|
+
- Quote every path variable: `"$file"`, not `$file`. Spaces in paths are normal
|
|
57
|
+
on macOS and Windows.
|
|
58
|
+
|
|
59
|
+
## When the user reports "works on my machine"
|
|
60
|
+
|
|
61
|
+
This table is the first thing to check, before deeper debugging. A surprising
|
|
62
|
+
share of "the command did nothing" reports are a BSD/GNU flag difference, and
|
|
63
|
+
`env-debugger` should reach for this rule immediately.
|
|
64
|
+
|
|
65
|
+
## Checklist before suggesting a shell command
|
|
66
|
+
|
|
67
|
+
- [ ] Does the binary exist on macOS, Linux, and Windows by default?
|
|
68
|
+
- [ ] Are the flags the same across BSD and GNU?
|
|
69
|
+
- [ ] Are all paths quoted?
|
|
70
|
+
- [ ] Could the language runtime do this identically on all three instead?
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Shell Portability — commands that work on the user's machine, not just yours
|
|
2
|
+
|
|
3
|
+
> Always-on. Every agent that runs a shell command loads this.
|
|
4
|
+
|
|
5
|
+
An agent that suggests `timeout 30 npm test` on macOS has wasted the user's turn:
|
|
6
|
+
`timeout` is GNU coreutils and **is not installed on macOS by default**. The same
|
|
7
|
+
goes for half the flags people reach for by habit.
|
|
8
|
+
|
|
9
|
+
The rule is simple: **assume nothing about the user's OS or installed tools.**
|
|
10
|
+
Detect, or use the portable form.
|
|
11
|
+
|
|
12
|
+
## Verified differences
|
|
13
|
+
|
|
14
|
+
Every row below was checked on a stock macOS shell. These are not theoretical.
|
|
15
|
+
|
|
16
|
+
| You reach for | Breaks on | Portable form |
|
|
17
|
+
|---|---|---|
|
|
18
|
+
| `timeout 30 cmd` | **macOS** — not installed | run without it, or `command -v timeout \|\| gtimeout` |
|
|
19
|
+
| `stat -c %s f` | **macOS/BSD** | `stat -f %z f` on BSD; `wc -c < f` works everywhere |
|
|
20
|
+
| `sed -i 's/a/b/' f` | **macOS/BSD** — needs an arg | `sed -i '' 's/a/b/' f` on BSD; or write to a temp and `mv` |
|
|
21
|
+
| `grep -P '\d'` | **macOS/BSD** — no PCRE | `grep -E '[0-9]'` |
|
|
22
|
+
| `readlink -f` | older BSD | `cd "$(dirname "$f")" && pwd -P` |
|
|
23
|
+
| `rg` | **any OS** — ripgrep is not preinstalled | `grep -rn` |
|
|
24
|
+
| `date -d` | **macOS/BSD** | `date -j` on BSD, or do date math in the language |
|
|
25
|
+
| `find -printf` | **macOS/BSD** | `find ... -exec stat ...` or `-print0 \| xargs` |
|
|
26
|
+
|
|
27
|
+
## Before running a tool that may be absent
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
command -v rg >/dev/null 2>&1 || echo "ripgrep not installed — using grep"
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Prefer a single command that works everywhere over a clever one that works on
|
|
34
|
+
yours. `grep -rn "pattern" .` is slower than `rg pattern` and it runs on every
|
|
35
|
+
machine on earth.
|
|
36
|
+
|
|
37
|
+
## Windows
|
|
38
|
+
|
|
39
|
+
Windows users on PowerShell have neither `grep`, `sed`, nor `find` in the Unix
|
|
40
|
+
sense. When a task can be done by the language runtime instead of the shell,
|
|
41
|
+
**do it in the runtime** — `node -e`, `python -c` — which behaves identically on
|
|
42
|
+
all three platforms.
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
# Fragile: three different behaviours on three platforms
|
|
46
|
+
find . -name "*.js" -newermt "1 day ago"
|
|
47
|
+
|
|
48
|
+
# Portable: one behaviour everywhere Node runs
|
|
49
|
+
node -e "…"
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Paths
|
|
53
|
+
|
|
54
|
+
- Never hardcode `/` as a separator in code — use the language's path join.
|
|
55
|
+
- Never assume `$HOME` exists in a spawned process; on Windows it is `%USERPROFILE%`.
|
|
56
|
+
- Quote every path variable: `"$file"`, not `$file`. Spaces in paths are normal
|
|
57
|
+
on macOS and Windows.
|
|
58
|
+
|
|
59
|
+
## When the user reports "works on my machine"
|
|
60
|
+
|
|
61
|
+
This table is the first thing to check, before deeper debugging. A surprising
|
|
62
|
+
share of "the command did nothing" reports are a BSD/GNU flag difference, and
|
|
63
|
+
`env-debugger` should reach for this rule immediately.
|
|
64
|
+
|
|
65
|
+
## Checklist before suggesting a shell command
|
|
66
|
+
|
|
67
|
+
- [ ] Does the binary exist on macOS, Linux, and Windows by default?
|
|
68
|
+
- [ ] Are the flags the same across BSD and GNU?
|
|
69
|
+
- [ ] Are all paths quoted?
|
|
70
|
+
- [ ] Could the language runtime do this identically on all three instead?
|