docs/releases/2.0.0/release-notes.md
ECC 2.0.0 is the stable graduation of the 2.0 line: ECC as a cross-harness operating system for agentic work. Claude Code stays first-class; Codex, OpenCode, Cursor, Gemini, Zed, and terminal-only workflows share the same skills, rules, hooks, MCP conventions, release gates, and operator workflows.
ecc.session.v1) covering Claude Code, Codex, OpenCode, and dmux.ecc.mcp.v1): one normalized view of MCP server configs across harnesses, with fragmentation and drift detection and secret redaction.orch-* orchestrator skill family plus dynamic workflow team orchestration.parallel-execution-optimizer, benchmark-optimization-loop, data-throughput-accelerator, latency-critical-systems, recursive-decision-ledger.Roughly thirty PRs of fixes landed between rc.1 and stable. The ones worth knowing about:
require.main under node -e, which newer Node leaves undefined — every plugin hook exited cleanly without running. If you are on Node 21 or newer, update now.CLAUDE_PLUGIN_ROOT path normalization (#2139), prompts passed via stdin so the shell does not mangle them (#2174), broken-symlink and chmod test guards (#2171, #2176).$-sequences in user messages (#2180), project detection matches package keys on boundaries so preact no longer reads as react (#2181), install manifest packaging gaps closed (#2172), corrupted legacy command shims truncated safely (#2167).rules/zh out of the always-loaded default install (#2170).kubernetes-patterns skill (#2178), worktree-lifecycle service (#2164), MCP inventory (#2146), codex-worktree and opencode session adapters (#2145), the orch-* family (#2153).The ECC Discord is live: https://discord.gg/36yGMHGFbR
/skill, /docs, and /release lookups in-server./plugin marketplace add https://github.com/affaan-m/ECC
/plugin install ecc
Existing installs: /plugin update ecc
Full changelog: https://github.com/affaan-m/ECC/compare/v2.0.0-rc.1...v2.0.0