kodelyth-ecc 1.8.3 → 1.8.5

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/CLAUDE.md CHANGED
@@ -4,7 +4,7 @@ Guidance for Claude Code when working with this repository.
4
4
 
5
5
  ## Project Overview
6
6
 
7
- **Kodelyth ECC** (Elite Code Crew) — a production-grade AI coding toolkit:
7
+ **Kodelyth ECC** — a production-grade AI coding toolkit:
8
8
 
9
9
  - **70 specialist agents** — debug-detective, incident-commander, load-tester, image-architect, kodelyth-memory, security-reviewer, plus 8 adversarial devil-mode agents
10
10
  - **194 skills** — domain knowledge, patterns, testing, security, intent routing, local memory, swarm orchestration, MCP integration
package/install.ps1 CHANGED
@@ -224,7 +224,7 @@ function Install-Flat {
224
224
  }
225
225
 
226
226
  # -- Install -------------------------------------------------------------------
227
- Write-Host "Installing components..." -ForegroundColor Bold
227
+ Write-Host "Installing components..." -ForegroundColor White
228
228
 
229
229
  switch ($Target) {
230
230
  "claude-home" {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kodelyth-ecc",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
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",