mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-01 06:38:24 +08:00
docs: neutralize public ECC metadata (#2083)
This commit is contained in:
parent
928076cc08
commit
7d6ca9612d
10
README.md
10
README.md
@ -19,7 +19,7 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
> **182K+ stars** | **28K+ forks** | **170+ contributors** | **12+ language ecosystems** | **Anthropic Hackathon Winner**
|
> **182K+ stars** | **28K+ forks** | **170+ contributors** | **12+ language ecosystems** | **Cross-harness agent workflows**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -34,11 +34,11 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**The harness-native operator system for agentic work. From an Anthropic hackathon winner.**
|
**The harness-native operator system for agentic work. Built from real-world multi-harness engineering workflows.**
|
||||||
|
|
||||||
Not just configs. A complete system: skills, instincts, memory optimization, continuous learning, security scanning, and research-first development. Production-ready agents, skills, hooks, rules, MCP configurations, and legacy command shims evolved over 10+ months of intensive daily use building real products.
|
Not just configs. A complete system: skills, instincts, memory optimization, continuous learning, security scanning, and research-first development. Production-ready agents, skills, hooks, rules, MCP configurations, and legacy command shims evolved over 10+ months of intensive daily use building real products.
|
||||||
|
|
||||||
Works across **Claude Code**, **Codex**, **Cursor**, **OpenCode**, **Gemini**, **Zed**, **GitHub Copilot**, and other AI agent harnesses.
|
Works across **Codex**, **Claude Code**, **Cursor**, **OpenCode**, **Gemini**, **Zed**, **GitHub Copilot**, and other AI agent harnesses.
|
||||||
|
|
||||||
ECC v2.0.0-rc.1 adds the public Hermes operator story on top of that reusable layer: start with the [Hermes setup guide](docs/HERMES-SETUP.md), then review the [rc.1 release notes](docs/releases/2.0.0-rc.1/release-notes.md) and [cross-harness architecture](docs/architecture/cross-harness.md).
|
ECC v2.0.0-rc.1 adds the public Hermes operator story on top of that reusable layer: start with the [Hermes setup guide](docs/HERMES-SETUP.md), then review the [rc.1 release notes](docs/releases/2.0.0-rc.1/release-notes.md) and [cross-harness architecture](docs/architecture/cross-harness.md).
|
||||||
|
|
||||||
@ -86,12 +86,12 @@ This repo is the raw code only. The guides explain everything.
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="33%">
|
<td width="33%">
|
||||||
<a href="https://x.com/affaanmustafa/status/2012378465664745795">
|
<a href="https://x.com/affaanmustafa/status/2012378465664745795">
|
||||||
<img src="./assets/images/guides/shorthand-guide.png" alt="The Shorthand Guide to Everything Claude Code" />
|
<img src="./assets/images/guides/shorthand-guide.png" alt="The Shorthand Guide to ECC" />
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td width="33%">
|
<td width="33%">
|
||||||
<a href="https://x.com/affaanmustafa/status/2014040193557471352">
|
<a href="https://x.com/affaanmustafa/status/2014040193557471352">
|
||||||
<img src="./assets/images/guides/longform-guide.png" alt="The Longform Guide to Everything Claude Code" />
|
<img src="./assets/images/guides/longform-guide.png" alt="The Longform Guide to ECC" />
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td width="33%">
|
<td width="33%">
|
||||||
|
|||||||
@ -1,20 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "ecc-universal",
|
"name": "ecc-universal",
|
||||||
"version": "2.0.0-rc.1",
|
"version": "2.0.0-rc.1",
|
||||||
"description": "Harness-native agent operating system for Claude Code, Codex, OpenCode, Cursor, Gemini, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns",
|
"description": "Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"claude-code",
|
|
||||||
"ai",
|
"ai",
|
||||||
"agents",
|
"agents",
|
||||||
"skills",
|
"skills",
|
||||||
"hooks",
|
"hooks",
|
||||||
"mcp",
|
"mcp",
|
||||||
"rules",
|
"rules",
|
||||||
"claude",
|
"harness",
|
||||||
"anthropic",
|
"agent-harness",
|
||||||
"tdd",
|
"tdd",
|
||||||
"code-review",
|
"code-review",
|
||||||
"security",
|
"security",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user