From 3bdb4a5e12841287780cc9d58893c2ab4289568f Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Wed, 10 Jun 2026 23:48:02 -0400 Subject: [PATCH] docs: restore on-brand ECC header, consolidate sponsor placement, make guide links visual (#2225) - Replace off-brand hero PNG (wrong product name + baked version) with a centered HTML header using assets/ecc-icon.svg, h1, and tagline - Consolidate duplicated sponsor sections: polished centered sponsor table at top (CodeRabbit, Greptile, community sponsors, sponsor links); bottom section reduced to a one-liner pointing to SPONSORS.md - Convert guide links to visual cards using the guides' own header images, linked to the local guide files - Fix broken tmux video URL in the shortform guide to the in-repo asset --- README.md | 84 +++++++++++++++++++++++++----------------- the-shortform-guide.md | 2 +- 2 files changed, 52 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 889a4e72..ea6d2fef 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ **Language:** English | [Português (Brasil)](docs/pt-BR/README.md) | [简体中文](README.zh-CN.md) | [繁體中文](docs/zh-TW/README.md) | [日本語](docs/ja-JP/README.md) | [한국어](docs/ko-KR/README.md) | [Türkçe](docs/tr/README.md) | [Русский](docs/ru/README.md) | [Tiếng Việt](docs/vi-VN/README.md) | [ไทย](docs/th/README.md) | [Deutsch](docs/de-DE/README.md) | [Español](docs/es/README.md) -# ECC +
-![ECC - the harness-native operator system for agentic work](assets/hero.png) +ECC logo + +

ECC

+ +

The harness-native operator system for agentic work.

+ +
[![Stars](https://img.shields.io/github/stars/affaan-m/ECC?style=flat)](https://github.com/affaan-m/ECC/stargazers) [![Forks](https://img.shields.io/github/forks/affaan-m/ECC?style=flat)](https://github.com/affaan-m/ECC/network/members) @@ -77,10 +83,30 @@ ECC v2.0.0 adds the public Hermes operator story on top of that reusable layer: **OSS stays free.** This repo is MIT-licensed forever. ECC Pro is the hosted GitHub App for private repos. Sponsors and Pro subscribers fund the work — that's why a single maintainer ships weekly across 7 harnesses.
- Business sponsors
- CodeRabbit logo -    - Greptile logo + +Business sponsors + + + + + + +
+ + CodeRabbit logo
+ CodeRabbit +
+
+ + Greptile logo
+ Greptile +
+
+ +Community sponsors: Mike Morgan · @jasonwu513 · @1anter · @massimotodaro · @meadmccabe + +Become a Sponsor · Sponsor Tiers · Sponsorship Program +
--- @@ -91,29 +117,31 @@ This repo is the raw code only. The guides explain everything. - - - - - - - -
- -The Shorthand Guide to ECC + + +The Shorthand Guide to ECC
+The Shorthand Guide
+
Setup, foundations, philosophy. Read this first. (thread)
- -The Longform Guide to ECC + + +The Longform Guide to ECC
+The Longform Guide
+
Token optimization, memory persistence, evals, parallelization. (thread)
- -The Shorthand Guide to Everything Agentic Security - -
Shorthand Guide
Setup, foundations, philosophy. Read this first.
Longform Guide
Token optimization, memory persistence, evals, parallelization.
Security Guide
Attack vectors, sandboxing, sanitization, CVEs, AgentShield.
+
+ +The Shorthand Guide to Everything Agentic Security
+The Security Guide +
+
Attack vectors, sandboxing, sanitization, CVEs, AgentShield. (thread) +
+ | Topic | What You'll Learn | |-------|-------------------| | Token Optimization | Model selection, system prompt slimming, background processes | @@ -1771,17 +1799,7 @@ These configs work for my workflow. You should: ## Sponsors -ECC stays free because paid sponsors fund the work. Featured README placement is reserved for active sponsors. - -
- CodeRabbit logo -     - Greptile logo -
- CodeRabbit · Greptile -
- -[**Become a Sponsor**](https://github.com/sponsors/affaan-m) | [Sponsor Tiers](SPONSORS.md) | [Sponsorship Program](SPONSORING.md) +Featured sponsors are at the top of this README — full list and tiers in [SPONSORS.md](SPONSORS.md). [Become a sponsor](https://github.com/sponsors/affaan-m). --- diff --git a/the-shortform-guide.md b/the-shortform-guide.md index 0d1d21a5..1a32139d 100644 --- a/the-shortform-guide.md +++ b/the-shortform-guide.md @@ -211,7 +211,7 @@ git worktree add ../feature-branch feature-branch Stream and watch logs/bash processes Claude runs: - +[Watch: tmux session streaming a long-running command (video)](./assets/images/shortform/07-tmux-video.mp4) ```bash tmux new -s dev