kodelyth-ecc 1.5.3 → 1.5.4

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
@@ -6,11 +6,11 @@ Guidance for Claude Code when working with this repository.
6
6
 
7
7
  **Kodelyth ECC** — a production-grade AI coding toolkit:
8
8
 
9
- - **61 specialist agents** — debug-detective, incident-commander, load-tester, kodelyth-memory, security-reviewer, etc.
9
+ - **62 specialist agents** — debug-detective, incident-commander, load-tester, image-architect, kodelyth-memory, security-reviewer, etc.
10
10
  - **188 skills** — domain knowledge, patterns, testing, security, intent routing, local memory
11
- - **80 commands** — slash workflows (`/tdd`, `/plan`, `/code-review`, `/memory`, ...)
12
- - **18+ hooks** — automated quality gates, session memory, memory inject + capture
13
- - **16 rules** — always-on coding standards + intent routing + memory protocol
11
+ - **80 commands** — slash workflows (`/tdd`, `/plan`, `/code-review`, `/memory`, `/project-launch`, `/team-review`, ...)
12
+ - **20+ hooks** — automated quality gates, session memory, memory inject + capture, correction encoding
13
+ - **17 rules** — always-on coding standards + semantic intent routing + memory protocol
14
14
 
15
15
  Works with Claude Code, Windsurf, Cursor, Codex CLI, Antigravity, and OpenCode.
16
16
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.3
1
+ 1.5.4
@@ -72,3 +72,20 @@ Each agent gets a **narrow, focused context** — just the project description +
72
72
  ## Arguments
73
73
 
74
74
  $ARGUMENTS
75
+
76
+ ---
77
+
78
+ ## Execute Now
79
+
80
+ Invoking this command is confirmation to proceed. Do not show this documentation to the user — execute immediately:
81
+
82
+ 1. Read `$ARGUMENTS` for the project description. If empty, ask: "What are you building? Describe it in 2–3 sentences."
83
+ 2. Once you have a project description, spawn all agents simultaneously using `run_in_background: true`:
84
+ - `architect` — system design, tech selection, component breakdown
85
+ - `pair-programmer` — implementation approach, patterns, gotchas
86
+ - `security-reviewer` — threats, auth design, data exposure risks
87
+ - `tdd-guide` — test strategy, coverage plan, critical paths to test
88
+ - `ux-reviewer` — UX flows, accessibility, interaction design
89
+ 3. Wait for all agents to complete.
90
+ 4. Aggregate into the Project Launch Report format above.
91
+ 5. End with: "Which area do you want to go deeper on first?"
@@ -88,3 +88,20 @@ System prompt cached across all agents → each pays 10% on that prefix.
88
88
  ## Arguments
89
89
 
90
90
  $ARGUMENTS
91
+
92
+ ---
93
+
94
+ ## Execute Now
95
+
96
+ Invoking this command is confirmation to proceed. Do not show this documentation to the user — execute immediately:
97
+
98
+ 1. Identify the target scope from `$ARGUMENTS` (directory, `--changed`, `--pre-release`). Default: entire current project.
99
+ 2. Spawn all agents simultaneously using `run_in_background: true`:
100
+ - `code-reviewer` — quality, patterns, complexity, naming
101
+ - `security-reviewer` — OWASP Top 10, secrets, auth gaps
102
+ - `performance-optimizer` — N+1, memory, bundle size, slow queries
103
+ - `api-guardian` — breaking changes, contract drift, missing validation
104
+ - If `--pre-release` in args: also spawn `release-captain`
105
+ 3. Wait for all agents to complete.
106
+ 4. Aggregate results into the Team Review Report format above.
107
+ 5. End with: "Which finding do you want to fix first?"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kodelyth-ecc",
3
- "version": "1.5.3",
4
- "description": "Production-grade AI coding toolkit \u2014 61 agents, 188 skills, 80 commands, god-tier intent routing, local self-learning memory with auto chat detection, incident response, load testing. Works with Claude Code, Windsurf, Cursor, Codex, Antigravity, and OpenCode.",
3
+ "version": "1.5.4",
4
+ "description": "Production-grade AI coding toolkit 61 agents, 188 skills, 80 commands, god-tier intent routing, local self-learning memory with auto chat detection, incident response, load testing. Works with Claude Code, Windsurf, Cursor, Codex, Antigravity, and OpenCode.",
5
5
  "author": "Kodelyth <github.com/sifxprime>",
6
6
  "license": "MIT",
7
7
  "repository": {