kodelyth-ecc 2.21.1 → 2.21.2
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 +21 -0
- package/VERSION +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Kodelyth ECC are documented here.
|
|
4
4
|
|
|
5
|
+
## v2.21.2 — same content, with a GitHub release attached (September 2026)
|
|
6
|
+
|
|
7
|
+
Identical to 2.21.1 in every shipped file. It exists because 2.21.1 could not be
|
|
8
|
+
given a GitHub release.
|
|
9
|
+
|
|
10
|
+
What happened: the v2.21.1 tag was created against a commit that predated a fix
|
|
11
|
+
to `publish.yml`, and GitHub runs a release workflow from the tagged ref rather
|
|
12
|
+
than from the default branch — so the release fired the old workflow, which
|
|
13
|
+
tried to publish a version npm already had and failed. Deleting the release to
|
|
14
|
+
retag was the wrong move: this repository has immutable releases enabled, so
|
|
15
|
+
publishing a release permanently reserves its tag name and deleting it does not
|
|
16
|
+
give the name back. `v2.21.1` is now unusable as a tag.
|
|
17
|
+
|
|
18
|
+
2.21.1 remains a perfectly good version on npm. It simply has no GitHub release,
|
|
19
|
+
and cannot be given one.
|
|
20
|
+
|
|
21
|
+
The lesson is recorded in `publish.yml` itself: tag the commit that carries the
|
|
22
|
+
workflow you want the release to run.
|
|
23
|
+
|
|
24
|
+
**647 tests passing.**
|
|
25
|
+
|
|
5
26
|
## v2.21.1 — the release pipeline itself (September 2026)
|
|
6
27
|
|
|
7
28
|
**No change to the toolkit.** The shipped package is byte-identical to 2.21.0 —
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.21.
|
|
1
|
+
2.21.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kodelyth-ecc",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.2",
|
|
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",
|