You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Highlights
261 public skills across coding, research, security, media, enterprise ops, and agent workflows.
ECC 2.0 control-pane substrate: harness-neutral session adapters (ecc.session.v1) covering Claude Code, Codex, OpenCode, and dmux.
MCP inventory (ecc.mcp.v1): one normalized view of MCP server configs across harnesses, with fragmentation and drift detection and secret redaction.
Worktree-lifecycle service: deterministic conflict prediction and safe garbage collection for parallel agent worktrees.
orch-* orchestrator skill family plus dynamic workflow team orchestration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
ECC 2.0.0 — The Agent Harness Operating System
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.
Highlights
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.Hardening since rc.1
Roughly thirty PRs of fixes landed between rc.1 and stable. The ones worth knowing about:
require.mainundernode -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_ROOTpath normalization (fix: normalize POSIX CLAUDE_PLUGIN_ROOT to Windows path in hook bootstrap #2139), prompts passed via stdin so the shell does not mangle them (fix: send claude prompt via stdin so Windows shell mode doesn't mangle it #2174), broken-symlink and chmod test guards (test: skip chmod-based permission tests when running as root #2171, test: guard broken-symlink tests so the suite passes on Windows #2176).$-sequences in user messages (fix(session-end): preserve $-sequences in user messages (summary corruption) #2180), project detection matches package keys on boundaries sopreactno longer reads asreact(fix(project-detect): match packageKeys on boundaries, not substrings (preact→react) #2181), install manifest packaging gaps closed (fix: close install manifest packaging gaps #2172), corrupted legacy command shims truncated safely (fix: truncate corrupted legacy command shims #2167).rules/zhout of the always-loaded default install (fix: retire rules/zh from the always-loaded default rules install #2170).kubernetes-patternsskill (feat(skills): add kubernetes-patterns skill #2178), worktree-lifecycle service (feat: worktree-lifecycle service (deterministic conflict prediction + safe GC) #2164), MCP inventory (feat: MCP inventory (ecc.mcp.v1) — unified cross-harness MCP config view #2146), codex-worktree and opencode session adapters (feat: extend session-adapter layer with codex-worktree + opencode adapters #2145), theorch-*family (feat: add orch-* orchestrator skill family #2153).Community launch
The ECC Discord is live: https://discord.gg/36yGMHGFbR
/skill,/docs, and/releaselookups in-server.Install or upgrade
Existing installs:
/plugin update eccFull changelog: v2.0.0-rc.1...v2.0.0
Release: https://github.com/affaan-m/ECC/releases/tag/v2.0.0
Beta Was this translation helpful? Give feedback.
All reactions