mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-07 01:33:31 +08:00
chore: ship v1.10.0 release surface refresh
This commit is contained in:
55
docs/releases/1.10.0/discussion-announcement.md
Normal file
55
docs/releases/1.10.0/discussion-announcement.md
Normal file
@@ -0,0 +1,55 @@
|
||||
# ECC v1.10.0 is live
|
||||
|
||||
ECC just crossed **140K stars**, and the public release surface had drifted too far from the actual repo.
|
||||
|
||||
So v1.10.0 is a hard sync release:
|
||||
|
||||
- **38 agents**
|
||||
- **156 skills**
|
||||
- **72 commands**
|
||||
- plugin/install metadata corrected
|
||||
- top-line docs and release surfaces brought back in line
|
||||
|
||||
This release also folds in the operator/media lane that has been growing around the core harness system:
|
||||
|
||||
- `brand-voice`
|
||||
- `social-graph-ranker`
|
||||
- `connections-optimizer`
|
||||
- `customer-billing-ops`
|
||||
- `google-workspace-ops`
|
||||
- `project-flow-ops`
|
||||
- `workspace-surface-audit`
|
||||
- `manim-video`
|
||||
- `remotion-video-creation`
|
||||
|
||||
And on the 2.0 side:
|
||||
|
||||
ECC 2.0 is now **real as an alpha control-plane surface** in-tree under `ecc2/`.
|
||||
|
||||
It builds today and exposes:
|
||||
|
||||
- `dashboard`
|
||||
- `start`
|
||||
- `sessions`
|
||||
- `status`
|
||||
- `stop`
|
||||
- `resume`
|
||||
- `daemon`
|
||||
|
||||
That does **not** mean the full ECC 2.0 roadmap is done.
|
||||
|
||||
It means the control-plane alpha is here, usable, and moving out of the “just a vision” category.
|
||||
|
||||
The shortest honest framing right now:
|
||||
|
||||
- ECC 1.x is the battle-tested harness/workflow layer shipping broadly today
|
||||
- ECC 2.0 is the alpha control-plane growing on top of it
|
||||
|
||||
If you have been waiting for:
|
||||
|
||||
- cleaner install surfaces
|
||||
- stronger cross-harness parity
|
||||
- operator workflows instead of just coding primitives
|
||||
- a real control-plane direction instead of scattered notes
|
||||
|
||||
this is the release that makes the repo feel coherent again.
|
||||
70
docs/releases/1.10.0/release-notes.md
Normal file
70
docs/releases/1.10.0/release-notes.md
Normal file
@@ -0,0 +1,70 @@
|
||||
# ECC v1.10.0 Release Notes
|
||||
|
||||
## Positioning
|
||||
|
||||
ECC v1.10.0 is a surface-sync and operator-lane release.
|
||||
|
||||
The goal was to make the public repo, plugin metadata, install paths, and ecosystem story reflect the actual live state of the project again, while continuing to ship the operator workflows and media tooling that grew around the core harness layer.
|
||||
|
||||
## What Changed
|
||||
|
||||
- Synced the live OSS surface to **38 agents, 156 skills, and 72 commands**.
|
||||
- Updated the Claude plugin, Codex plugin, OpenCode package metadata, and release-facing docs to **1.10.0**.
|
||||
- Refreshed top-line repo metrics to match the live public repo (**140K+ stars**, **21K+ forks**, **170+ contributors**).
|
||||
- Expanded the operator/workflow lane with:
|
||||
- `brand-voice`
|
||||
- `social-graph-ranker`
|
||||
- `connections-optimizer`
|
||||
- `customer-billing-ops`
|
||||
- `google-workspace-ops`
|
||||
- `project-flow-ops`
|
||||
- `workspace-surface-audit`
|
||||
- Expanded the media lane with:
|
||||
- `manim-video`
|
||||
- `remotion-video-creation`
|
||||
- Added and stabilized more framework/domain coverage, including `nestjs-patterns`.
|
||||
|
||||
## ECC 2.0 Status
|
||||
|
||||
ECC 2.0 is **real and usable as an alpha**, but it is **not general-availability complete**.
|
||||
|
||||
What exists today:
|
||||
|
||||
- `ecc2/` Rust control-plane codebase in the main repo
|
||||
- `cargo build --manifest-path ecc2/Cargo.toml` passes
|
||||
- `ecc-tui` commands currently available:
|
||||
- `dashboard`
|
||||
- `start`
|
||||
- `sessions`
|
||||
- `status`
|
||||
- `stop`
|
||||
- `resume`
|
||||
- `daemon`
|
||||
|
||||
What this means:
|
||||
|
||||
- You can experiment with the control-plane surface now.
|
||||
- You should not describe the full ECC 2.0 roadmap as finished.
|
||||
- The right framing today is **ECC 2.0 alpha / control-plane preview**, not GA.
|
||||
|
||||
## Install Guidance
|
||||
|
||||
Current install surfaces:
|
||||
|
||||
- Claude Code plugin
|
||||
- `ecc-universal` on npm
|
||||
- Codex plugin manifest
|
||||
- OpenCode package/plugin surface
|
||||
- AgentShield CLI + npm + GitHub Marketplace action
|
||||
|
||||
Important nuance:
|
||||
|
||||
- The Claude plugin remains constrained by platform-level `rules` distribution limits.
|
||||
- The selective install / OSS path is still the most reliable full install for teams that want the complete ECC surface.
|
||||
|
||||
## Recommended Upgrade Path
|
||||
|
||||
1. Refresh to the latest plugin/install metadata.
|
||||
2. Prefer the selective install / OSS path when you need full rules coverage.
|
||||
3. Use AgentShield for guardrails and repo scanning.
|
||||
4. Treat ECC 2.0 as an alpha control-plane surface until the open P0/P1 roadmap is materially burned down.
|
||||
45
docs/releases/1.10.0/x-thread.md
Normal file
45
docs/releases/1.10.0/x-thread.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# X Thread Draft — ECC v1.10.0
|
||||
|
||||
ECC crossed 140K stars and the public surface had drifted too far from the actual repo.
|
||||
|
||||
so v1.10.0 is the sync release.
|
||||
|
||||
38 agents
|
||||
156 skills
|
||||
72 commands
|
||||
|
||||
plugin metadata fixed
|
||||
install surfaces corrected
|
||||
docs and release story brought back in line with the live repo
|
||||
|
||||
also shipped the operator / media lane that grew out of real usage:
|
||||
|
||||
- brand-voice
|
||||
- social-graph-ranker
|
||||
- connections-optimizer
|
||||
- customer-billing-ops
|
||||
- google-workspace-ops
|
||||
- project-flow-ops
|
||||
- workspace-surface-audit
|
||||
- manim-video
|
||||
- remotion-video-creation
|
||||
|
||||
and most importantly:
|
||||
|
||||
ECC 2.0 is no longer just roadmap talk.
|
||||
|
||||
the `ecc2/` control-plane alpha is in-tree, builds today, and already exposes:
|
||||
|
||||
- dashboard
|
||||
- start
|
||||
- sessions
|
||||
- status
|
||||
- stop
|
||||
- resume
|
||||
- daemon
|
||||
|
||||
not calling it GA yet.
|
||||
|
||||
calling it what it is:
|
||||
|
||||
an actual alpha control plane sitting on top of the harness/workflow layer we’ve been building in public.
|
||||
Reference in New Issue
Block a user