From 98900b1b887eb67f80ca6e77677b473e330b6d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mertcan=20Sa=C4=9Flam?= <92371591+DurthVadr@users.noreply.github.com> Date: Sun, 20 Sep 2026 13:51:26 +0300 Subject: [PATCH] docs: point README at shim-cli instead of shim Guard shim Guard was renamed to shim-cli (repo GetSHIM/shim-cli, PyPI package shim). Updates the header link and the Related projects entry. No other changes. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f813b59..b250340 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Website · Documentation · Playground · - shim Guard + shim-cli
@@ -148,9 +148,11 @@ To run from source instead, see [the developer guide](DEVELOPER_GUIDE.md). ## Related projects -- [shim Guard](https://github.com/GetSHIM/shim-guard) — local pre-submit privacy - protection for coding-agent CLIs. It redacts before a prompt leaves your - machine; shim covers the traffic your applications send. +- [shim-cli](https://github.com/GetSHIM/shim-cli): the same boundary on a developer's + laptop, for Claude Code, Codex CLI and GitHub Copilot CLI. It masks secrets and + personal data in what the coding agent reads where the client allows it, and + `shim watch` measures what a session sent and what it cost. shim covers the + traffic your applications send. ## Licensing