kodelyth-ecc 2.5.0 → 2.5.1

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,26 @@
2
2
 
3
3
  All notable changes to Kodelyth ECC are documented here.
4
4
 
5
+ ## v2.5.1 — ECC product identity (July 2026)
6
+
7
+ Formalized ECC as the flagship product with its own visual identity — without changing the core Kodelyth `>` Ghost Depth mark.
8
+
9
+ ### Added — `brand/`
10
+
11
+ - `ecc-icon.svg` + `ecc-icon-{512,192}.png` + `ecc-favicon.ico` — the app-icon badge (Kodelyth `>` mark in a rounded, blue-bordered square). Verified legible from 16px favicon to 512px.
12
+ - `ecc-lockup-{dark,light}.{svg,png}` — the ECC product lockup: mark + a small `KODELYTH` kicker + a bold `ECC` hero + the "Elite Code Crew · AI coding toolkit" tagline. Light + dark variants.
13
+ - `ecc-badge.{svg,png}` — square mark + ECC for npm / GitHub / social avatars.
14
+
15
+ ### Changed
16
+
17
+ - README now leads with the ECC lockup (GitHub light/dark aware via `<picture>`), above the existing hero.
18
+ - The companion site ([ecc.kodelyth.com](https://ecc.kodelyth.com)) adopts the new favicon, apple-touch-icon, PWA icons, and lockups.
19
+
20
+ ### Notes
21
+
22
+ - The core Kodelyth `>` mark is unchanged — this is a product sub-brand, not a rebrand (parent brand → flagship product, like Adobe → Photoshop).
23
+ - Nothing removed; all prior brand files remain.
24
+
5
25
  ## v2.5.0 — `kodelythecc doctor` live health check (July 2026)
6
26
 
7
27
  A self-diagnostic that verifies every subsystem is **actually wired and working** — the direct answer to "is it real or dummy?"
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  <div align="center">
2
2
 
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="brand/ecc-lockup-dark.png">
5
+ <img src="brand/ecc-lockup-light.png" alt="Kodelyth ECC — Elite Code Crew" width="440"/>
6
+ </picture>
7
+
8
+ <br><br>
9
+
3
10
  <img src="social/readme-hero.svg" alt="Kodelyth ECC — AI Agent Toolkit" width="900"/>
4
11
 
5
12
  [![npm version](https://img.shields.io/npm/v/kodelyth-ecc.svg)](https://www.npmjs.com/package/kodelyth-ecc)
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.0
1
+ 2.5.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kodelyth-ecc",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
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",