mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
release: 2.0.0 — the agent harness operating system
Graduate 2.0.0-rc.1 to stable. Bump version across package, plugin, marketplace, OpenCode, agent metadata, VERSION, and all localized docs. Add 2.0.0 release notes + README sections (en/zh/pt-BR/tr), CHANGELOG entry, and the ECC community Discord bot (dependency-free gateway client + guild command registrar). Update copilot-support and release-surface tests for the sponsored-review migration and the 2.0.0 surface.
This commit is contained in:
parent
3e30f1a56a
commit
29edd57708
26 changed files with 402 additions and 134 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,5 +1,24 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.0 - 2026-06-09
|
||||
|
||||
### Added
|
||||
|
||||
- Discord community launch: server + GitHub PR/issue/release feed, `release-announce.yml` workflow (announce + pin + Discussions cross-post), and a dependency-free community bot (`scripts/discord/ecc-bot.mjs`) with `/ecc`, `/help`, `/skill`, `/docs`, `/release`.
|
||||
- `orch-*` orchestrator skill family and dynamic workflow team orchestration.
|
||||
- `kubernetes-patterns` skill, worktree-lifecycle service, MCP inventory (`ecc.mcp.v1`), codex-worktree and opencode session adapters.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Plugin hooks silently no-oped on Node 21+ (`require.main` undefined under `node -e`).
|
||||
- Windows reliability: `CLAUDE_PLUGIN_ROOT` normalization, stdin prompt passing, symlink/chmod test guards.
|
||||
- Session-end `$`-sequence corruption, project-detect boundary matching, install manifest gaps, corrupted legacy shim truncation.
|
||||
|
||||
### Changed
|
||||
|
||||
- Version graduated to 2.0.0 stable across package, plugin, marketplace, OpenCode, and agent metadata.
|
||||
- Smaller default OpenCode install surface; `rules/zh` removed from the always-loaded default install.
|
||||
|
||||
## 2.0.0-rc.1 - 2026-04-28
|
||||
|
||||
### Highlights
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue