From 8e6956780c5ceae09d44046002da892df783cd9d Mon Sep 17 00:00:00 2001 From: "Guanlan D." Date: Fri, 13 Feb 2026 13:28:31 -0800 Subject: [PATCH] docs: fix build status badge link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59cc7d1..111cdaa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > **Powered by Runta. The essential safety harness for OpenClaw's PII & API data.** [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) -[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/runta-dev/ClawShell) +[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/clawshell/clawshell) [![Version](https://img.shields.io/badge/version-0.0.1-orange.svg)]() ## 📖 Introduction @@ -35,7 +35,7 @@ ClawShell scans HTTP request and response bodies for sensitive data using config - **Transparent Proxy**: Deploys alongside OpenClaw without requiring code changes — configure OpenClaw to point at ClawShell's address and it forwards all requests upstream. - **No External Dependencies**: Uses Unix file system permissions to protect secrets. No IdP, Vault, or external key management service required. -- **SSE Streaming Pass-Through**: Proxies streaming responses without buffering. + ### 4. Ultra Lightweight and Scalable - Runs in under 10MB of memory.