From 4d102e2f7c59b761c888061b96aa168272416af1 Mon Sep 17 00:00:00 2001 From: Ugur Cekmez Date: Tue, 30 Jun 2026 17:32:22 +0300 Subject: [PATCH] docs(readme): point clone badge at the live gist Replaces the `__GIST_ID__` placeholder in the clone-count badge URL with the configured gist id (ucekmez/ac633ddad9279deaf1639238c6258057). The placeholder made shields.io fetch a 404, so the badge rendered "resource not found"; it now reads `count` from the gist (0 until the daily workflow populates it). Signed-off-by: Ugur Cekmez Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc22d8f..dd2ea70 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-green)](./LICENSE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](./CODE_OF_CONDUCT.md) [![EEP compatible](./assets/badges/eep-compatible.svg)](./docs/current/SPECIFICATION.md) -[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=clones&query=count&url=https://gist.githubusercontent.com/ucekmez/__GIST_ID__/raw/clone.json&logo=github)](./docs/ops/clone-count-badge.md) +[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=clones&query=count&url=https://gist.githubusercontent.com/ucekmez/ac633ddad9279deaf1639238c6258057/raw/clone.json&logo=github)](./docs/ops/clone-count-badge.md)

Two terminal panes running in parallel: an agent fetching the same quarterly report via current-web HTML scraping (~26s, ~46 KB, ~11.5K tokens, 2 simulated human steps) vs EEP (~10s, ~2.2 KB, ~386 tokens, 0 human steps). Deterministic, no LLM calls.