From 7d6ca9612dc745efab47bb0ec87a1550b26e8afa Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 28 May 2026 07:30:06 -0400 Subject: [PATCH] docs: neutralize public ECC metadata (#2083) --- README.md | 10 +++++----- package.json | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6d178ba3..39747077 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ![Perl](https://img.shields.io/badge/-Perl-39457E?logo=perl&logoColor=white) ![Markdown](https://img.shields.io/badge/-Markdown-000000?logo=markdown&logoColor=white) -> **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. -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). @@ -86,12 +86,12 @@ This repo is the raw code only. The guides explain everything. -The Shorthand Guide to Everything Claude Code +The Shorthand Guide to ECC -The Longform Guide to Everything Claude Code +The Longform Guide to ECC diff --git a/package.json b/package.json index 70465ab3..c340445c 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,19 @@ { "name": "ecc-universal", "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": { "access": "public" }, "keywords": [ - "claude-code", "ai", "agents", "skills", "hooks", "mcp", "rules", - "claude", - "anthropic", + "harness", + "agent-harness", "tdd", "code-review", "security",