mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-14 12:11:27 +08:00
feat: publish ECC 2.0 skill pack surfaces
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
1/ ECC v2.0.0-rc.1 is the first release-candidate pass at the 2.0 direction.
|
||||
|
||||
The repo is moving from a Claude Code config pack into a cross-harness operating system for agentic work.
|
||||
The repo is moving from a Claude Code config pack into a meta-harness for
|
||||
agentic work.
|
||||
|
||||
2/ The important split:
|
||||
|
||||
@@ -11,17 +12,29 @@ Hermes is the operator shell that can run on top.
|
||||
|
||||
Skills, hooks, MCP configs, rules, and workflow packs live in ECC.
|
||||
|
||||
3/ Claude Code is still a core target.
|
||||
3/ A meta-harness matters because the agent layer is fragmenting.
|
||||
|
||||
Codex, OpenCode, Cursor, Gemini, and other harnesses are part of the same story now.
|
||||
Claude Code, Codex, OpenCode, Cursor, Gemini, Zed, Copilot, and terminal
|
||||
workflows all need similar operating primitives:
|
||||
|
||||
The goal is fewer one-off harness tricks and more reusable workflow surface.
|
||||
- context
|
||||
- tools
|
||||
- memory
|
||||
- gates
|
||||
- evaluation
|
||||
- release evidence
|
||||
- security checks
|
||||
|
||||
4/ Since v1.10.0, the work also picked up the operator layer:
|
||||
4/ ECC gives those primitives a shared shape instead of leaving every workflow
|
||||
stuck inside one client.
|
||||
|
||||
Use the harness you like. Keep the workflow layer portable.
|
||||
|
||||
5/ Since v1.10.0, the work also picked up the operator layer:
|
||||
|
||||
PR/issue/discussion audits, Linear progress sync, release evidence, observability checks, and a generated readiness dashboard.
|
||||
|
||||
5/ The security posture changed too.
|
||||
6/ The security posture changed too.
|
||||
|
||||
The Mini Shai-Hulud/TanStack campaign forced a real supply-chain loop:
|
||||
|
||||
@@ -31,7 +44,7 @@ The Mini Shai-Hulud/TanStack campaign forced a real supply-chain loop:
|
||||
- npm audit/signature checks
|
||||
- AI-tool persistence targets
|
||||
|
||||
6/ The rc.1 surface ships the public pieces:
|
||||
7/ The rc.1 surface ships the public pieces:
|
||||
|
||||
- Hermes setup guide
|
||||
- release notes
|
||||
@@ -41,7 +54,23 @@ The Mini Shai-Hulud/TanStack campaign forced a real supply-chain loop:
|
||||
- preview-pack smoke gate
|
||||
- X, LinkedIn, and article drafts
|
||||
|
||||
7/ It does not ship private workspace state.
|
||||
8/ It also adds the public teaser surface for the Itô prediction-market skill
|
||||
pack.
|
||||
|
||||
That is separate from ECC Tools billing and Itô remains a separate business.
|
||||
|
||||
The public skills are research, comparison, planning, and risk review.
|
||||
|
||||
9/ Important boundary:
|
||||
|
||||
No investment advice.
|
||||
No default live trading.
|
||||
No private keys.
|
||||
No Itô-backed call without explicit gated API access.
|
||||
|
||||
Useful workflow shape first, gated data access second.
|
||||
|
||||
10/ It does not ship private workspace state.
|
||||
|
||||
No secrets.
|
||||
No OAuth tokens.
|
||||
@@ -50,25 +79,25 @@ No personal datasets.
|
||||
|
||||
The point is to publish the reusable system shape.
|
||||
|
||||
8/ Why Hermes matters:
|
||||
11/ Why Hermes matters:
|
||||
|
||||
Most agent systems fail in the daily operating loop.
|
||||
|
||||
They can code, but they do not keep research, content, handoffs, reminders, and execution in one measurable surface.
|
||||
|
||||
9/ ECC gives the reusable layer.
|
||||
12/ ECC gives the reusable layer.
|
||||
|
||||
Hermes gives the operator shell.
|
||||
|
||||
Together they make the work feel less like scattered chat windows and more like a system you can run.
|
||||
|
||||
10/ This is still a release candidate.
|
||||
13/ This is still a release candidate.
|
||||
|
||||
The public docs and reusable surfaces are ready for review.
|
||||
|
||||
The deeper local integrations stay local until they are sanitized, and publication still waits on the GitHub release, npm, plugin, and final URL gates.
|
||||
|
||||
11/ Start here:
|
||||
14/ Start here:
|
||||
|
||||
Repo:
|
||||
<https://github.com/affaan-m/ECC>
|
||||
@@ -76,8 +105,11 @@ Repo:
|
||||
Hermes x ECC setup:
|
||||
<https://github.com/affaan-m/ECC/blob/main/docs/HERMES-SETUP.md>
|
||||
|
||||
12/ Release notes:
|
||||
15/ Release notes:
|
||||
<https://github.com/affaan-m/ECC/blob/main/docs/releases/2.0.0-rc.1/release-notes.md>
|
||||
|
||||
Itô skill pack boundary:
|
||||
<https://github.com/affaan-m/ECC/blob/main/docs/releases/2.0.0-rc.1/ito-prediction-market-skill-pack.md>
|
||||
|
||||
URL ledger:
|
||||
<https://github.com/affaan-m/ECC/blob/main/docs/releases/2.0.0-rc.1/release-url-ledger-2026-05-19.md>
|
||||
|
||||
Reference in New Issue
Block a user